-
Notifications
You must be signed in to change notification settings - Fork 11
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
New Weather App with Brand Fetching Features #208
base: master
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
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.
- Please use the following as guide: https://github.com/Screenly/Playground/pull/213/files
- It's a separate pull request where the target branch is set to the feature branch used by this PR (New Weather App with Brand Fetching Features #208).
- Please remove
index.copy.html
as it's not being used. (I can see thatindex.copy.html
is already in master.)- I understand that
index.copy.html
is not included in the changes in this PR, but it would be better to clean that up too.
- I understand that
@nicomiguelino, given that some weather icons lack the -night variant, should we clarify expectations here? For example, when it snows at night, the system tries to show this with snow-night.svg, but this icon is absent in both the old and new app icon lists, resulting in the snow icon failing to display correctly. Same for
And we can do something like
|
Added helper function - 98efd72 |
User description
PR Type
Enhancement, Bug fix, Documentation
Description
Implemented a new weather app UI with grid layout.
Added locale and timezone override settings.
Integrated Sentry for error tracking and logging.
Enhanced responsiveness with extensive CSS media queries.
Changes walkthrough 📝
4 files
Added responsive grid-based layout and styling.
Defined global styles and theme variables.
Added weather API integration and locale/timezone handling.
Updated HTML structure for new weather app UI.
2 files
Added new settings for locale, timezone, and Sentry DSN.
Updated settings with locale, timezone, and Sentry DSN options.
8 files