* Make Prettier and ESLint work together
- Resolve conflicts between Prettier and ESLint regarding indentation and Tailwind rules order
- Add `.editorconfig` to standardize basic formatting options across tools and editors
- Add `.gitattributes` to hide `pnpm-lock.yaml` in `git diff` output
- Include EditorConfig in the recommended extensions for VSCode
- Replace some instances of `pnpm exec <command>` with `pnpm <command>`
- Remove superfluous Tauri config for Linux
* Revert Prettier changes (it was working correctly before)
- Update ESLint to read Tailwind config from absolute path
- Remove redundant Prettier dependency from subprojects
- Specify the source folder for the lint script in subprojects
* use mobile's tailwind config with eslint
* pnpm format + pnpm lint:fix
---------
Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com>
* move Rust backend to rspc
* move server to Axum + remove parts of old bridge
* move frontend over to @rspc/client
* move core to rspc + update deps
* fix Typescript errors + upgrade deps
* document invalidate_query! macro
* general cleanup + upgrade to PCR 0.6.0
* prisma error handling
* upgrade to rspc 0.0.4
* update vite-plugin-ssr
* fix typescript
* fix builds
* put landing page app name back
* hardcode ffmpeg version on Windows
* rename 'command' to 'mutation' to line up with react-query terminology
* upgrade rspc to v0.0.5 + fix types
* use shared ffmpeg binaries
* general Typescript cleanup
* fix clippy workflow failing due to tauri proc-macro
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
* added and basically finished careers page
* fix blur animation + blog fade in
* bloom tweaks
* big boy landing style tweaks
* fix og description
* fix port & footer links
* bring back bubbles >:(
* slight adjustment to numbers
* fix image path resolution
* update pnpm-lock
* added id tag + sidebar tweak
* un-haden new banner
* fix padding on mobile landing index
* disable page bloom on firefox since it cant render blur
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
* Wrote blog
* feat: implement new team page
* refactor: reusable link comp
* chore: update images
* perf: compress images
* refactor: update link
* refactor: update icons, remove white border in favor or rounded corners, add investors
* changes to roles
* team changes
* refactor: add a few changes
* style: slightly better styling
* update team images paths
* use proper image element
* update haris to match team style + keep constant
* improve team member styling
* use vite import pattern
* team tweaks
* fix brendan crop
* fix text and gradient color to match brand colors
* engineer not developer!!!
* add annoucement banner since this can not be merged until post annoucement anyway
* fade in stuff
* better copy
* better haris.jpg
* style: slight update to styling
* Update apps/landing/src/pages/team.tsx
* update my image
* chore: remove unused log
* Update team.tsx
* use incorp'd name everywhere
* update team credits
* hoist headings in credits
* consistent marketing copy in cargo
* fix types
* style tweaks
* blog updates
* blog title tweaks
* fix demo
* jj said lets round it up
* vite-plugin-ssr & ssg
* delete old landing + prerender
* don't use vite-plugin-vercel
* make deploy.sh executable
* add ncc
* treat as static site
Co-authored-by: Lu Hill <email@lewie.me>
Co-authored-by: Benjamin Akar <benjaminakar2001@gmail.com>
Co-authored-by: Jamie Pine <ijamespine@me.com>
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
Co-authored-by: xPolar <50601857+xPolar@users.noreply.github.com>