New calendar UI, more filters & persisted filters (#2318)

* Add types

* Delete stuff

* wip

* findAllBetweenTwoTimestamps refactor

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Fixes

* wip

* wip

* Fix InfoPopover button styling

* wip

* wip

* wip

* Merge branch 'rewrite' into new-calendar

* wip

* wip

* wip

* wip

* Rename myform -> sendouform

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* rename

* fix test
This commit is contained in:
Kalle
2025-05-24 17:13:30 +03:00
committed by GitHub
parent f0728d9253
commit cb8669acc3
119 changed files with 3399 additions and 2030 deletions

View File

@@ -6,7 +6,7 @@
background-color: rgba(0, 0, 0, 0.25);
display: flex;
min-height: 100%;
align-items: center;
align-items: flex-start;
justify-content: center;
padding: 1rem;
text-align: center;
@@ -43,6 +43,7 @@
vertical-align: middle;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px
rgba(0, 0, 0, 0.05);
margin: auto;
}
.fullScreenModal {