- Oct 21, 2023
-
-
Konrad Mohrfeldt authored
refs #127
-
- Oct 13, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Jun 08, 2023
-
-
Konrad Mohrfeldt authored
API object attribute names are now: 1. camelCased (#164) 2. use Id / Ids suffix for object references (#172)
-
- Mar 28, 2023
-
-
Konrad Mohrfeldt authored
We’ve decided to move the show selector into the navbar because the selected show is the primary state of the dashboard from which almost all other state is derived. Apart from that we now have support for filtering the list based on active and inactive shows (and possible other criteria in the future) as it was suggested in #122.
-
- Feb 28, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
The show selection mechanism relied on the parent component to notify other components, even though the selected show is already part of the store and all component state can and should be derived from there.
-
- Dec 07, 2022
-
-
Konrad Mohrfeldt authored
Users should always be able to add new shows even if none have been created thus far. refs #97
-
Konrad Mohrfeldt authored
Up until now we had two different show selectors based on the number of shows that were available. We now use the same show selector for any number of shows. Apart from that shows are now sorted 1. based on their active state (descending, so inactive last) and 2. their name (ascending, so A-Z) in the show selector so it’s easier to find relevant shows. Other changes: * title handling has been moved into PageHeader component * calendar management has been removed and is now handled locally in the EmissionManager component * inactive shows are badged refs #122
-
- Dec 06, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 10, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 09, 2022
-
-
Konrad Mohrfeldt authored
Notable changes: * Vue 2.6 to Vue 3 + compat migration. * Build system migration from vue-cli/webpack to Vite. * Application dependencies like bootstrap-vue, vue-router, vuex, or vue-toast-nofitication have been updated, if doing so was necessary or advisable for the Vue 3 migration. * Static file includes for the oidc-client in oidc_callback.html and oidc_callback_silentRenew.html have been removed in favor of automatic processing in the build system so that all assets are versioned and invalid cache hits are prevented. Fixes #53 and #110.
-
- Apr 22, 2022
-
-
Konrad Mohrfeldt authored
-
- Dec 15, 2020
-
-
Richard Blechinger authored
-
- Dec 14, 2020
-
-
Richard Blechinger authored
-
- Dec 02, 2020
-
-
Richard Blechinger authored
-
- Nov 24, 2020
-
-
Richard Blechinger authored
-
Richard Blechinger authored
-
Richard Blechinger authored
-
- Oct 12, 2020
-
-
Richard Blechinger authored
-
- Sep 08, 2020
-
-
Richard Blechinger authored
-
- Aug 26, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Jun 11, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- May 29, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- May 19, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- May 18, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Oct 24, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
there have been issues with filenames that include spaces or other characters. this is solved by double URL encoding.
-
- Sep 27, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
for details see the migration guide for v2.0.0: https://github.com/bootstrap-vue/bootstrap-vue/releases/tag/v2.0.0
-
- Jun 07, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
-
jackie / Andrea Ida Malkah Klaura authored
-
jackie / Andrea Ida Malkah Klaura authored
-
- Jun 03, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Jun 02, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- May 23, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
-
jackie / Andrea Ida Malkah Klaura authored
-
- May 22, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
-
jackie / Andrea Ida Malkah Klaura authored
-
- May 15, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
-
jackie / Andrea Ida Malkah Klaura authored
-
- May 14, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
also uses a b-table instead of b-rows because they are easy to rerender after changes to the playlist entries array
-