Closed mshumayl closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
ai-daleel | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 4, 2023 10:15am |
Next step is to create a page to view all saved snippets and a function to remove saved snippets.
Removing snippets
No need to query updated snippets list. Only render the client-side object array with the element deleted.
Before moving further, we need to refine the user's usage flow. This needs to start by revamping the navigation, particular the navbars for both mobile and desktop viewports.
Need to re-render the VerseCards
once a bookmark is removed.
Now, we need a toaster component to notify success/fail of removal/addition of saved verses.
Feature branch to address #11