feature/entra id authentication added

This commit is contained in:
2026-01-15 21:32:35 +01:00
parent 5bbec0e240
commit 2f93fb6cb5
13 changed files with 465 additions and 11 deletions

View File

@@ -7,8 +7,20 @@
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Welcome Screen (centered, shown initially) -->
<div class="welcome-screen" id="welcomeScreen">
<!-- Login Screen (shown when not authenticated) -->
<div class="login-screen" id="loginScreen">
<div class="logo">
<span class="logo-dev">Dev</span
><span class="logo-den">Den</span>
</div>
<button class="login-btn" id="loginBtn">
Sign in with Microsoft
</button>
<div class="hint">Authenticate to continue</div>
</div>
<!-- Welcome Screen (shown after auth, centered) -->
<div class="welcome-screen hidden" id="welcomeScreen">
<div class="logo">
<span class="logo-dev">Dev</span
><span class="logo-den">Den</span>
@@ -20,7 +32,6 @@
id="welcomeInput"
placeholder="Ask anything..."
autocomplete="off"
autofocus
/>
</div>
<div class="hint">Press <kbd>Enter</kbd> to send</div>