diff --git a/apps/client/src/features/page-history/components/history-modal-body.tsx b/apps/client/src/features/page-history/components/history-modal-body.tsx index bf9c2302..1289ac6c 100644 --- a/apps/client/src/features/page-history/components/history-modal-body.tsx +++ b/apps/client/src/features/page-history/components/history-modal-body.tsx @@ -1,6 +1,5 @@ import { ActionIcon, - Badge, Group, Paper, ScrollArea, @@ -76,16 +75,6 @@ export default function HistoryModalBody({ pageId }: Props) { }} > - {diffCounts && ( - - - +{diffCounts.added} - - - -{diffCounts.deleted} - - - )} - - ( + +
+ {option.label} + + {(option as { userName?: string }).userName} + +
+ {checked && }
)} -
+ comboboxProps={{ withinPortal: false }} + scrollAreaProps={{ + viewportRef: dropdownViewportRef, + onScrollPositionChange: handleDropdownScroll, + }} + />