diff --git a/src/components/moderation/ModerationQueue.tsx b/src/components/moderation/ModerationQueue.tsx index 5c26b15a..9201ddd2 100644 --- a/src/components/moderation/ModerationQueue.tsx +++ b/src/components/moderation/ModerationQueue.tsx @@ -192,7 +192,7 @@ export const ModerationQueue = forwardRef((props, ref) => { /> ) : ( -
+
{queueManager.items.map((item, index) => ( - -
+ +
{item.type === 'review' ? (
{item.content.title && ( @@ -363,7 +363,27 @@ export const QueueItem = memo(({ )}
- {/* Action buttons based on status */} + {/* Notes and metadata column on desktop */} +
+ {(item.status === 'pending' || item.status === 'flagged') && ( +
+ +