aboutsummaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2022-09-04Remove inline styling for category colorsJoris
Also stop changing color of select options, because it does not work reliably accross browsers.
2022-09-04Use chart.js version 3Joris
No more CSS injection compared to version 2.
2022-09-04Remove loggingJoris
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-05-03Use sans-serif fontJoris
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-08-12Hide income in statistics by defaultJoris
2021-08-12Use arrow functions in main.jsJoris
2021-01-23Reduce the font size a bitJoris
2021-01-03Rewrite in RustJoris