jossi87 / climbing-web

React webpage for https://buldreinfo.com and https://brattelinjer.no
https://brattelinjer.no
GNU General Public License v3.0
18 stars 7 forks source link

fix: Handle edge cases for SunOnWall & Sunrise #169

Closed evancharlton closed 4 months ago

evancharlton commented 4 months ago

The "sun-on-wall" and "sunrise/sunset" widgets would have questionable (and incorrect) behavior during exceptional times: midnight sun (and presumably polar night) in the Arctic Circle.

This was previously handled, but a regression was introduced in #162

This change also unbreaks the Storybook setup - when it was bumped to Storybook v8, the Storybook v7 configuration files weren't completely migrated. Maybe we can add some safety around this in a future PR to prevent regressions.

image