From 0f43f78d7162f2e17f44609f619ccf1d3ba29f8b Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 11 Mar 2026 11:20:43 +0100 Subject: [PATCH] Redesign refresh button: SVG icon, ghost style, spin hover Replace emoji with clean SVG refresh icon. Remove border for ghost-style matching other header elements. Add 180deg rotation on hover for visual feedback. Co-Authored-By: Claude Opus 4.6 --- web/src/App.tsx | 7 ++++++- web/src/styles.css | 21 ++++++++++++--------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 2347765..03968ed 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -315,7 +315,12 @@ export default function App() { onClick={() => window.location.reload()} title="Seite neu laden" > - {'\u{1F504}'} + + + + + +