feat: enhance email selection with checkbox functionality and improve session handling

This commit is contained in:
Linus Rath
2026-03-11 23:57:06 +01:00
parent 7848c90625
commit 256ff7698d
5 changed files with 147 additions and 14 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ function createDragPreview(count: number): HTMLElement {
left: 0;
padding: 8px 16px;
background-color: var(--color-primary, #3b82f6);
color: white;
color: var(--color-primary-foreground, #ffffff);
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
font-size: 14px;