Add live weather (#5633)

* Add live weather

* Just use jq

* Add Weather app and make it click target

* Simplify

* Looks better

* Nicer flow

* Simplify

* Move to using the notification instead of tooltip

* No longer needed
This commit is contained in:
David Heinemeier Hansson
2026-05-07 10:48:32 +02:00
committed by GitHub
parent 42cd7472cf
commit 6b6d71a9d2
8 changed files with 122 additions and 1 deletions
+11
View File
@@ -67,6 +67,17 @@ tooltip {
margin-left: 8.75px;
}
#custom-weather {
margin-left: 7.5px;
margin-right: 7.5px;
}
#custom-weather.unavailable {
min-width: 0;
margin: 0;
padding: 0;
}
.hidden {
opacity: 0;
}