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
d6e07dcc01
♻️ (account) set account id in store when public
2020-08-25 21:44:01 +02:00
Julien Calixte
8698d94acb
🐛 (account) fix share container margin
2020-04-25 01:05:47 +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
0bf35486f2
🐛 (account settings) always display settings tab
2020-04-04 22:27:48 +02:00
Julien Calixte
14738301db
✨ (account) add tab to account for account settings
2020-04-04 22:10:16 +02:00
Julien Calixte
99bdcff0ef
🐛 (moneypad) fix and make the multi currency works!
2020-03-15 17:26:35 +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
9401fc12f4
🎨 (account) no unnecessary scroll in account tabs
2020-03-14 23:23:38 +01:00
Julien Calixte
f124fb31e4
🎨 (app) no margin to main components
2020-02-17 23:47:22 +01:00
Julien Calixte
565f91600a
🎨 (account) remove transition :'(
2019-12-29 11:59:20 +01:00
Julien Calixte
bdf854c7a5
🎨 (app) fix margin
2019-12-29 11:40:46 +01:00
Julien Calixte
203c88118b
🎨 (update margin, import modal)
2019-12-28 15:18:02 +01:00
Julien Calixte
61f54d933f
🐛 (account) fix account style
2019-11-28 23:30:17 +01:00
Julien Calixte
b5d3baaf24
✨ (header) back button if app installed
2019-11-28 23:05:40 +01:00
ad8368abb1
Clean code
2019-11-28 21:10:00 +01:00
Julien Calixte
3c3516ed86
🎨 (Account) No more margin for table
2019-11-02 14:47:53 +01:00
Julien Calixte
e716bae04a
🎨 (Account) Change title
2019-10-26 23:30:43 +02:00
Julien Calixte
4e9bf0c3a5
🎨 (Account) Update title style
2019-10-26 22:29:18 +02: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
c0d647e887
style: update notyf !
2019-08-26 02:32:12 +02:00
Julien Calixte
4ae0e97679
update: upgrade pouchdb
...
remove total tab and merge with balance
2019-08-25 12:27:01 +02:00
Julien Calixte
9957603025
fix: archived accounts are in read only mode
2019-08-23 11:31:19 +02:00
Julien Calixte
dbd63d341c
master: change repo
2019-08-22 11:50:32 +02:00