issues Search Results · language:Dune language:Python language:Java language:JavaScript language:Java language:TypeScript
Filter by
70.6M results
Replace mock library data with real per-user notes, bind the search input and sort selector to the data-layer query, and
navigate from a card to notes/[noteId] in Write Mode. Depends on the notes model, ...
Expose the residual documented shortcut set (Ctrl+B/I/U, heading/list chords) so keyboard-first formatting works; the
cross-cutting keys (Ctrl+M, Tab accept, Esc dismiss) remain owned by their feature ...
Add sign-out from the settings/profile footer that clears the JWT/cookies and redirects to login — the lifecycle inverse
of FR-09 auth. Promoted to P0 as basic auth hygiene for a 50-user, possibly shared-device ...
Add Zod schemas validating signup/login credentials and note title/content at the form and API boundary — a hard NFR-03
security control gating untrusted input, so P0 alongside its auth/persistence consumers ...
On entering Study, trigger spotting, render the typed term list and Exam-Relevant count from the live Edge Function
result (via the Worker mapping), and bind spotted terms to the article positions — connecting ...
Wire the New button to create a blank note opened in Write Mode, and the card Delete action to the persistence backend.
Quick Create is the sole note-creation entry-point the whole editor/Study/auto-save ...
Add Vitest+RTL coverage for the mode-toggle state machine, autocomplete debounce/local-first, AI queue suppression,
key-term parsing/grounding, auto-save (incl. failure/retry), and auth/validation at 80%+ ...
Cross-reference GPT-4o-mini output against the seeded nursing_terms so spotted terms resolve to real dictionary entries
(and the FR-06 hover always finds a definition). The named mitigation for the PRD ...
On a text selection, show a debounced floating toolbar that dismisses on outside click/Escape/collapse — the only
toolbar in the modern shell (design S2/S4/S7).
Move parsing the spotted-term payload and mapping terms to document positions (for click-to-jump and inline annotations)
into a Web Worker so spotting meets the 5s/3,000-word budget — functional plumbing ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.