- Jun 04, 2024
-
-
Konrad Mohrfeldt authored
refs #219
-
- Mar 28, 2024
-
-
Konrad Mohrfeldt authored
This is a big one because it’s hard to make these kind of changes atomic. This changeset reworks the calendar component which is no longer dependent on bootstrap and vuex. As a consequence we can remove axios, bootstrap, and vuex because the calendar was the last remaining part of the code that was still using them. refs #127 #140 #261 #279
-
- Nov 06, 2023
-
-
Konrad Mohrfeldt authored
We often find ourselves adding flex styles to buttons. Instead, this should be the default.
-
- Nov 01, 2023
-
-
Konrad Mohrfeldt authored
fixes #203
-
Konrad Mohrfeldt authored
fixes #209
-
- Oct 21, 2023
-
-
Konrad Mohrfeldt authored
refs #127
-
- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
This refactor includes a bulk of the changes discussed in #181. It removes the existing navbar and replaces it with a sidebar instead. This leaves us more room for context-aware navigation options and other information that is relevant to users. Additionally, the show management page is now split up into two, the show episodes management, listing the coming shows/timeslots and the show’s schedules, and the show basic data page, that contains all mostly static data for a show and which is usually maintained by administrators. refs #181
-