Skip to content

Draft: deps: Upgrades elm-ui widgets

aszen requested to merge aszenz/exosphere:refactor/upgrade-pkgs into master

Overview

Upgraded from v2 to v3 version of Orasund/elm-ui-widgets, also upgraded minor versions of other deps.

Two major type changes were required:

  1. Changing icon type
  2. Changing overriding of styles

I decided not to utilize any new features of the package to reduce the scope of the pr.

Fixes #657

How to Test

Compare the ui across the app between this version and master, it should be exactly the same, this is a pure refactoring change.

Screenshots

Merge request reports