webapp/src
padreug 4cf2b769d6 feat: Add wallet balance display and currency formatting
- Implement wallet balance computation and formatting in Navbar.vue, enhancing user experience by displaying wallet balance in both the main navigation and dropdown menu.
- Introduce currency conversion utilities in currency.ts to format wallet balances into EverQuest currency denominations, improving clarity for users.
2025-08-03 11:20:58 +02:00
..
assets feat: Add logo and enhance login functionality 2025-08-03 11:20:35 +02:00
components feat: Add wallet balance display and currency formatting 2025-08-03 11:20:58 +02:00
composables refactor: Simplify authentication and wallet logic by removing debug logs 2025-08-03 11:20:58 +02:00
i18n update logo icon; modify title 2025-07-29 21:38:54 +02:00
lib feat: Add wallet balance display and currency formatting 2025-08-03 11:20:58 +02:00
pages refactor: Clean up imports and unused variables in ticket-related components 2025-08-03 11:20:58 +02:00
router feat: Add My Tickets feature with ticket management 2025-08-03 11:20:57 +02:00
stores feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +02:00
App.vue fix 2025-08-03 11:20:57 +02:00
main.ts fix vue-sonner Toast implementation 2025-07-12 18:10:26 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00