Commit Graph

17 Commits

Author SHA1 Message Date
Julien Calixte
0fc7118fd4 feat(validation): add arktype form schemas and i18n keys
Introduces field-specific validation messages so toasts name the
exact field and rule that failed instead of a catch-all "tous les
champs sont requis".
2026-06-01 22:17:50 +02:00
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
9fadd24b8c 🐛 (transaction list) add timestamp to transaction date 2020-08-27 22:21:04 +02:00
b94f66274a (transaction tag) add drink tag! 2020-08-27 21:44:39 +02:00
Julien Calixte
b79569102d ♻️ (notif) add queue notif service to lazy load notif lib 2020-04-11 01:05:25 +02:00
Julien Calixte
2e91720e29 🎨 (account card) add gradient 2020-03-15 17:57:53 +01:00
Julien Calixte
99bdcff0ef 🐛 (moneypad) fix and make the multi currency works! 2020-03-15 17:26:35 +01:00
Julien Calixte
cab5a4e46d (transaction) possibility to change location 2020-03-15 14:52:14 +01:00
Julien Calixte
66059ea840 (account) add a new tab with all locations in a map 2020-03-15 01:36:16 +01:00
Julien Calixte
44aab53963 🎨 (Account) Add contrast color to all styled component 2019-10-26 22:13:01 +02:00
Julien Calixte
e38637020d 🎨 (Color) add contrast color 2019-10-25 19:37:28 +02:00
Julien Calixte
8e23b69038 💬 (Money) Add withPadEnd parameter 2019-10-12 13:56:43 +02:00
Julien Calixte
b9e871e6e6 🎨 (Account) Change new account page style 2019-09-12 22:36:05 +02:00
Julien Calixte
c0d647e887 style: update notyf ! 2019-08-26 02:32:12 +02:00
Julien Calixte
6cb70d91ae style: more colors. 2019-08-23 10:41:40 +02:00
Julien Calixte
dbd63d341c master: change repo 2019-08-22 11:50:32 +02:00