From e663386a1982e64ecff435ebef6b1e13bdfbd0e5 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 21 Apr 2026 10:20:39 +0200 Subject: [PATCH] ui: switch to white/light-blue summer palette Replace the dark theme with a light/airy look: sky-blue gradient bg, white cards with soft blue borders, sunny gradient brand mark, pastel status chips, and readable slate tones. Co-Authored-By: Claude Opus 4.7 (1M context) --- web/templates/_dashboard_body.html | 16 +++---- web/templates/base.html | 75 ++++++++++++++++++++++++------ web/templates/dashboard.html | 6 +-- web/templates/login.html | 21 +++++---- 4 files changed, 83 insertions(+), 35 deletions(-) diff --git a/web/templates/_dashboard_body.html b/web/templates/_dashboard_body.html index 04f9251..af1bc73 100644 --- a/web/templates/_dashboard_body.html +++ b/web/templates/_dashboard_body.html @@ -77,16 +77,16 @@ {% if not apply_allowed %}
apply blockiert - {{ apply_block_reason }} + {{ apply_block_reason }}
{% endif %}
-
+

Wohnungen

{{ flats|length }} zuletzt gesehen
-
+
{% for flat in flats %}
@@ -138,8 +138,8 @@
-

Letzte Bewerbungen

-
+

Letzte Bewerbungen

+
{% for a in applications %}
@@ -159,13 +159,13 @@
-

Audit-Log

-
+

Audit-Log

+
{% for e in audit %}
{{ e.timestamp }} {{ e.actor }} - {{ e.action }} + {{ e.action }} {% if e.details %}— {{ e.details }}{% endif %}
{% else %} diff --git a/web/templates/base.html b/web/templates/base.html index f923bd3..a1135ec 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -8,21 +8,66 @@ diff --git a/web/templates/dashboard.html b/web/templates/dashboard.html index 2f406c8..e79bab5 100644 --- a/web/templates/dashboard.html +++ b/web/templates/dashboard.html @@ -1,14 +1,14 @@ {% extends "base.html" %} {% block title %}lazyflat dashboard{% endblock %} {% block body %} -
+
-
+

lazyflat

- {{ user }} + {{ user }}
diff --git a/web/templates/login.html b/web/templates/login.html index de74e42..80c5e42 100644 --- a/web/templates/login.html +++ b/web/templates/login.html @@ -3,23 +3,26 @@ {% block body %}
-

lazyflat

-

Anmeldung erforderlich

+
+
+
+

lazyflat

+

Anmeldung erforderlich

+
+
{% if error %} -
{{ error }}
+
{{ error }}
{% endif %}
- - + +
- - + +