Add Timeline plugin - #216
Draft
sandesh-sp wants to merge 11 commits into
Draft
Conversation
sandesh-sp
marked this pull request as draft
July 23, 2026 14:04
…imports (TimelineAdapter, DateSelector) to the local copy, removing the Timeline plugin's dependency on core (Ancillary/)
…ne PR Revert LayerLegend to its base version and delete Ancillary/FloatingPopover, which is no longer used now that Timeline has its own local copy. The LayerManager legend refactor is moved to the feat/layer-manager-refactor branch so this PR is scoped to the Timeline plugin only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AhvQZJB6987Yz7Bq1VmMJd
- Introduced YEAR as a valid time mode in TimeModeControl and DateSelector components. - Updated DateSelector to handle YEAR granularity for date selection and formatting. - Enhanced TimelineAdapter to fetch and manage shown time modes from mission config. - Updated config.json to include variables for playback and time modes.
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.
Summary
Adds a new Timeline tool/plugin for temporal data visualization, styled to match the disasters viz tool Figma design.
src/essence/Tools/Timeline/), including:TimelineTool/TimelineAdapterwiring into MMGISDateSelector,LayerTimeline,PlaybackControls,TimeModeControl,TimelineViewtimeUtilshelpers, shared types, andmmgisAPIadapterTimeline.css,src/styles/disasters/index.scss)time:userChanged→time:changeRequestedinTimelineAdapterfor clarityFloatingPopover,TimeUI,UserInterfaceModern_.css,LayerLegend, andmmgisAPI.jsBase branch
Targets
feat/timecontrol-event-decoupling(builds on the time control event decoupling work).🤖 Generated with Claude Code