Skip to content

Conversation

@ariane-emory
Copy link
Contributor

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

Fixes sst#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 ariane-emory changed the title fix: toggle timestamps now properly hides/shows timestamps when toggled fix: toggle timestamps now properly hides/shows timestamps when toggled (resolves #5142) Dec 5, 2025
@ariane-emory ariane-emory deleted the fix/toggle-timestamps-5142 branch December 6, 2025 05:47
@ariane-emory ariane-emory restored the fix/toggle-timestamps-5142 branch December 6, 2025 06:37
@ariane-emory ariane-emory reopened this Dec 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Toggle timestamps not working

1 participant