Commit Graph

10 Commits

Author SHA1 Message Date
Julien Calixte
d4dab8c03f feat!: rewrite frontend in Vue 3 with Pinia, DaisyUI, vite-plugin-pwa
Migrates every component from class-based vue-property-decorator to
<script setup> + Composition API. Replaces Vuex 3 + vuex-class with a
single Pinia store (persisted via pinia-plugin-persistedstate). Swaps
Bulma + bulma-{checkradio,switch,pricingtable} for DaisyUI 5 utilities
on Tailwind 4. Replaces register-service-worker with vite-plugin-pwa
(workbox, skipWaiting/clientsClaim preserved).

Plugins replaced:
- vue-class-component / vue-property-decorator -> <script setup>
- vuex / vuex-class / vuex-persist -> pinia + persistedstate
- vue-i18n 8 -> vue-i18n 11 (composition mode, legacy: false)
- vue-click-outside -> @vueuse/core onClickOutside
- @xkeshi/vue-qrcode -> qrcode.vue
- vue-currency-input 1 -> vue-currency-input 3 (composable wrapper)
- bus-event (Vue instance) -> mitt
- Vue filters -> plain functions imported per component

BREAKING: drops Stripe / pricing entirely (Payment, PricingTable,
/pricing route, vue-stripe-checkout, bulma-pricingtable).

Clears unused Cypress and Jest test scaffolding; leaves a Vitest
harness behind for future tests.
2026-06-01 21:03:34 +02:00
Julien Calixte
639429e18b refactor(icons): replace FontAwesome with Tabler Icons
Drop the three @fortawesome/* packages (v5, with a stagnant Vue 2
binding) in favor of @tabler/icons-webfont. The old <awe-icon>
wrapper is replaced by <vaquant-icon>, named after the project so
future icon-library swaps don't require another rename.
2026-06-01 18:33:58 +02:00
Julien Calixte
c8d4162c77 feat(User Id): UserId forced to be on lower case 2019-10-03 21:16:14 +02:00
Julien Calixte
b9e871e6e6 🎨 (Account) Change new account page style 2019-09-12 22:36:05 +02:00
Julien Calixte
92cdf03e8c fix: little required 2019-08-26 23:50:59 +02:00
Julien Calixte
e9b3504c40 fix: remove slugEmail 2019-08-26 23:45:08 +02:00
Julien Calixte
1b33242bf0 feat: add alias as user id to main user 2019-08-25 12:42:55 +02:00
Julien Calixte
7047586894 style: change design 2019-08-22 12:14:54 +02:00
Julien Calixte
f19cdbba6f style: change new account design 2019-08-22 12:13:28 +02:00
Julien Calixte
dbd63d341c master: change repo 2019-08-22 11:50:32 +02:00