feat: Add profile dropdown component and integrate with appbar for user menu

This commit is contained in:
2025-06-17 09:55:28 +00:00
parent cd3c7c8e63
commit a8f0e5659e
6 changed files with 482 additions and 17 deletions

View File

@@ -78,7 +78,7 @@ export class DeesAppuiTabs extends DeesElement {
.tab {
color: ${cssManager.bdTheme('#666', '#a0a0a0')};
white-space: nowrap;
cursor: pointer;
cursor: default;
transition: color 0.1s;
}