Skip to content

feat(inbox): add detailed dates#1295

Merged
andrinoff merged 3 commits into
floatpane:masterfrom
FromSi:feature/detailed-inbox-dates
May 16, 2026
Merged

feat(inbox): add detailed dates#1295
andrinoff merged 3 commits into
floatpane:masterfrom
FromSi:feature/detailed-inbox-dates

Conversation

@FromSi
Copy link
Copy Markdown
Contributor

@FromSi FromSi commented May 15, 2026

What?

Adds an EnableDetailedDates config option and a General Settings toggle for showing detailed inbox dates. When enabled, inbox timestamps render as absolute dates using the configured Date Format instead of relative labels like “2 hours ago”.

detailed_dates

Why?

Closes #569

Some users prefer absolute dates in the inbox for clarity and consistency. This enables that preference while keeping the existing relative date behavior as the default.

@FromSi FromSi requested a review from a team as a code owner May 15, 2026 20:50
@floatpanebot floatpanebot added area/tui Terminal UI / view layer area/i18n Localization / translations area/config Configuration / settings enhancement New feature or request size/M Diff: 51–200 lines labels May 15, 2026
@andrinoff
Copy link
Copy Markdown
Member

andrinoff commented May 15, 2026

We need i18n (you can add just English, @andriy-chernov will handle the rest). Also, add to the Configuration.md

Edit: i can see i18n now, sorry, just docs then

@floatpanebot floatpanebot added the area/docs Docs site / README label May 15, 2026
@FromSi
Copy link
Copy Markdown
Contributor Author

FromSi commented May 15, 2026

@andrinoff no problem. Updated 20a8228

Copy link
Copy Markdown
Member

@andrinoff andrinoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@andrinoff andrinoff merged commit 6ebdfd7 into floatpane:master May 16, 2026
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/config Configuration / settings area/docs Docs site / README area/i18n Localization / translations area/tui Terminal UI / view layer enhancement New feature or request size/M Diff: 51–200 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FEAT: Option to use absolute dates in Inbox

4 participants