aboutsummaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
11 daysShow date for balancingsJoris Guyonvarch
11 daysFix income table header desyncJoris Guyonvarch
11 daysAdd balancing capabilitiesJoris Guyonvarch
If payment are too unbalanced, it’s easier to make a transfer.
2025-08-30Remove weekly report jobJoris Guyonvarch
2025-02-28Solidify string equality in templatesJoris
"" ~ was missing when updating a payment. Add it everywhere.
2025-01-31Fix selecting connected userJoris
2025-01-31Fix message in payment table pageJoris
2025-01-26Replace tera by minijinjaJoris
tera was doing the job all right, but minijinja has fewer dependencies.
2022-09-04Remove inline styling for category colorsJoris
Also stop changing color of select options, because it does not work reliably accross browsers.
2022-08-21Fix payments page on narrow devicesJoris
After the introduction of filters, the payments table page was not very usable on mobile phones.
2022-08-21Show app title above form during connectionJoris
2022-07-08Select no default category on payment creationJoris
This prevents creating a payment with the first defined category, which may not be the right one to use.
2021-10-10Precise payment addition concerning frequencyJoris
2021-10-10Fix login centeringJoris
2021-10-10Filter payments by start and end dateJoris
2021-10-10Search by name, cost and userJoris
2021-10-10Search payments by categories explicitelyJoris
It was already possible to search by categories in the full text input, but it could have matched other fields as well. Explicitely add a select to search by categories. Also put the search form in a left aside. The mobile view is not done for the moment.
2021-10-10Search by categoryJoris
2021-01-23Simplify base.htmlJoris
2021-01-03Rewrite in RustJoris