- Apr 09, 2023
-
-
Konrad Mohrfeldt authored
-
- Apr 05, 2023
-
-
Konrad Mohrfeldt authored
This should make it easier to find icons, as they can now be included directly as component: <icon-... /> Icons can be found on: icon-sets.iconify.design Example: Icon at https://icon-sets.iconify.design/ph/trash/ can be used with the following component: <icon-ph-trash />
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
refs #89
-
- Apr 03, 2023
-
-
Konrad Mohrfeldt authored
-
- Mar 28, 2023
-
-
Konrad Mohrfeldt authored
-
- Mar 24, 2023
-
-
Konrad Mohrfeldt authored
-
- Feb 28, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Jan 24, 2023
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- Dec 07, 2022
-
-
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
-
- Nov 28, 2022
-
-
Konrad Mohrfeldt authored
-
- Nov 24, 2022
-
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
Sometimes it’s helpful to see which dependencies are pulled in, what’s pulling them in and what impact they have on the bundle size. rollup-plugin-visualizer does exactly that.
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
vue-full-calendar is not the official Vue package of fullcalendar, is only compatible with Vue 2.x, uses the outdated fullcalendar v3 library and contains a bunch of huge dependencies like jQuery and moment. The changes in this commit migrate the dashboard to fullcalendar v5 and the official vue component. Apart from that there have been a few refactors and fixes. These are: * remove irrelevant stub event callbacks * make view updates reactive instead of imperative (see removal of renderView method and introduction of renderWatcher) * rename methods to better reflect their purpose resolve → enterConflictMode resolveEvent → resolveConflict * emit events in modals instead of call to methods on this.$parent * let → const where applicable to prevent accidental reassignments * switch to for-of loops (from for-in) for better readability * fix some typos One other major change is that timeslot and collision data is no longer mixed with event data for fullcalendar and is assigned to the extendedProps property instead. As mentioned in fullcalendars documentation on event parsing [1], any data that fullcalendar does not handle on its own is moved into the extendedProps object with the explicit recommendation to put them there right from the start. We follow that recommendation. closes #94 [1] https://fullcalendar.io/docs/event-parsing
-
- Nov 18, 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
This updates the build toolchain to Vue CLI v5 and Tailwind 3.x along with some other changes in tooling.
-
- Apr 21, 2022
-
-
Konrad Mohrfeldt authored
@tailwindcss/ui seems to be unused and has a peer dependency on tailwind^1.0 that has been silently ignored.
-
- Jan 14, 2022
-
-
David Trattnig authored
-
- Jul 23, 2021
-
-
Richard Blechinger authored
-
- Dec 15, 2020
-
-
Richard Blechinger authored
-
Richard Blechinger authored
-
- Nov 24, 2020
-
-
Richard Blechinger authored
-
- Nov 17, 2020
-
-
Richard Blechinger authored
-
- Oct 20, 2020
-
-
Richard Blechinger authored
-
- Oct 13, 2020
-
-
Richard Blechinger authored
-
- Sep 15, 2020
-
-
Richard Blechinger authored
-
- Sep 08, 2020
-
-
Richard Blechinger authored
-
- Aug 31, 2020
-
-
Richard Blechinger authored
-