diff --git a/Cargo.lock b/Cargo.lock index b59f1cc..56df4eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/README.md b/README.md index 5c18b37..14894aa 100644 --- a/README.md +++ b/README.md @@ -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