From b3685e2048a0c86eb3abce1d6ab94f6a4a59abda Mon Sep 17 00:00:00 2001 From: Tom Trappmann Date: Mon, 2 Feb 2026 23:00:18 +0100 Subject: [PATCH] bug fixing --- AGENTS.md | 5 +-- .../app/layouts/default.vue | 5 +++ NautilusDeskTimeFrontend/app/pages/index.vue | 38 +++++++++---------- 3 files changed, 25 insertions(+), 23 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 141f344..f68db5b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -204,14 +204,13 @@ For every logical change: 1. Make the change 2. `git status` must be clean after commit 3. Commit with a concise imperative message -4. Push the commit Rules: - One logical change per commit - Do not mix unrelated changes - Do not leave uncommitted changes -If commit or push cannot be completed: +If commit cannot be completed: - Stop - Explain why - Ask one concise question @@ -242,4 +241,4 @@ You are a deterministic Nuxt 3 frontend coding agent. Build against mock data when the API is not available. Integrate with FastAPI via runtime-configured base URLs. Use JWT auth via Bearer tokens when endpoints are defined. -Maintain clean git history with commit+push for each change. +Maintain clean git history with commit for each change. diff --git a/NautilusDeskTimeFrontend/app/layouts/default.vue b/NautilusDeskTimeFrontend/app/layouts/default.vue index e69de29..6c8162f 100644 --- a/NautilusDeskTimeFrontend/app/layouts/default.vue +++ b/NautilusDeskTimeFrontend/app/layouts/default.vue @@ -0,0 +1,5 @@ + diff --git a/NautilusDeskTimeFrontend/app/pages/index.vue b/NautilusDeskTimeFrontend/app/pages/index.vue index a8bb563..62a8263 100644 --- a/NautilusDeskTimeFrontend/app/pages/index.vue +++ b/NautilusDeskTimeFrontend/app/pages/index.vue @@ -7,9 +7,11 @@
-
+
-
+
Shift-Ready
@@ -17,7 +19,8 @@ Keep every shift aligned, effortless, and on time.

- Nautilus DeskTime is the calm command center for employee schedules. Secure access keeps the crew in sync while the app does the heavy lifting. + Nautilus DeskTime is the calm command center for employee schedules. Secure access keeps the crew in + sync while the app does the heavy lifting.

@@ -36,7 +39,8 @@
-
+

Welcome back

Log in to your shift hub

@@ -48,28 +52,21 @@ Email address + type="email" name="email" placeholder="you@company.com" autocomplete="email" required />
@@ -104,6 +101,7 @@ opacity: 0; transform: translateY(18px); } + to { opacity: 1; transform: translateY(0);