+ {showBoardColumn && (
+
+ /{boardPath}/
+
+ )}
+
+
+ {excerpt}
+
+
+
{formatDistanceToNow(timestamp * 1000, { addSuffix: false })}
+
+
+
+
+ {t('view')}
+
+
+
+ );
+};
+
+interface ModQueueBoardFilterProps {
+ subplebbits: MultisubSubplebbit[];
+}
+
+const ModQueueBoardFilter = ({ subplebbits }: ModQueueBoardFilterProps) => {
+ const { t } = useTranslation();
+ const { selectedBoardFilter, setSelectedBoardFilter } = useModQueueStore();
+
+ const handleChange = (e: React.ChangeEvent