From f6f09ca147bb05ebf420f01900dd38bec05f7473 Mon Sep 17 00:00:00 2001 From: Bastian Masanek Date: Mon, 3 Nov 2025 17:17:40 +0100 Subject: [PATCH] Refactor UI components for improved styling and user experience - Updated UserMenu.vue to enhance button and avatar styles for a more modern look. - Adjusted alert component styles in index.ts for consistent rounded corners. - Simplified loading state markup in order confirmation page for cleaner code. - Enhanced button and link text for better clarity and user navigation. These changes aim to improve the overall aesthetic and usability of the application, ensuring a more cohesive user experience. --- app/components/UserMenu.vue | 8 ++-- app/components/ui/alert/index.ts | 5 +-- app/pages/order/confirm/[orderId].vue | 56 +++++++-------------------- server/middleware/rate-limit.ts | 2 +- 4 files changed, 22 insertions(+), 49 deletions(-) diff --git a/app/components/UserMenu.vue b/app/components/UserMenu.vue index 0bf11d7..a602726 100644 --- a/app/components/UserMenu.vue +++ b/app/components/UserMenu.vue @@ -44,24 +44,24 @@ async function handleLogout() {