opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix: toggle timestamps now properly hides/shows timestamps when toggled (resolves #5142)

Open ariane-emory opened this issue 1 month ago • 0 comments

Fixes #5142 where 'Toggle timestamps' command was not actually hiding timestamps. The issue was inverted logic - when showTimestamps was false, it still displayed a shorter timestamp instead of hiding it completely.

  • Wrap timestamp display in conditional Show component
  • Only render timestamp when showTimestamps() is true
  • Preserve existing timestamp format when visible

ariane-emory avatar Dec 05 '25 23:12 ariane-emory