From 17134b3b821af88b564a651614e05ee5833bdead Mon Sep 17 00:00:00 2001 From: AzuTear Date: Mon, 22 Jun 2026 21:15:53 +0200 Subject: [PATCH] Restyle shell and home page with Jayuhime brand; add account and privacy modals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replaces amber/Manrope shell with sticky purple nav (Outfit + Fredoka) - Adds account modal: profile info, Datenschutzerklärung, DSGVO Art. 17 delete flow - Home: new hero with animated blobs/stars/countdown, inline vote picker, clip submit form, show-reminder, FAQ - Switches base palette to purple (#f4eefb / #3f3556) and adds keyframe animations Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/components/AppShell.vue | 311 +++++-- frontend/src/style.css | 42 +- frontend/src/views/HomeView.vue | 1236 ++++++++++++++------------ 3 files changed, 918 insertions(+), 671 deletions(-) diff --git a/frontend/src/components/AppShell.vue b/frontend/src/components/AppShell.vue index 9aefcf6..c66ccc9 100644 --- a/frontend/src/components/AppShell.vue +++ b/frontend/src/components/AppShell.vue @@ -1,141 +1,282 @@