Commit Graph

40 Commits

Author SHA1 Message Date
Herculino Trotta
33ce38d74c feat(datepicker): improve value handling 2025-01-26 20:54:29 -03:00
Herculino Trotta
b535a12014 feat: enable Dutch (Nederlands) language choice 2025-01-25 15:55:42 -03:00
Herculino Trotta
aff3aa7ed2 feat: add new animation to transactions action bar 2025-01-25 12:37:24 -03:00
Herculino Trotta
dbea78cd3c feat(pwa): better offline page and offline request handler 2025-01-24 14:22:30 -03:00
Herculino Trotta
d5dfe5bba0 feat(datepicker): bring back today/now button behavior 2025-01-20 22:14:36 -03:00
Herculino Trotta
60fe4c9681 feat(app): allow changing date and datetime format as a user setting 2025-01-20 19:35:22 -03:00
Herculino Trotta
6955294283 feat(datepicker): drop native datepickers in favor of AirDatePicker for better compatibility
As Firefox (still) doesn't support month input type
2025-01-14 23:47:03 -03:00
Herculino Trotta
f81f1d83fd fix(calculator): rounding errors 2025-01-07 16:16:26 -03:00
dependabot[bot]
366c0b475d build(deps): bump nanoid from 3.3.7 to 3.3.8 in /frontend (#8)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-27 12:17:41 -03:00
dependabot[bot]
8576b74aff build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /frontend (#9)
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-27 12:17:34 -03:00
dependabot[bot]
c8c34c2c56 build(deps): bump cookie and express in /frontend (#11)
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

Updates `express` from 4.21.0 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.2)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-27 12:17:18 -03:00
Herculino Trotta
fb24a57882 feat: improve calculator animations, fix it moving up when result is displayed 2024-12-21 00:20:35 -03:00
Herculino Trotta
86443ba197 feat: add contained, persistent calculator 2024-12-14 18:22:21 -03:00
Herculino Trotta
73678aacab feat: improve multiple toasts on the same page from different sources 2024-11-30 00:32:23 -03:00
Herculino Trotta
ea480c5954 frontend: drop daisy-ui, improve linting 2024-11-17 22:31:13 -03:00
Herculino Trotta
781bf6846b refactor: fix eslint rules 2024-11-17 21:46:15 -03:00
Herculino Trotta
7f6e6514d5 feat: add Unit Price Calculator 2024-11-15 11:57:42 -03:00
Herculino Trotta
d4a3117702 style: increase max-height of tomselect's dropdown 2024-11-10 21:20:59 -03:00
Herculino Trotta
26a6c72902 feat(style): add delay to htmx indicator 2024-10-31 23:40:42 -03:00
Herculino Trotta
4bea55dc63 feat: keep natural date collapsible state 2024-10-30 23:53:25 -03:00
Herculino Trotta
0726350b45 feat: keep collapsible state on montlhly overview 2024-10-30 16:07:32 -03:00
Herculino Trotta
63c14f9544 feat: properly install chart.js as npm package and webpack bundle 2024-10-29 21:30:49 -03:00
Herculino Trotta
48cfce6db1 refactor: re-order alpine plugin and start 2024-10-26 19:14:59 -03:00
Herculino Trotta
bcb2a93f15 refactor: formatting 2024-10-20 19:22:33 -03:00
Herculino Trotta
68ed68205b fix: narrow config pages on mobile 2024-10-18 00:04:31 -03:00
Herculino Trotta
a18e2ab58a feat: add recurring transactions 2024-10-17 00:38:12 -03:00
Herculino Trotta
d0f4dcc957 fix: weird left hard border when load-blurring 2024-10-15 23:09:17 -03:00
Herculino Trotta
aecbcb3430 feat: add actions 2024-10-14 21:01:11 -03:00
Herculino Trotta
d20897a28a more changes 2024-10-13 12:10:50 -03:00
Herculino Trotta
4b6af9de16 refactor: formatting 2024-10-09 22:28:40 -03:00
Herculino Trotta
983df8483a refactor(frontend): remove unused modal code and expose htmx to window 2024-10-09 22:24:23 -03:00
Herculino Trotta
faaef38919 refactor(frontend): remove font-awesome.js 2024-10-09 22:24:01 -03:00
Herculino Trotta
3dde44b1cd changes 2024-10-09 00:31:21 -03:00
Herculino Trotta
6ae4d58aba webpack: remove jquery-mask-plugin and enable alpine and alpine-mask 2024-09-27 17:49:00 -03:00
Herculino Trotta
9e8c81a0d9 js: remove unused js code 2024-09-26 21:29:36 -03:00
Herculino Trotta
c727980e31 style: change tom-select clear-button color 2024-09-26 21:28:59 -03:00
Herculino Trotta
504a02978c feat: increase offcanvas-size-xl size 2024-09-26 21:28:46 -03:00
Herculino Trotta
5dccc4c768 style: change nav pill active text color 2024-09-26 12:43:06 -03:00
Herculino Trotta
50b0c6ce01 initial commit 2024-09-26 11:00:40 -03:00
Herculino Trotta
830e821a17 add gitignore 2024-09-26 10:55:36 -03:00