Charis
Charis
My advice would be to try reproducing in a fresh project to rule out any problems with the tutorial as-is, then start plugging in the rest of your code in...
> Just had a brief look through changes. > > * What about using one Layout (which is a "use client") which uses next/navigation to determine which menu id to...
Hmm this might be a UX problem, not a bug per se. For me, it looks like the _current section_ is highlighted in green, and the section you are hovering...
Wow, great job! Love how in-depth the tutorial is. One thing I would point out that you might want to change in your tutorial: ```js event.locals.getSession = async () =>...
Thanks! Upon reviewing my comment, I realized I wasn't quite rigorous enough, so I've edited it, the key points being: - Needing to check for errors in `getUser` - Passing...
@thibistaken which version of `@supabase/ssr` are you on? There was a fix in 0.1.0 related to this
Add DNS and REST to the list of accepted acronyms
> Log in: Verb > Login: Adjective Also noun? (for login)
Thanks @FocusCookie! That's a valid criticism and suggestion, but it requires us renaming the functions across all our examples (including example apps) for consistency, so I'm not going to merge...
Thanks @Hallidayo and sorry for the delay in getting back to this! Height looks good, but the backdrop filter seems to have disappeared (might be fixed by merging and fixing...