feat(web): add Date/Time dock tool with locale-aware presets and refresh - #37
Open
phanex wants to merge 1 commit into
Open
feat(web): add Date/Time dock tool with locale-aware presets and refresh#37phanex wants to merge 1 commit into
phanex wants to merge 1 commit into
Conversation
phanex
force-pushed
the
feat/date-time-presets
branch
from
August 30, 2026 20:03
9796001 to
5848423
Compare
phanex
force-pushed
the
feat/date-time-presets
branch
from
August 30, 2026 20:03
5848423 to
9697398
Compare
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 dedicated Date/Time element tool to the dock bar and inspector with zero hardcoded translations.
Key Changes
CalendarClockicon tool in Dock bar right next toTexttool (shortcutD).DD.MM.YYYY,MMMM YYYY) while rendering evaluated live date/time string on canvas.+N/-Noffset tokens (e.g.DD+7,MM+3,YYYY+1) to calculate future/expiry dates (e.g., today + 7 days) across all tokens.en,uk,de,fr, etc.) withtry...catchfallback to system locale during typing.×button, andRefresh Datesbutton to re-evaluate all tokens on demand.