From f91aaa92db1ec70074137d4dab5552b4a884a4bd Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 21 May 2026 12:58:24 +0200 Subject: [PATCH 1/4] Move header buttons right, remove Register icon Co-Authored-By: Claude Opus 4.7 (1M context) --- scalar.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scalar.config.json b/scalar.config.json index c1889ba..2c7c7aa 100644 --- a/scalar.config.json +++ b/scalar.config.json @@ -13,8 +13,9 @@ }, "navigation": { "header": [ + { "type": "spacer" }, { "type": "link", "title": "Log in", "to": "https://dashboard.scalar.com/login" }, - { "type": "link", "title": "Register", "style": "button", "icon": "phosphor/regular/user-plus", "to": "https://dashboard.scalar.com/register" } + { "type": "link", "title": "Register", "style": "button", "to": "https://dashboard.scalar.com/register" } ], "routes": { "/": { From 82a7caafe32253ed371472f083c62727d1072301 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 21 May 2026 13:02:09 +0200 Subject: [PATCH 2/4] Empty commit Co-Authored-By: Claude Opus 4.7 (1M context) From 9868340dccdc822200791f3e7a77602810ee4b56 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 21 May 2026 13:03:27 +0200 Subject: [PATCH 3/4] Translate header buttons to German Co-Authored-By: Claude Opus 4.7 (1M context) --- scalar.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scalar.config.json b/scalar.config.json index 2c7c7aa..07fb853 100644 --- a/scalar.config.json +++ b/scalar.config.json @@ -14,8 +14,8 @@ "navigation": { "header": [ { "type": "spacer" }, - { "type": "link", "title": "Log in", "to": "https://dashboard.scalar.com/login" }, - { "type": "link", "title": "Register", "style": "button", "to": "https://dashboard.scalar.com/register" } + { "type": "link", "title": "Anmelden", "to": "https://dashboard.scalar.com/login" }, + { "type": "link", "title": "Registrieren", "style": "button", "to": "https://dashboard.scalar.com/register" } ], "routes": { "/": { From 023418f6d54754d8a14e8dac61b87092e36e5e55 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 21 May 2026 13:04:01 +0200 Subject: [PATCH 4/4] Revert "Translate header buttons to German" This reverts commit 9868340dccdc822200791f3e7a77602810ee4b56. --- scalar.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scalar.config.json b/scalar.config.json index 07fb853..2c7c7aa 100644 --- a/scalar.config.json +++ b/scalar.config.json @@ -14,8 +14,8 @@ "navigation": { "header": [ { "type": "spacer" }, - { "type": "link", "title": "Anmelden", "to": "https://dashboard.scalar.com/login" }, - { "type": "link", "title": "Registrieren", "style": "button", "to": "https://dashboard.scalar.com/register" } + { "type": "link", "title": "Log in", "to": "https://dashboard.scalar.com/login" }, + { "type": "link", "title": "Register", "style": "button", "to": "https://dashboard.scalar.com/register" } ], "routes": { "/": {