From 352ad4c5124336bc6a44e7ba811f3d1fbb9051b2 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Mon, 8 Dec 2025 00:03:23 +0100 Subject: [PATCH] yxy --- public/account.php | 141 +++----------------------- public/admin.php | 185 ++++++++++++++++++++++++++++++++++ public/assets/js/account.js | 12 +++ public/assets/js/dashboard.js | 140 +++++++++++++++++++++++++ public/assets/js/ui-user.js | 90 +++++++++++++---- public/dashboard.php | 109 ++++++++++++++++++++ public/index.php | 19 +++- src/ApiKernel.php | 124 +++++++++++++++++++++++ 8 files changed, 671 insertions(+), 149 deletions(-) create mode 100644 public/admin.php create mode 100644 public/assets/js/dashboard.js create mode 100644 public/dashboard.php diff --git a/public/account.php b/public/account.php index ee2fd47..2794e89 100644 --- a/public/account.php +++ b/public/account.php @@ -28,6 +28,9 @@ $assetVersion = defined('ASSET_VERSION') ? ASSET_VERSION : time(); .team-table th,.team-table td{padding:.35rem .5rem;border-bottom:1px solid #e2e8f0;text-align:left} .badge{display:inline-flex;align-items:center;padding:.1rem .5rem;border-radius:999px;font-size:.75rem;background:#e2e8f0;color:#0f172a} .chip{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;background:#f1f5f9;color:#0f172a;border:1px solid #e2e8f0;font-size:.8rem} + .user-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:180px;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 20px 35px rgba(15,23,42,.15);padding:.35rem;z-index:40} + .user-menu-item{display:block;width:100%;text-align:left;padding:.45rem .75rem;border-radius:.6rem;font-size:.9rem;color:#0f172a} + .user-menu-item:hover{background:#f1f5f9} @@ -36,8 +39,17 @@ $assetVersion = defined('ASSET_VERSION') ? ASSET_VERSION : time(); ← Übersicht

Mein Konto

- U - +
+ + +
@@ -46,9 +58,6 @@ $assetVersion = defined('ASSET_VERSION') ? ASSET_VERSION : time();
- - -
@@ -81,126 +90,8 @@ $assetVersion = defined('ASSET_VERSION') ? ASSET_VERSION : time();
- - - - -