2e97e3746b
reduce fetch retry pressure and fix hazard list overflow styling
2026-04-17 12:10:48 -04:00
ab0b915249
Fix Ongoing hazard list text layout
2026-04-16 17:09:31 -04:00
763352317f
Implement Hazard List with server-side cache of last 7 Hazards
2026-04-16 17:02:25 -04:00
2243bc4c9d
Tweak the text-shadow in the weather display title CSS/SCSS
2026-04-15 22:59:16 -04:00
587c9d4d62
SCSS title layout tweaks
build-docker / Build Image (push) Has been cancelled
2026-04-15 09:15:30 -04:00
845b34992e
Rebrand for linhanced 0.1
2026-04-14 13:47:51 -04:00
cb4bdbf92d
Tweak to make ground view subtitle smaller
2026-04-14 13:09:22 -04:00
552526d387
Fix CSS layout on intro screen
2026-04-14 12:53:01 -04:00
598a60c7f5
Add Ground View screen for server edition, powered by the Windy API https://api.windy.com/
2026-04-14 12:17:42 -04:00
e78b6a6b43
Tweak Regional map icons to be more visible
build-docker / Build Image (push) Waiting to run
2026-04-13 13:10:03 -04:00
e4f66d5bb0
Re-add a new Latest Observations screen
build-docker / Build Image (push) Waiting to run
2026-04-13 12:25:16 -04:00
84ae94e052
Add code to infer conditions from wind + gusts when Open-Meteo over simplifies weather
2026-04-13 11:33:11 -04:00
31713abfaa
increase regional forecast map icon size
2026-04-12 11:28:11 -04:00
005d52a50b
Remove temp + condition display on map for the radar view
build-docker / Build Image (push) Waiting to run
2026-04-11 21:41:43 -04:00
e43a5d0a73
Make Radar/regional-forecast view more readable
build-docker / Build Image (push) Waiting to run
2026-04-11 19:42:30 -04:00
1bc7dc4226
Refine scanline/CRT CSS effect
build-docker / Build Image (push) Waiting to run
2026-04-11 18:23:00 -04:00
6f76316612
Fix formatting for the Linux news and server observation pages
build-docker / Build Image (push) Waiting to run
2026-04-11 18:02:07 -04:00
67fa4d649a
Tweaks to allow hazard display to work on the local radar screen
2026-04-11 17:53:21 -04:00
5ed1eb2d2f
current weather screen font size adjustments
2026-04-11 17:35:46 -04:00
18b21c247c
Adjust date-time display position a bit more to the right
2026-04-11 13:40:44 -04:00
e24ce39c69
Adjust local forecast text for non-standard themes
build-docker / Build Image (push) Waiting to run
2026-04-11 12:59:43 -04:00
a964662940
restyle radar observations
build-docker / Build Image (push) Waiting to run
2026-04-11 12:35:42 -04:00
edb955323d
Regional forecast screen re-vamp
2026-04-11 12:13:39 -04:00
fef73485dd
Improve screen layout for themes + Radar layout adjustments
2026-04-11 12:02:24 -04:00
2e304d41c6
Add 6.png image (storm outlook) support for the themes
build-docker / Build Image (push) Waiting to run
2026-04-09 22:35:27 -04:00
854d6ccc15
Finish implementing themes, restore original assets to be the default
build-docker / Build Image (push) Waiting to run
2026-04-08 15:16:20 -04:00
fc97cda830
Start of themes development
2026-04-08 12:49:21 -04:00
0d7240c707
fix scroll area sizing and update hourly/travel backgrounds
2026-04-07 23:28:55 -04:00
0090e8f30e
Remove latest observations display
2026-04-07 18:25:27 -04:00
6d82d5d9df
Fix Radar styling
2026-04-07 18:20:45 -04:00
1faa580b18
Restore Regional Observations map
2026-04-07 18:08:38 -04:00
9ddbef4784
refine global radar styling with RainViewer legend and gray basemap
2026-04-07 16:43:51 -04:00
af0dc6df4d
Darker basemap for radar
2026-04-07 16:12:43 -04:00
c003305af0
Change Local Radar precipitation page styling
2026-04-07 15:57:08 -04:00
81e0fc2bc0
In progress, add global radar support using RainViewer and Leaflet
2026-04-07 15:16:52 -04:00
91cc2bd663
Add LWN News section
2026-04-06 18:50:03 -04:00
9b23f46bff
Adds Server Observations to the startup screen
2026-04-04 16:37:54 -04:00
57a766380a
Adds fastfetch/Server Observations as a screen
2026-04-04 15:12:08 -04:00
a85705b9be
Scanline modifications, change default weather channel branding to a slackware linux style weather branding
2026-04-04 10:49:10 -04:00
Matt Walsh
320d3139c3
add dewpoint to hourly and expand to 36 hours
2026-01-17 11:42:26 -06:00
Matt Walsh
767bb8f11d
gulp now publishes sourcemaps
2025-11-30 04:16:02 +00:00
Matt Walsh
770f671d45
fix z-index of volume slider
2025-11-10 13:01:30 -06:00
Matt Walsh
6f97e3d2b9
add volume control slider and overhaul settings close #109
2025-11-10 12:54:54 -06:00
Matt Walsh
5117a9d475
move bottom scroll to single div #144
2025-09-24 22:27:31 -05:00
Matt Walsh
e8b8890260
fix full screen centering on chrome #139
2025-09-15 08:54:11 -05:00
Matt Walsh
8ee1e954eb
better background and wide screen for hazard displays
2025-09-09 21:35:31 -05:00
Eddy G
13621b6f46
Stop Mobile Safari from trying to auto-fill the location box
...
This change prevents the "No items to show" popup that obscures the first
couple suggested matches.
2025-07-02 08:11:52 -04:00
Eddy G
b49433f5ff
Add responsive scaling; improve scanlines and Mobile Safari support
...
- Replace CSS zoom with CSS transform scaling for better mobile compatibility
- Implement wrapper-based scaling approach that includes both content and navigation bar
- Replace Almanac layout with CSS Grid for better cross-browser layout
- Greatly improve scanline algorithm to handle a wide variety of displays
- Add setting to override automatic scanlines to user-specified scale factor
- Remove scanline scaling debug functions
- Refactor settings module: initialize settings upfront and improve change handler declarations
- Enhance scanline SCSS with repeating-linear-gradient for better performance
- Add app icon for iOS/iPadOS
- Add 'fullscreen' event listener
- De-bounce 'resize' event listener
- Add 'orientationchange' event listener
- Implement three resize scaling algorithms:
- Baseline (when no scaling is needed, like on the index page)
- Mobile scaling (except Mobile Safari kiosk mode)
- Mobile Safari kiosk mode (using manual offset calculations)
- Standard fullscreen/kiosk mode (using CSS centering)
2025-07-02 00:22:06 -04:00
Eddy G
bec80a1ebe
Refactor alert/hazard system with timing and display improvements
...
- Replace magic numbers with seconds-based timing constants
- Switch from scrollTo() to hardware-accelerated transform
- Add scroll caching to prevent repeated DOM queries every scroll cycle
- Switch to safeJson() for centralized error handling across alert modules
- Horizontal alert scroll now goes edge-to-edge
- Integrate global speed settings into horizontal scroll timing
- Improve error handling flow with better fallback behavior for missing data
- Remvoe unused getCurrentData() function in hazards.mjs
- Move background color from scrolling element to container to avoid
showing the underlying content when scrolling with trasnform
2025-06-24 23:41:44 -04:00
Eddy G
65944dc3b5
Add comprehensive responsive scanline scaling system with anti-aliasing
...
- Attempt pixel-perfect scanline rendering for scaled displays and zoom scenarios
- Implement dynamic scanline thickness calculation to prevent sub-pixel rendering issues
- Add enhanced kiosk detection via isKioskLike for better fullscreen optimization
- Optimize scanlines for specific kiosk resolutions (1024x768, 1023x767)
- Add responsive SCSS media queries for different display densities
- Include extensive debugging utilities for scanline troubleshooting
- Improve noSleep error handling with proper promise rejection handling
- Update to modern fullscreen API method names
- Add async/await error handling for fullscreen requests
- Trigger resize after fullscreen engagement to apply optimal scaling
2025-06-24 22:38:25 -04:00