mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 00:49:33 +05:30
feat: added custom commands, per-download configs and other minor improvements
This commit is contained in:
@@ -10,7 +10,7 @@ import { useLogger } from "@/helpers/use-logger";
|
||||
export default function Navbar() {
|
||||
const location = useLocation();
|
||||
const logs = useLogger().getLogs();
|
||||
|
||||
|
||||
return (
|
||||
<nav className="flex justify-between items-center py-3 px-4 sticky top-0 backdrop-blur supports-[backdrop-filter]:bg-background/60 border-b z-50">
|
||||
<div className="flex justify-center">
|
||||
@@ -34,7 +34,7 @@ export default function Navbar() {
|
||||
<DialogContent className="sm:max-w-[600px]">
|
||||
<DialogHeader>
|
||||
<DialogTitle>Log Viewer</DialogTitle>
|
||||
<DialogDescription>Monitor real-time neodlp logs for the current session</DialogDescription>
|
||||
<DialogDescription>Monitor real-time app session logs (latest on top)</DialogDescription>
|
||||
</DialogHeader>
|
||||
<div className="flex flex-col gap-2 p-2 max-h-[300px] overflow-y-scroll overflow-x-hidden bg-muted">
|
||||
{logs.length === 0 ? (
|
||||
|
||||
Reference in New Issue
Block a user