Compare commits

..

1 commit

Author SHA1 Message Date
74be711d2b
feat(slot blocking): add buttons to sidebar
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m40s
docker-build / docker (pull_request) Successful in 3m44s
tests / Tests (pull_request) Successful in 3m31s
2025-06-30 23:54:24 +02:00

View file

@ -14,7 +14,7 @@ import {
SidebarMenuItem, SidebarMenuItem,
} from '@/components/custom-ui/sidebar'; } from '@/components/custom-ui/sidebar';
import { CalendarMinus, CalendarX2, ChevronDown } from 'lucide-react'; import { CalendarMinus, ChevronDown } from 'lucide-react';
import { import {
Collapsible, Collapsible,
CollapsibleContent, CollapsibleContent,
@ -133,7 +133,7 @@ export function AppSidebar() {
href='/blocker/new' href='/blocker/new'
className='flex items-center gap-2 text-xl font-label' className='flex items-center gap-2 text-xl font-label'
> >
<CalendarX2 className='size-8' /> <CalendarPlus className='size-8' />
<span className='group-data-[collapsible=icon]:hidden text-nowrap whitespace-nowrap'> <span className='group-data-[collapsible=icon]:hidden text-nowrap whitespace-nowrap'>
New Blocker New Blocker
</span> </span>