- Jun 16, 2023
-
-
Konrad Mohrfeldt authored
The ComboBox is now generic (both in the sense of TypeScript generics as well as use in other areas as the show selector). It’s behaviour now also aligns with te TagInput component.
-
- 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.
-
- Mar 24, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Feb 28, 2023
-
-
Konrad Mohrfeldt authored
This re-implements the auth store with pinia. Other notable changes: * the OIDC client configuration and setup is now part of separate module that can be included by the OIDC callback routes and ensures that we always use the same OIDC client configuration. * Authorization headers for the steering and tank REST APIs are now set with an axios interceptor instead of specifying them for each API store action. refs #127
-
Konrad Mohrfeldt authored
-
- Dec 07, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 28, 2022
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Accessing the $parent should only be used in rare cases. Login session handling is already implemented as part of the store, so there is no need to use the App component as handler.
-
- 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
-
Richard Blechinger authored
-
- Dec 14, 2020
-
-
Richard Blechinger authored
-
- Dec 02, 2020
-
-
Richard Blechinger authored
-
- Nov 24, 2020
-
-
Richard Blechinger authored
-
Richard Blechinger authored
-
- Nov 17, 2020
-
-
Richard Blechinger authored
-
Richard Blechinger authored
-
Richard Blechinger authored
-
- Oct 20, 2020
-
-
Richard Blechinger authored
-
- Oct 19, 2020
-
-
Richard Blechinger authored
-
- Oct 13, 2020
-
-
Richard Blechinger authored
-
- Oct 12, 2020
-
-
Richard Blechinger authored
-
- Jul 20, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Jun 15, 2020
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Aug 11, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
vue always throws a render error, even if we include a test for user.steeringUser before comparing user.steeringUser.is_superuser. so we moved it to the js logic and use a separat modules array for superusers
-
jackie / Andrea Ida Malkah Klaura authored
* deactivate superuser entries for standard users * consistent naming
-
- May 08, 2019
-
-
jackie / Andrea Ida Malkah Klaura authored
Our linting config in package.json was: ``` "extends": [ "plugin:vue/essential", "eslint:recommended" ], ``` Now switching to "plugin:vue/recommended" and apply all auto-fixes
-
- Apr 05, 2018
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Mar 02, 2018
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Dec 19, 2017
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Nov 29, 2017
-
-
jackie / Andrea Ida Malkah Klaura authored
-
jackie / Andrea Ida Malkah Klaura authored
-
- Nov 27, 2017
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Nov 24, 2017
-
-
jackie / Andrea Ida Malkah Klaura authored
-
- Nov 16, 2017
-
-
jackie / Andrea Ida Malkah Klaura authored
-
jackie / Andrea Ida Malkah Klaura authored
-
jackie / Andrea Ida Malkah Klaura authored
-