feat: env badge in header, inline desc edit, clean up deps

- Header now shows Production/Development with color-coded dot via import.meta.env.PROD
- LinkDashboard: click-to-edit description inline (blur/Enter to save, Escape to cancel)
- LoginPage: fix Azure button label to English
- Remove unused motion and autoprefixer dependencies
This commit is contained in:
Brückner
2026-06-04 13:42:13 +02:00
parent b7a3d2086d
commit 5769b38f74
5 changed files with 39 additions and 136 deletions

View File

@ -165,7 +165,7 @@ export default function LoginPage({ onLogin, onNavigateToRegister, authError }:
<rect x="1" y="11" width="9" height="9" fill="#00A4EF" />
<rect x="11" y="11" width="9" height="9" fill="#FFB900" />
</svg>
Mit Microsoft anmelden
Sign In with Entra ID
</button>
</>
)}