Rework: create a new moderation screen and move everything related under it

This commit is contained in:
Paul Frazee
2023-05-05 13:32:02 -05:00
parent caf289d1d5
commit 32a0d75a23
13 changed files with 195 additions and 87 deletions
+4 -4
View File
@@ -202,22 +202,22 @@ export const DesktopLeftNav = observer(function DesktopLeftNav() {
label="Notifications"
/>
<NavItem
href="/lists"
href="/moderation"
icon={
<FontAwesomeIcon
icon="list-ul"
icon={['far', 'hand']}
style={pal.text as FontAwesomeIconStyle}
size={20}
/>
}
iconFilled={
<FontAwesomeIcon
icon="list-ul"
icon="hand"
style={pal.text as FontAwesomeIconStyle}
size={20}
/>
}
label="Lists"
label="Moderation"
/>
{store.session.hasSession && (
<NavItem