Closed BikramNarayan closed 1 year ago
Name | Link |
---|---|
Latest commit | cc88ec1a2ede8cd908691899c87abca911ac31d1 |
Latest deploy log | https://app.netlify.com/sites/effulgent-brioche-795ac4/deploys/651c0db5da1f2b0008887f1c |
Deploy Preview | https://deploy-preview-107--effulgent-brioche-795ac4.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Pull Request: Day or Night Theme Auto-Selection as per Time issue#92
Description
This pull request implements a feature that automatically selects the day or night theme based on the time of day. The core logic of this feature is implemented in the
determineTimeOfDay
function. It checks the sunrise and sunset times in the providedweatherData
and calculates whether it's currently daytime or nighttime in the searched location. The theme is set accordingly, providing a more visually appealing and context-aware user experience.Changes Made