#18 Period overview: improvements

This commit is contained in:
2021-03-05 20:15:05 +01:00
parent 2aa0f7fa9c
commit 61cd310fb0
11 changed files with 243 additions and 74 deletions

View File

@@ -1,5 +1,7 @@
v45 -> v46:
- #17 Add actions to the period overview
- #18 Improve actions in the period overview
- Introduce new FQL fields toAccountType and fromAccountType
v44 -> v45:
- #5 Having no periods breaks the "expenses per period" graph on the account overview page

View File

@@ -46,6 +46,14 @@
color: var(--neutral-color);
}
.expense-period-period-overview {
padding-left: 1em;
}
.expense-year-period-period-overview {
font-weight: bolder;
}
#period-overview-asset-container {
display: inline;
}