feat(planning): ship holiday-aware planning and assistant upgrades
This commit is contained in:
@@ -35,6 +35,11 @@ export function renderVacationBlocks(blocks: VacationBlockInfo[], rowHeight: num
|
||||
return (
|
||||
<div
|
||||
key={`vac-${v.id}`}
|
||||
data-testid="timeline-vacation-block"
|
||||
data-vacation-id={v.id}
|
||||
data-vacation-type={v.type}
|
||||
data-vacation-status={v.status}
|
||||
data-vacation-note={v.note ?? ""}
|
||||
className={clsx(
|
||||
"absolute z-[5] flex items-end px-1 pb-0.5 overflow-hidden pointer-events-none",
|
||||
colorClass,
|
||||
|
||||
Reference in New Issue
Block a user