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 13, 2023 3:54pm |
Adding a rich text editor might be overkill and introduce unnecessary bloat to the app. It is better to save notes in short "comments". Users can add and remove these comments as they see fit.
verse\[surahVerse].tsx
.true
, skip Step 3.Add note
. This triggers the saveNote
API.Save verse and add note
. This triggers the saveSnippet
API and the saveNote
API. At this juncture, I think it's best to standardize the tRPC responses as per #22. This will make it much easier to make API requests to save notes for saved/unsaved verses.
Next steps:
PR to address #16