- Jun 04, 2024
-
-
Konrad Mohrfeldt authored
refs #219
-
Konrad Mohrfeldt authored
-
- May 30, 2024
-
-
Konrad Mohrfeldt authored
refs #219
-
Konrad Mohrfeldt authored
-
- Apr 16, 2024
-
-
Konrad Mohrfeldt authored
refs #284
-
Konrad Mohrfeldt authored
The navigation logic was extensible but also a bit overengineered for our purposes and kind-of invented a DSL for generating nav entries. We should be better off with a more direct approach.
-
- Mar 28, 2024
-
-
Konrad Mohrfeldt authored
Now that bootstrap-vue is no longer used we can finally deactivate the Vue 2 compatibility mode.
-
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
-
- Feb 10, 2024
-
-
Konrad Mohrfeldt authored
refs #247
-
- Feb 08, 2024
-
-
Konrad Mohrfeldt authored
-
- Jan 29, 2024
-
-
Konrad Mohrfeldt authored
refs #181
-
- Jan 25, 2024
-
-
Konrad Mohrfeldt authored
-
- Nov 07, 2023
-
-
Konrad Mohrfeldt authored
-
- Nov 06, 2023
-
-
Konrad Mohrfeldt authored
We often find ourselves adding flex styles to buttons. Instead, this should be the default.
-
- Nov 02, 2023
-
-
Konrad Mohrfeldt authored
fixes #199
-
- Nov 01, 2023
-
-
Konrad Mohrfeldt authored
-
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
-
Konrad Mohrfeldt authored
refs #181
-
Konrad Mohrfeldt authored
Until now the show context menu was only displayed when user’s were visiting routes for that particular show. As we keep a global show selection state, we can display this context menu at any time, because the state is not unset when users visit other dashboard sites. At least for now that makes sense.
-
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
-