feat: replace all native date inputs with custom DatePicker component
All checks were successful
CI / update (push) Successful in 3m36s

Add theme-aware DatePicker with pill display, calendar dropdown, prev/next
day arrows, bilingual month/weekday names, and min/max support. Replace all
15 native <input type="date"> elements across fitness, tasks, and cospend.
This commit is contained in:
2026-04-10 08:36:31 +02:00
parent 82a27c3f51
commit 637a918dd8
10 changed files with 391 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.23.4",
"version": "1.23.5",
"private": true,
"type": "module",
"scripts": {