feat: Add multi-account mailbox switcher with safety checks#1272
Open
Risktaker001 wants to merge 2 commits into
Open
feat: Add multi-account mailbox switcher with safety checks#1272Risktaker001 wants to merge 2 commits into
Risktaker001 wants to merge 2 commits into
Conversation
added 2 commits
June 22, 2026 02:40
…stic rollback - New action-motions.ts with 13+ motion presets for archive, star, snooze, approve, block, refund, and copy-proof actions - ActionIcon component providing haptic-like animated icon state changes with reduced-motion support - useOptimisticAction hook for optimistic updates with visible rollback on failure - Integrated animated icons into EmailView reader toolbar (snooze, archive, trash, star) - Row collapse/slide-out animations for EmailList removal events - Comprehensive ACTION_MOTIONS.md documentation with tokens, examples, and a11y notes
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.
Closes #105
Description**
This PR implements a polished account switcher menu designed for power users who manage multiple Stealth addresses, test accounts, or organization mailboxes. It allows seamless transitions between local mailbox profiles while ensuring full safety checks are in place to prevent data loss or accidental session overrides during sensitive actions.
Changes
UI & Component Layer
Context & State Management
Guardrails & Interceptors
Acceptance Criteria Verification
Testing Checklist
Switching & Management Verification
Safety & UX Boundary Conditions