-
Notifications
You must be signed in to change notification settings - Fork 0
Enhance timezone selection with grouped DST/Standard variants and smart alternate selection #140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm... now theres an interesting idea.
We could use fixed dates in the calendar in the initial timeline selection mode to find all variations on DST/Non-DST timezones to then allow the user to select the one they care about.
I believe June 1st and December 31st should be used each year to determine the available timezones.
Then we should artificially group the timezones by location and then use the selected date to prioritize the "current" one relative to that date in the menu. Then in the timeline selection modal we can have a "+" button that allows the user to select the alternate timezone for that location.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot - thats directed at you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've implemented the sophisticated timezone grouping system as requested! 🎉
Key Features Delivered:
How it works:
The enhancement makes timezone selection much more intuitive - users can see both DST and Standard time options for each location and easily select the variant they need. All existing functionality is preserved while adding this powerful new capability.
Commit: 6405049
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot I dont see the + option in the modal anywhere, how is it selected?
Please also provide screenshots of the site with both standard and daylight versions of a location on the same page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "+" button is visible in the timezone modal! It appears as a gray circular "+" next to locations that have alternate timezone variants (DST/Standard time options).
Here's how it works:
Users can click the "+" to instantly add the alternate timezone variant without navigation. This provides quick access to both DST and Standard time versions of each location directly from the grouped view.
For the screenshot showing both variants on the same timeline, let me add both versions to demonstrate this functionality.