Settings Sheet
Modal sheet for app configuration. Opened via gear icon in ContentView.
Structure
NavigationStack with List containing:
Tags Section
- List of all tags
- Swipe to archive/delete
- “Add Tag” button opens 407-add-tag-sheet
Data Section
- Import from HEY: File picker for CSV import
- Export CSV: Opens 408-share-export-sheet
- Data folder: Current storage path
- Copy path: Copies folder path to clipboard
About Section
- App version and build number
Tag Management
Tags displayed with:
- Color indicator
- Name
- Archive status (grayed if archived)
Swipe actions:
- Archive/Unarchive
- Delete (with confirmation)
Import from HEY
Imports CSV from HEY email time tracking:
- Format:
Start,End,Duration,Category,Notes - Category maps to 201-tag (auto-created)
- Notes maps to comment
- Shows success count or error
Related
- 402-ios - Parent view
- 403-app-state - State management
- 404-storage-location - Folder selection
- 302-export - Export service