Skip to content

Releases: androide-osorio/weather-widget-angular

Adjust responsivemenes on very small resolutions

08 Aug 19:06
Compare
Choose a tag to compare

This release adds additional media queries to handle very tiny screens (< 300px)

Version 1.1: responsive widget

29 Jul 18:32
Compare
Choose a tag to compare

This release makes a tiny adjustment for the widget, so that it can scale according to the screen size, specifically for HD resolutions where the widget looked too small.

CHANGELOG

  • src/sass/global/elements.scss: modify root HTML object to increase base font size based on screen size
  • src/sass/components/weather-icons/main.scss: removes constraint for weather icon dimensions (so they can scale with the font size change)

First Stable Release

19 Jul 05:40
Compare
Choose a tag to compare

contains all of the built, minified and compressed files for the weather widget frontend, including:

  • minified HTML file called index.html with all of the markup, metadata and links to stylesheets and scripts.
  • a single CSS file with all the styles in the /styles folder.
  • 2 Javascript files in the scripts folder:
    • vendor.min.js: containing all of the application dependencies (minified).
    • app.min.js: containing the application code (also minified).
  • all image assets in the /images folder. All of the images have been compressed and optimized.
  • all media like videos in the /videos folder.

Please, do not change the name of any of the project's folders or files, or else it will break.