mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-15 12:16:37 +00:00
wip: fix multipage scraping and add log page
This commit is contained in:
@@ -20,6 +20,7 @@ import {
|
||||
import HomeIcon from "@mui/icons-material/Home";
|
||||
import HttpIcon from "@mui/icons-material/Http";
|
||||
import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
|
||||
import TerminalIcon from "@mui/icons-material/Terminal";
|
||||
import { useRouter } from "next/router";
|
||||
import { useTheme } from "@mui/material/styles";
|
||||
|
||||
@@ -76,6 +77,15 @@ const NavDrawer: React.FC<NavDrawerProps> = ({ toggleTheme, isDarkMode }) => {
|
||||
</ListItemButton>
|
||||
</ListItem>
|
||||
<Divider />
|
||||
<ListItem>
|
||||
<ListItemButton onClick={() => router.push("/logs")}>
|
||||
<ListItemIcon>
|
||||
<TerminalIcon />
|
||||
</ListItemIcon>
|
||||
<ListItemText primary="View App Logs" />
|
||||
</ListItemButton>
|
||||
</ListItem>
|
||||
<Divider />
|
||||
</List>
|
||||
</div>
|
||||
<Box
|
||||
|
||||
Reference in New Issue
Block a user