Enhanced Solar Eclipse Countdown with Hourly Simulation and Modern UI#1
Enhanced Solar Eclipse Countdown with Hourly Simulation and Modern UI#1j4c0s wants to merge 3 commits into
Conversation
- Implemented glassmorphism-based countdown container. - Added dynamic background with rotating nebula and twinkling stars. - Created a multi-phase hourly eclipse simulation with corona and diamond ring effects. - Ensured full responsiveness across devices using vmin and clamp units. - Restored Screen Wake Lock API for permanent tablet display. - Improved code readability by reformatting translations and city data. - Fixed typo in Italian translation. Co-authored-by: j4c0s <46329710+j4c0s@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Overhauled the UI with a modern glassmorphism aesthetic. - Added a dynamic background with stars and a rotating nebula. - Implemented an hourly eclipse animation (moon transit, corona, diamond ring). - Added Screen Wake Lock API support for permanent tablet displays. - Improved responsiveness and layout to ensure visibility on all devices. - Added automatic language detection and a settings panel. Co-authored-by: j4c0s <46329710+j4c0s@users.noreply.github.com>
- Implemented a responsive Flexbox layout with `min-height: 100dvh` and `clamp()` to prevent UI clipping on mobile devices. - Enhanced the "Diamond Ring" animation with multi-layered shadows and dedicated entry/exit phases. - Standardized celestial body centering using `translate(-50%, -50%)`. - Fixed a bug where a "ghost ring" (box-shadow) remained on the sun after animation by implementing explicit style resets. - Added a clickable trigger to the sun element for manual animation testing. - Bumped Service Worker version for cache invalidation. Co-authored-by: j4c0s <46329710+j4c0s@users.noreply.github.com>
I have significantly enhanced the eclipse countdown page to make it more visually spectacular and better suited for a permanent tablet display. Key improvements include:
triggerHourlyAnimationfunction that simulates a total solar eclipse once per hour. The animation features a sky darkening effect, a smooth moon transit, the "Diamond Ring" effect, and a rotating solar corona flare.vmin,clamp) to keep everything perfectly centered and scaled on all screens.PR created automatically by Jules for task 11404627948476624605 started by @j4c0s