index module

This commit is contained in:
Matt Walsh
2022-11-22 10:45:17 -06:00
parent 33570a8030
commit 6e2abf6720
7 changed files with 588 additions and 574 deletions

View File

@@ -31,14 +31,13 @@ Open your web browser: http://localhost:8080/
The change to 5.0 changes from drawing the weather graphics on canvas elements and instead uses HTML and CSS to style all of the weather graphics. A lot of other changes and fixes were implemented at the same time.
* Replace all canvas elements with HTML and CSS
* City and airport names are better parsed to only show the city name.
* City and airport names are better parsed to better show location in the available space
* Remove the dependency on libgif-js
* Use browser for text wrapping where necessary
* Some new weather icons
* Refresh only on slideshow repeat
* Removed Almanac 30-day outlook
* Fixed startup issue when current conditions are unavailable
*
## Why the fork?