From 6fae6a21e24c02fc03bd111d06046df012f6164b Mon Sep 17 00:00:00 2001 From: KI-Sparringpartner Date: Mon, 3 Aug 2026 16:16:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20FIX:=20Absolute=20API=20URLs=20f?= =?UTF-8?q?=C3=BCr=20funktionierendes=20UI=20(window.location.origin)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/index.html | 44 ++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index 0d920c1..d7cf388 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -8,9 +8,9 @@ h1, h3 { color: #333; margin-top: 0; } .repo-card, .project-card { background: white; margin: 10px 0; padding: 15px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,.1); } .project-card { border-left: 4px solid #007bff; } - button { padding: 8px 16px; cursor: pointer; border: none; border-radius: 4px; margin-right: 5px; margin-top: 5px; } - .btn-subscribe { background: #007bff; color: white; border: none; font-size: 14px; padding: 8px 12px; cursor: pointer; } - .btn-unsubscribe { background: #dc3545; color: white; border: none; font-size: 14px; padding: 8px 12px; cursor: pointer; } + button { padding: 8px 16px; cursor: pointer; border: none; border-radius: 4px; margin-right: 5px; margin-top: 5px; font-size: 14px; } + .btn-subscribe { background: #007bff; color: white; } + .btn-unsubscribe { background: #dc3545; color: white; } .status-ok { color: #28a745; font-size: 13px; } .status-warn { color: #dc3545; font-size: 13px; } hr { border: none; border-top: 1px solid #ccc; margin: 20px 0; } @@ -28,15 +28,18 @@
-

Gitea Repositories (als Nicht-Abonnierte):

+

Gitea Repositories (nicht abonniert):

+ + + \ No newline at end of file