-
Notifications
You must be signed in to change notification settings - Fork 141
Start UI v3 #572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start UI v3 #572
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review skippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 146 files out of 253 files are above the max files limit of 100. Please upgrade to Pro plan to get higher limits. You can disable this status message by setting the ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
* wip: update routing layout handling * feat: Use hook instead of folders for nav display * feat: add folders for entities * fix: naming
* feat: new prevent navigation * fix: type issues * fix: typo * update tanstack deps * use vite react plugin * restrict node to 22+ * e2e: update pnpm version + add jobs consistency with code quality * increase playwright expect timeout on CI --------- Co-authored-by: Hugo Pérard <[email protected]>
* feat: add expo plugin and trusted origins to auth configuration for start ui native expo # Conflicts: # pnpm-lock.yaml * fix: remove unused import for inferAdditionalFields in auth configuration * feat(configMobile): config trusted origins for mobile env * add better auth trustedOrigins comment * update better auth trustedOrigins requirement and format * match better auth version with expo plugin --------- Co-authored-by: aouertani <[email protected]> Co-authored-by: Hugo Pérard <[email protected]>
* deps: update nitro plugin and storybook * wip * fix: clean unused translations * fix: eslint sonar rules * fix: add max warnings 0 for linting in CI * fix: missing translations * feat: zod v4 * fix: update deps * fix: remove negated condition * fix: no default object * fix: PR feedbacks * fix: open api schema * fix: vite config * fix: error message example * fix: typos * fix: replace deprecated assert with with * feat: add react compiler * fix: issue with useMatchRoute * fix: typo * fix: replace useless transactions with promise all * fix: prevent user update in demo mode * fix: AUTH_TRUSTED_ORIGINS and allows vercel urls * fix: move AUTH_TRUSTED_ORIGINS logic in env vars * debug vercel * fix: remove vercel for trusted origins (not working) * fix: rename env vars with auth prefix * fix: use link render props instead of useMatchRoute hook * fix: env var in e2e ci
|
Welcome to the early work in progress of Start UI v3
Preview available on start-ui-web-restart.vercel.app
Want to test it?
Changes
This PR is a full rewrite of Start UI with the following major changes :
More details soon