fix: move creation loading indicator to create session form

Move the loading overlay from the active sessions section to the create
session section so it dims the form itself during creation, providing
better visual feedback to the user.
This commit is contained in:
Fusion
2026-05-23 08:08:24 +02:00
parent 8c5e1b931e
commit 18646e3d1b
2 changed files with 16 additions and 18 deletions
+6
View File
@@ -2825,9 +2825,15 @@ a.nav-item,
}
.create-session-section {
position: relative;
margin-bottom: var(--space-6);
}
.create-session-section.dimmed {
opacity: 0.5;
pointer-events: none;
}
.create-session-form {
max-width: 600px;
}