feat(inbox): remove the triage feature entirely - #628
Merged
Conversation
Removes the dedicated inbox triage mode (the card/swipe 'Triage' view) and all its supporting code. Inbox items are still processed inline from the list and detail views (file / snooze / archive / convert to task or note) — only the separate triage surface is gone. - delete triage-view + triage-action-bar / item-card / progress / complete / snooze-picker + streak-badge + use-triage-queue hook - strip triage-mode wiring from the inbox page (Triage button, Cmd+P toggle, memry:enter-triage event, Escape handler) - remove the triage.* i18n block and dead view.triageButton/processInboxTitle keys; repoint the Home inbox-widget archive aria-label to quickActions.archiveItem; relabel the Home inbox footer 'Triage inbox' -> 'Open inbox' - drop the now-unused TriageAction/TriageState contract types and the domain-inbox TriageAction type - prune triage references from affected tests
|
React Doctor found 2 issues in 1 file.
Top Findings
Generated by React Doctor. Questions? Contact founders@million.dev. |
- drop Home header "to triage" metric (toTriage) + its i18n key - reword agent prompt "Inbox triage" -> "Inbox processing" (workflow kept) - delete dead componentsInboxTriageItemCard i18n keys (component already removed)
h4yfans
marked this pull request as ready for review
June 29, 2026 18:18
h4yfans
added a commit
that referenced
this pull request
Jun 29, 2026
Resolve modify/delete conflicts from #628 (triage feature removed entirely): accept upstream deletion of triage-action-bar.tsx and triage-view.tsx, and drop the now-orphaned Task 8 triage-action-bar.test.tsx. Other flag-gating changes are in non-triage files and merge cleanly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Removes the dedicated inbox Triage mode (the card/swipe view) and all its supporting code. Inbox items are still processed inline from the list and detail views — file / snooze / archive / convert to task or note — only the separate triage surface is gone.
This also covers "Triage 2": that view only ever lived on the unmerged PR #627, which this supersedes (closing it).
Removed
pages/inbox/triage-view.tsx(+test)components/inbox/:triage-action-bar,triage-item-card,triage-progress,triage-complete,triage-snooze-picker,streak-badgehooks/use-triage-queue.tspages/inbox.tsx(Triage button, Cmd+P toggle,memry:enter-triageevent, Escape handler)triage.*i18n block + deadview.triageButton/view.processInboxTitlekeysTriageAction/TriageStatecontract types +domain-inboxTriageActionAdjusted
triage.action.archive→quickActions.archiveIteminbox-triage→inbox-open)Deliberately kept (flagging)
toTriageinheader-helpers.ts) — this is a passive count of unprocessed inbox items, not the triage feature; renaming ripples through a typed metric enum + i18n. Say the word and I'll rename it (e.g. "to process").prompt-assembler.ts"Inbox triage → …" — describes the agent's inbox-processing capability (still backed by livevault_archive_inbox_itemetc.), not the removed UI.Verify
typecheck:web+typecheck:nodecleani18n:checkpassedDraft — pending GUI QA.