From ba9e58ede9eadc423777519bc4c103df841cf923 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:05:58 +0000 Subject: [PATCH] remove counter --- .../components/history-modal-body.tsx | 11 ---- .../components/history-modal-mobile.tsx | 58 +++++++------------ 2 files changed, 22 insertions(+), 47 deletions(-) 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, + }} + />