feat: add SSO user favorites dashboard
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
This commit is contained in:
13
index.html
13
index.html
@@ -15,7 +15,7 @@
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/icons/favicon-48-v4.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/icons/favicon-192-v4.png">
|
||||
<link rel="apple-touch-icon" href="/icons/apple-touch-icon-v4.png">
|
||||
<link rel="stylesheet" href="style.css?v=27">
|
||||
<link rel="stylesheet" href="style.css?v=28">
|
||||
</head>
|
||||
<body>
|
||||
<header class="shell hero">
|
||||
@@ -42,6 +42,13 @@
|
||||
<span class="metric-label">Installierbar</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<nav class="dashboard-actions" aria-label="Dashboard Aktionen">
|
||||
<span class="user-badge" id="dashboardUserBadge" hidden></span>
|
||||
<a class="ghost-button mini" id="favoritesLink" href="/favorites.html" hidden>Favoriten</a>
|
||||
<button class="ghost-button mini" id="dashboardLoginButton" type="button">SSO Login</button>
|
||||
<button class="ghost-button mini" id="dashboardLogoutButton" type="button" hidden>Abmelden</button>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="shell">
|
||||
@@ -66,6 +73,7 @@
|
||||
</section>
|
||||
|
||||
<div id="dashboardSections"></div>
|
||||
<div id="favoritesSections"></div>
|
||||
|
||||
<p class="empty-state" id="emptyState" hidden>Kein Dienst passt zur Suche.</p>
|
||||
</main>
|
||||
@@ -119,6 +127,7 @@
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
<script src="/app.js?v=31" defer></script>
|
||||
<script src="/auth.js?v=1" defer></script>
|
||||
<script src="/app.js?v=32" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user