Ho-kage
Explore posts from serversPassing a component as a context value
But I guess I could work around that by doing something like:
- Setup a store for sidebars which are indexed by some id
- Provide the id in the context
- Use the id for looking up the correct sidebar to show
- Then children can add sidebars with a unique id
24 replies
Passing a component as a context value
I think that part is similar to my current plan of displaying the actual sidebar content. The thing I was trying to solve with the context is to get the nearest fallback sidebar from the hierarchy if the current nested page does not provide its own.
24 replies
BABetter Auth
•Created by Ho-kage on 3/8/2025 in #help
Sign up control
Caveat is that there is no c.path... you would need to use c.request.url. There is allso no c.error
10 replies
BABetter Auth
•Created by gursh on 3/8/2025 in #help
Google oauth redirecting to /api/auth
Glad you got that sorted
13 replies
BABetter Auth
•Created by gursh on 3/8/2025 in #help
Google oauth redirecting to /api/auth
I was actually just about to say because I looked at my implementation
13 replies