web-app/src/core
padreug 9ed674d0f3 Adds expense tracking module
Adds a new module for tracking user expenses.

The module includes:
- Configuration settings for the LNbits API endpoint and timeouts.
- An ExpensesAPI service for fetching accounts and submitting expense entries.
- A UI component for adding expenses, including account selection and form input.
- Dependency injection for the ExpensesAPI service.

This allows users to submit expense entries with account selection and reference data, which will be linked to their wallet.
2025-11-07 16:21:59 +01:00
..
base Complete LnbitsAPI migration to dependency injection pattern 2025-09-07 01:58:36 +02:00
composables 1.3.6 Toast Notification Pattern: Add centralized ToastService abstraction 2025-09-06 12:24:05 +02:00
services Implement updateWalletBalance method in PaymentService and deprecate AuthService method 2025-09-18 09:31:15 +02:00
di-container.ts Adds expense tracking module 2025-11-07 16:21:59 +01:00
event-bus.ts Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00
plugin-manager.ts Fix blank page issue on module route refresh 2025-09-06 16:33:32 +02:00
types.ts Adds dynamic quick actions via modules 2025-11-07 16:00:07 +01:00