checkpoint: goals feature, wallet balance, and goals/wallet detail UI

- Add goals feature (models, migrations, API, web pages)
- Add reserved/centralized wallet balance service
- Add wallet detail page and overview components
- Add new UI components (progress, multi-select, FAB)
- Remove stray empty -H/-d files from working tree
This commit is contained in:
Dwindi Ramadhana
2026-06-17 20:40:00 +07:00
parent 35e93b826a
commit 6a6e74562c
401 changed files with 9517 additions and 397 deletions

2
apps/api/dist/app.module.js vendored Normal file → Executable file
View File

@@ -53,6 +53,7 @@ const transactions_module_1 = require("./transactions/transactions.module");
const categories_module_1 = require("./categories/categories.module");
const otp_module_1 = require("./otp/otp.module");
const admin_module_1 = require("./admin/admin.module");
const goals_module_1 = require("./goals/goals.module");
const maintenance_guard_1 = require("./common/guards/maintenance.guard");
let AppModule = class AppModule {
};
@@ -75,6 +76,7 @@ exports.AppModule = AppModule = __decorate([
categories_module_1.CategoriesModule,
otp_module_1.OtpModule,
admin_module_1.AdminModule,
goals_module_1.GoalsModule,
],
controllers: [health_controller_1.HealthController],
providers: [