Julien Calixte
7c3d34d02e
refactor(forms): use arktype schemas for form validation
...
Replaces imperative validate() blocks in TransactionCreate, signup,
and AccountNew with schema-driven validation. Drops the dead
"(!currency && !date && payFor.length === 0)" branch in
TransactionCreate that was hiding behind the generic error.
2026-06-01 22:17:56 +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
d764a817da
🐛 (transaction) set default locale
2020-08-29 14:54:32 +02:00
12e33cf1de
🔊 (transaction) display variables for debug transaction creation
2020-08-29 14:29:35 +02:00
a041b0fa48
🐛 (transaction) display pay for
2020-08-29 12:18:45 +02:00
8bb47289c7
🐛 (transaction) init transaction date
2020-08-27 23:04:00 +02:00
8d498b57e5
🐛 (transaction) pay by is mandatory
2020-08-27 22:12:40 +02:00
57c87fa40b
🐛 (transaction) try to fix focus on validating
2020-08-25 22:35:46 +02:00
5191d2e32c
🐛 (transaction) fix notif in transactions
2020-08-25 20:37:21 +02:00
Julien Calixte
544e471fe6
🎨 (transaction) location input is now at flex 1
2020-04-23 19:57:15 +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
8a76042625
♻️ (transaction) quick refactoring
2020-04-10 22:13:37 +02:00
Julien Calixte
92a63e9616
✨ (transaction) implementation of currency input lib
2020-04-05 11:55:34 +02:00
Julien Calixte
cab5a4e46d
✨ (transaction) possibility to change location
2020-03-15 14:52:14 +01:00
Julien Calixte
438a455468
✨ (transaction) save location in transaction
2020-03-14 11:31:20 +01:00
Julien Calixte
dc45707cfc
🚨 (transaction create)
2020-03-01 00:28:53 +01:00
Julien Calixte
f124fb31e4
🎨 (app) no margin to main components
2020-02-17 23:47:22 +01:00
Julien Calixte
e38637020d
🎨 (Color) add contrast color
2019-10-25 19:37:28 +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