-
-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* new blitz app starter * tanstack form first time working * complete app template * re-arrange generator folders * add app router as recomended * upgrade to next 13.5.2 and update location of internal function * Create lucky-teachers-sleep.md * fix bootupMarkers * fix issues with qm integration test * Update integration-tests/utils/next-test-utils.ts * next.js generated stuff * Update .changeset/lucky-teachers-sleep.md * remove unnecessary next lints to the integration-tests * Update main.yml * Revert "remove unnecessary next lints to the integration-tests" This reverts commit 3226b2e. * fix starter with tanstack form * make changes to the generator * mske final changes * pnpm lock fix * more changes * add logging to rsc invoke and decouple auth from rpc again * implement object chaining * add `onInvokeError` options to catch errors without manual wrapping * rename `LoggerOptions` to `RpcLoggerOptions` * spacing * fix error typed to `any` * update class code * tests working again * add last test case proving working modal of roles * Create moody-pandas-do.md * Apply suggestions from code review * move app -> `src/app` * move from auth -> (auth) directory structure * review 1 fixes * missing change from auth -> (auth) change * review 2: more fixes and match old behaviour * pnpm lock fix * add new pages to the `pathsToMove` array * remove submodule * remove changelog from the template * fix name of .env * match readme * march prisma schema * match package.json * match blitz-client and blitz-server files * remove vercel logo * remove `next13` * upgrade next and add husky * fix build error * Create poor-bikes-wait.md * Revert "remove `next13`" This reverts commit c0d7f54. * remove next13 * re-add next 13 that exists in main * Apply suggestions from code review * pnpm lock * improvements to the template * fix location of imports in `reset-password` page * Update packages/blitz/src/cli/commands/new.ts Co-authored-by: Tobias <[email protected]> * Update packages/generator/templates/app/src/pages/api/rpc/blitzrpcroute.ts Co-authored-by: Tobias <[email protected]> * fix auth -> (auth) * Update packages/generator/templates/app/src/app/layout.tsx Co-authored-by: Tobias <[email protected]> * Apply suggestions from code review Co-authored-by: Tobias <[email protected]> * abstact forms as client compoennts and pages as rscs * re-add proper singup mutation * remove console.log * fix additonal forms * pnpm lock fix * fix missing , * Add project package manager to postInstallSteps * add husky * move to devDeps * add preview email * remove extra components folder * add 800px as maximum of body size * remove auth from reset-password url * fix non-existant compoennts * pnpm * fix favicon * package.json fixes * revert to `latest` * move to `devDeps` * add display names * make it a template * new route generator * fidnally got it working * add `isAppDir` check * should be the final changes * fix * fix import error * revert * make zod optional when needed * fix tests * fix nullable issue * Update packages/blitz-auth/src/server/auth-sessions.ts * new folder structure --------- Co-authored-by: Tobias <[email protected]>
- Loading branch information
1 parent
b84c5be
commit 6d5f9ef
Showing
159 changed files
with
2,973 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@blitzjs/generator": patch | ||
--- | ||
|
||
new blitz app starter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
apps/next13/app/auth/layout.tsx → apps/next13/src/app/auth/layout.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
apps/next13/app/auth/login/page.tsx → apps/next13/src/app/auth/login/page.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
apps/next13/app/auth/signup/page.tsx → apps/next13/src/app/auth/signup/page.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
apps/next13/app/react-query.tsx → apps/next13/src/app/react-query.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.