mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
feat(FRONTEND): Added Log Mangement UI
This commit is contained in:
parent
1eb072cc69
commit
d821b30008
6 changed files with 1419 additions and 11 deletions
|
|
@ -16,6 +16,7 @@ import {
|
|||
Trash2,
|
||||
Podcast,
|
||||
type LucideIcon,
|
||||
FileText,
|
||||
} from "lucide-react"
|
||||
|
||||
import { Logo } from "@/components/Logo";
|
||||
|
|
@ -47,7 +48,8 @@ export const iconMap: Record<string, LucideIcon> = {
|
|||
Info,
|
||||
ExternalLink,
|
||||
Trash2,
|
||||
Podcast
|
||||
Podcast,
|
||||
FileText
|
||||
}
|
||||
|
||||
const defaultData = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue