feat: Implement dedicated dashboard service and data models, revamp upcoming transactions UI, and update dashboard charts to use new category data.

This commit is contained in:
xds
2025-11-21 19:11:36 +03:00
parent d969551491
commit f3286d2f4c
10 changed files with 385 additions and 199 deletions

View File

@@ -181,6 +181,12 @@ body {
box-shadow: 0 2px 8px var(--shadow-color);
border-radius: 1rem;
}
.p-button-rounded{
background-color: white !important;
}
.p-button-rounded:hover{
background-color: lightgray !important;
}
.p-menu .p-menuitem:hover {
background-color: var(--menu-item-hover-bg-color) !important;