Fran Zekan
Fran Zekan
Closes: #3566 #3565 ### What are the changes and their implications? - Fix types - Add a `getGlobalPkgManager` helper function - Run update check only on `blitz new` - Remove...
### What do you want and why? It would be useful to also print the `zod` version (since a mismatch / outdated zod can cause a bunch of problems) ###...
### What is the problem? If you import something from a page in another component, then run the codemod it doesn't change the imports ### Paste all your error logs...
Closes: #3598 ### What are the changes and their implications? ## Feature Checklist - [x] decorate `blitzCtx` with `.revalidatePage` - [x] make our `.revalidatePage` accept Routes - [x] throw error...
Closes: #3535 ### What are the changes and their implications? ## Feature Checklist - adds option to define `authenticate` or `redirectAuthenticated` on all pages by default and override them per...
### What is the problem? Layout is being ignored in toolkit, there was some userland code that used to render it but it's since gone from the template ### Paste...
### What do you want and why? It would be amazing to call `ctx.revalidate('/foo')` or even better to support our custom URL generation thingy `ctx.revalidate(Routes.Foo())` ### Possible implementation(s) In the...
Closes: #3462 ## Feature Checklist - [x] add `onAuthMiddleware` hook for queries/mutations - [ ] add `onAuthorize` hook for client side What's missing here is that `onAuthorize` on client side...
### What do you want and why? It would be amazing to add a `onAuth` function callback to BlitzAuth plugin for setting the user in i.e. sentry context on the...