Skip to content
Snippets Groups Projects
  1. Dec 06, 2022
    • Konrad Mohrfeldt's avatar
      feat: use pages as bundle split-points · 2516625c
      Konrad Mohrfeldt authored
      Up until now the application was crammed in a single JavaScript file
      once bundled. This forces clients to download 1.1MiB of JavaScript all
      at once.
      
      Vite uses dynamic import statements as split-points for bundles. By
      using dynamic imports for our routes we can delay the loading of some
      data to a later point in time when the user actually needs it. We should
      still try to reduce our overall bundle size.
      2516625c
  2. Nov 10, 2022
  3. 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
  4. Nov 17, 2020
  5. Oct 19, 2020
  6. Oct 12, 2020
  7. Jun 15, 2020
  8. Aug 08, 2019
  9. Feb 06, 2019
  10. Mar 02, 2018
  11. Feb 15, 2018
  12. Nov 29, 2017
  13. Nov 16, 2017
  14. Nov 15, 2017
Loading