-
Notifications
You must be signed in to change notification settings - Fork 112
Location face #133
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
Open
voloved
wants to merge
27
commits into
joeycastillo:main
Choose a base branch
from
voloved:location_face
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Location face #133
Conversation
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
…OM always appears when cycling
…d a time in a specific timezone
…r out cities only if tz mismatch
…at are preset are set outside of the current tz
Collaborator
Author
|
@joeycastillo , Let me know what your thoughts are on this change to sunrise/sunset face. |
|
Great work! |
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.
Location Setting Face
This PR updates the Sunrise/Sunset face. Now, instead of requiring the long/lat to set the location, you can set from the most populated cities.
If you have your timezone set outside of UTC, it'll allow you to select from a preset of cities only within that timezone.
If it's set to UTC (which is the default), it'll let you set from any city in the presets.
If no cities are found in that timezone, the user will need to manually input their long/lat the same way that they currently do.
At the end of every list of presets, there is a
CUSTOMoption, which allows the user to always input their own long/lat.The city the user will see when entering the location setting is the city that shares their currently-selected long/lat. If no cities share it, it'll display
CUSTOM.The cities were chosen as the all cities with a 2025 population of at least 1,000,000 that are not within 500km of a more populated city that shares its timezone.
Since location is mainly used for sunrise data, it won't care too much if you live in Taicang, but set it to Shanghai.
The city list can be found here.
location-presets-sun.mp4