Skip to content
Snippets Groups Projects
  1. Oct 13, 2023
  2. Jun 13, 2023
  3. Jun 08, 2023
  4. Mar 27, 2023
    • Konrad Mohrfeldt's avatar
      fix: fix iteration bugs · e4083e66
      Konrad Mohrfeldt authored
      Some iteration semantics got mixed up when replacing remaining uses of
      `var` variable declarations in ae37fb6c.
      
      `var foo in bar` cannot be replaced with `const foo of bar` because the
      first will assign the iteration index of the current item to foo,
      whereas the second will assign the actual iteration item.
      e4083e66
  5. Feb 28, 2023
  6. Jan 24, 2023
  7. Dec 06, 2022
  8. Nov 28, 2022
  9. Nov 10, 2022
  10. Nov 09, 2022
    • Konrad Mohrfeldt's avatar
      feat: migrate to vue3/compat and Vite build system · 202388aa
      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.
      202388aa
  11. Apr 22, 2022
  12. Nov 25, 2021
  13. Dec 15, 2020
  14. Dec 14, 2020
  15. Nov 24, 2020
  16. Nov 17, 2020
  17. Oct 12, 2020
  18. Oct 01, 2020
  19. Sep 08, 2020
  20. Aug 25, 2020
  21. May 29, 2020
  22. May 23, 2020
  23. May 20, 2020
  24. May 19, 2020
  25. May 18, 2020
Loading