From 8d8bcf2a7ea4725e2b067d321344e39e37c85838 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Tue, 16 Jun 2026 21:48:34 +0800 Subject: [PATCH 1/3] style(home): rework Thank button and sticky scroll action bar Replace the floating circular plus FAB with a full-width bottom bar that matches the inline Thank button. Wrap the quick-action section in a styled container and raise the scroll threshold to 120px. --- src/views/HomeView.vue | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 2aa28e7e..6a923b8d 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -109,12 +109,14 @@ Raymer * @version 1.0.0 */
-
-
+
+
- + +