Skip to content

Commit

Permalink
chore: remove Solari screen type and "v1" code
Browse files Browse the repository at this point in the history
* Remove the `solari` screen type; we have no remaining screens of this
  type in the wild.

* Remove the "v1" screen page/API endpoints; there are now no remaining
  v1 screen types.

* Remove a substantial amount of code that was only used by v1 screens
  (likely not all of it, but there are few reliable tools available for
  detecting unused "public" code in Elixir).

* Remove the `solari_large_v2` screen type; this was added a long time
  ago in anticipation of the "large" Solari layout being ported to the
  v2 framework, but no real functionality was ever added to it, and the
  only screens of this type in the wild are now permanently offline and
  waiting to be decommissioned.
  • Loading branch information
digitalcora committed Oct 31, 2024
1 parent e2ef0b4 commit 61f83aa
Show file tree
Hide file tree
Showing 103 changed files with 62 additions and 8,718 deletions.
39 changes: 0 additions & 39 deletions assets/css/fonts_inter.scss

This file was deleted.

5 changes: 2 additions & 3 deletions assets/css/pre_fare_v2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

@import "colors";

// Don't import from solari... put in common place!
@import "fonts";
@import "solari/arrow";
@import "solari/departure_time";

@import "v2/arrow";
@import "v2/clock_icon";

@import "v2/pre_fare/viewport";
Expand Down Expand Up @@ -36,6 +34,7 @@
@import "v2/pre_fare/evergreen/video";

@import "v2/placeholder";
@import "v2/pre_fare/departure_time";
@import "v2/pre_fare/elevator_status";
@import "v2/pre_fare/flex/paging_indicator";
@import "v2/pre_fare/full_line_map";
Expand Down
30 changes: 0 additions & 30 deletions assets/css/solari.scss

This file was deleted.

239 changes: 0 additions & 239 deletions assets/css/solari/departure.scss

This file was deleted.

53 changes: 0 additions & 53 deletions assets/css/solari/departure_crowding.scss

This file was deleted.

Loading

0 comments on commit 61f83aa

Please sign in to comment.