Merge branch 'main' of gitlab.com:PhilippHofer/rot

This commit is contained in:
Philipp 2023-06-01 11:21:44 +02:00
commit 6534ea0f1e
2 changed files with 2 additions and 4 deletions

4
Cargo.lock generated
View File

@ -2154,9 +2154,9 @@ dependencies = [
[[package]]
name = "tera"
version = "1.18.1"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a665751302f22a03c56721e23094e4dc22b04a80f381e6737a07bf7a7c70c0"
checksum = "a5ab29bb4f3e256ae6ad5c3e2775aa1f8829f2c0c101fc407bfd3a6df15c60c5"
dependencies = [
"chrono",
"chrono-tz",

View File

@ -2,12 +2,10 @@
## Frontend
- [] add UI for `trip_type`
- [] support esc to close sidebar
- [] FAQ page
- [] after an hour(?) of inactivity -> show large popup w/ "maybe old data (ignore) (reload page)" (ignore bc maybe use is actively doing something -> don't throw input away!)
## Backend
- [] add `always_show` to `planned_trips` (e.g. for wanderfahrten)
- [] `planned_events` -> ICS feed to be [integrated](https://icscalendar.com/shortcode-overview/) in homepage calendar
# Nice to have
## Frontend