Timeline: show full date/time, add Today, and tidy the header and layer list - #478
Draft
sandesh-sp wants to merge 3 commits into
Draft
sandesh-sp wants to merge 3 commits into
sandesh-sp wants to merge 3 commits into
Conversation
The header reads and picks the current time to the minute whatever the granularity, and a Today action moves to the current minute when it falls inside the range. The granularity becomes a dropdown beside the playback controls, a divider follows the zoom controls, and the header groups wrap onto further rows when the panel is too narrow. The layer list is wider with larger, regular-weight names, and range bars are drawn at least 6px wide, centred on their span. Implements #477
…acing The zoom group no longer carries its own trailing space, so each toolbar divider sits evenly between its neighbours.
sandesh-sp
marked this pull request as draft
September 22, 2026 20:37
The month field is a dropdown of all twelve months, with those outside the range disabled, and its arrows carry across the year boundary. The day grid always spans six rows so the month and year controls stay put as the month changes.
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Make the timeline header always show the exact instant on the map, add a quick way back to the present, and tidy the header and layer list layout.
Stacked on
feature/475-timeline-scrubber-follow(#476). Merge #476 first, then retarget this todevelopment.Proposed Changes
Jun 15, 2024 · 09:41 UTC, whatever the granularity.Issues
Testing
npx vitest run src/essence/Tools/Timeline src/essence/Tools/Comparison: 17 files, 357 tests pass. Tests cover the full readout under every granularity, Today (current minute, disabled out of range, placement), the dropdown's placement and options, the toolbar dividers, the month dropdown and year rollover, and minimum bar width and centring.tsc --noEmit: no errors in the Timeline files.