From 47e7b65613988e0138b9ec7ae8b47b09ac8587e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Br=C3=BCckner?= Date: Mon, 8 Jun 2026 09:31:44 +0200 Subject: [PATCH] chore: replace arrow glyphs with ASCII and tidy whitespace --- DEPLOY.md | 4 ++-- src/components/BookingCalendar.tsx | 2 +- src/components/Logbook.tsx | 2 +- src/index.css | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPLOY.md b/DEPLOY.md index 929994b..44c3d65 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -180,7 +180,7 @@ sudo -u ghostgrid cat /opt/ghostgrid/.ssh/id_ed25519.pub Add the public key in Gitea: ```text -Repository → Settings → Deploy Keys → Add Deploy Key +Repository > Settings > Deploy Keys > Add Deploy Key ``` Keep the deploy key read-only. @@ -317,7 +317,7 @@ After installation or deployment, verify the following: 7. Verify the deployment flow: ```text - local change → push to dev → deploy.sh dev → test → merge to main → deploy.sh main + local change > push to dev > deploy.sh dev > test > merge to main > deploy.sh main ``` ## Manual Setup of the Staging Instance diff --git a/src/components/BookingCalendar.tsx b/src/components/BookingCalendar.tsx index 08cdaf0..6843370 100644 --- a/src/components/BookingCalendar.tsx +++ b/src/components/BookingCalendar.tsx @@ -271,7 +271,7 @@ export default function BookingCalendar({ ))}

- {new Date().toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' })} →{' '} + {new Date().toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' })} >{' '} {new Date(Date.now() + quickDuration * 3600_000).toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' })}

diff --git a/src/components/Logbook.tsx b/src/components/Logbook.tsx index b6e9e19..df91af1 100644 --- a/src/components/Logbook.tsx +++ b/src/components/Logbook.tsx @@ -21,7 +21,7 @@ interface LogbookProps { export default function Logbook({ logs, devices, users, currentUser, onAddLog }: LogbookProps) { const [searchTerm, setSearchTerm] = useState(''); const [typeFilter, setTypeFilter] = useState('non-system'); - + // Custom Maintenance Log state const [showAddLog, setShowAddLog] = useState(false); const [targetDeviceId, setTargetDeviceId] = useState(''); diff --git a/src/index.css b/src/index.css index 2ce2e6b..a5b8127 100644 --- a/src/index.css +++ b/src/index.css @@ -54,7 +54,7 @@ color: var(--text) !important; } -/* ── Backgrounds: all dark hex variants → card/inner */ +/* ── Backgrounds: all dark hex variants > card/inner */ :root.light .bg-\[\#0B0F19\], :root.light .bg-\[\#0b0f19\] { background-color: var(--bg) !important;