kernel-community / services

Implementation of Kernel services
https://www.kernel.community/
MIT License
15 stars 16 forks source link

Don't require re-login to click from one adventure to another #14

Closed rorysaur closed 2 years ago

rorysaur commented 2 years ago

From Andy:

I have edited the kbk adventure to direct Signature Economies and Free Learn to [Adventure](/view/free-learn) and [Adventure](/view/signature-economies) and it asks me to login again each time I click those links and the redirects me to browse rather than the specific adventure I want to see. a. It should not require re-login b. It should pass the context of the link being requested so that, once logged in, the person goes directly to where they want to be.

rorysaur commented 2 years ago

This is done for now via #34 which introduces a <Link> component, though we may implement it without needing a custom component later on.