From cda93d14728d3d5a342f2c051b7975837f560159 Mon Sep 17 00:00:00 2001 From: KI-Sparringpartner Date: Mon, 3 Aug 2026 16:02:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20UI-Verbesserung:=20Berechtigungs?= =?UTF-8?q?status,=20Deabonination,=20Caching=20f=C3=BCr=20bessere=20UX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/index.html | 187 ++++++++++++++++++++++++++------------- 1 file changed, 125 insertions(+), 62 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index d118675..0d920c1 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -4,31 +4,37 @@ Gitea Sync AI 🧠 - +

🧠 Gitea Sync AI – Dashboard

-

Deine abonnierten Projekte:

-
+
+

Deine abonnierten Projekte:

+
+
-
+
-

Verfügbare Repositories:

-
+
+

Gitea Repositories (als Nicht-Abonnierte):

+
+
- - - \ No newline at end of file +// Starte beim Laden: ✅ OPTIMIERT MIT CACHING! +loadProjects().then(() => loadRepos()); \ No newline at end of file