diff --git a/apps/client/src/features/page-history/components/history-modal-mobile.tsx b/apps/client/src/features/page-history/components/history-modal-mobile.tsx index 84e51cde..0c955937 100644 --- a/apps/client/src/features/page-history/components/history-modal-mobile.tsx +++ b/apps/client/src/features/page-history/components/history-modal-mobile.tsx @@ -1,5 +1,6 @@ import { ActionIcon, + Badge, Box, Button, Group, @@ -191,26 +192,39 @@ export default function HistoryModalMobile({ pageId, pageTitle }: Props) { return ( - ( + +
+ {option.label} + + {(option as { userName?: string }).userName} + +
+ {checked && } +
+ )} + comboboxProps={{ withinPortal: false }} + style={{ flex: 1 }} + /> + {diffCounts && ( + + + +{diffCounts.added} + + + -{diffCounts.deleted} + )} - comboboxProps={{ withinPortal: false }} - /> +