We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Implement a Bookmarks page as shown in the design below
Describe the solution you'd like Use the <SessionCard /> component created in the first issue to render your bookmarked sessions.
<SessionCard />
Describe alternatives you've considered
Additional context Consider using Asyncstorage to store bookmarked sessions
useStoredState
The text was updated successfully, but these errors were encountered:
@kharioki let me also work on this?
Sorry, something went wrong.
Cool, I'll review tomorrow and finish the tasks that will be pending
brianwachira
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Implement a Bookmarks page as shown in the design below
Describe the solution you'd like
Use the
<SessionCard />
component created in the first issue to render your bookmarked sessions.Describe alternatives you've considered
Additional context
Consider using Asyncstorage to store bookmarked sessions
useStoredState
hook that has been provided. Its a reusable way to store items in asyncstorageThe text was updated successfully, but these errors were encountered: