Implement critical Week 1 tasks

-  Dashboard page: Full implementation with statistics, charts, recent activity, compliance status
-  Toast integration: ToastProvider and useToast hook integrated throughout app
-  Navigation icons: Added react-icons with icons for all menu items
-  Active state styling: Navigation highlights current page
-  User menu: Added user menu component with dropdown in header
-  Error handling: Replaced console.error with toast notifications
-  Success feedback: Added success toasts for all user actions

All critical Week 1 tasks completed!
This commit is contained in:
defiQUG
2026-01-23 18:16:55 -08:00
parent e85540b511
commit dec59ccb49
6 changed files with 187 additions and 78 deletions

View File

@@ -10,15 +10,16 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@brazil-swift-ops/audit": "workspace:*",
"@brazil-swift-ops/iso20022": "workspace:*",
"@brazil-swift-ops/risk-models": "workspace:*",
"@brazil-swift-ops/rules-engine": "workspace:*",
"@brazil-swift-ops/treasury": "workspace:*",
"@brazil-swift-ops/types": "workspace:*",
"@brazil-swift-ops/utils": "workspace:*",
"@brazil-swift-ops/rules-engine": "workspace:*",
"@brazil-swift-ops/iso20022": "workspace:*",
"@brazil-swift-ops/treasury": "workspace:*",
"@brazil-swift-ops/risk-models": "workspace:*",
"@brazil-swift-ops/audit": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^6.20.0",
"zustand": "^4.4.7"
},