feat: disable unfinished buttons
Some checks failed
container-scan / Container Scan (pull_request) Failing after 1m23s
docker-build / docker (pull_request) Failing after 53s
tests / Tests (pull_request) Failing after 2m56s

This commit is contained in:
Maximilian Liebmann 2025-07-01 00:14:56 +02:00
parent 9191eb3df0
commit a6bad556a4
2 changed files with 6 additions and 5 deletions

View file

@ -7,12 +7,12 @@ import UserDropdown from '@/components/misc/user-dropdown';
const items = [
{
title: 'Calendar',
title: 'Inbox',
url: '#',
icon: Inbox,
},
{
title: 'Friends',
title: 'Notifications',
url: '#',
icon: BellRing,
},
@ -34,8 +34,9 @@ export default function Header({
<ThemePicker />
{items.map((item) => (
<NotificationButton
disabled
key={item.title}
variant='outline_primary'
variant='outline_muted'
dotVariant='hidden'
size='icon'
>