Settings Sheet

Modal sheet for app configuration. Opened via gear icon in ContentView.

Structure

NavigationStack with List containing:

Tags Section

Data Section

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