Skip to content

FEAT: Add configurable date format in settings #647

@andrinoff

Description

@andrinoff

Is your feature request related to a problem? Date format hardcoded in code. Users in different locales want different formats (MM/DD vs DD/MM, 12h vs 24h).

Describe the solution you would like: Add date_format config option:

  • "2006-01-02 15:04" (ISO)
  • "01/02/2006 3:04 PM" (US)
  • "02/01/2006 15:04" (EU)
  • Custom Go time format string

Describe alternatives you have considered: Hardcoded format (current). Config allows personalization.

Additional context:

  • Files: config/config.go, tui/inbox.go
  • Use time.Format() with config value
  • Provide presets in settings UI
  • Complexity: Easy - config option + formatting

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    In review

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions