feat(platform): add audit logs and activity feed

This commit is contained in:
Schubert Ferenc 2026-07-03 00:04:44 +02:00
parent 92cb8d1286
commit c816e9869d
34 changed files with 1592 additions and 43 deletions

View file

@ -3,6 +3,7 @@
import { useCallback, useEffect, useState } from "react";
import Link from "next/link";
import {
ClipboardList,
FileText,
LayoutDashboard,
Package,
@ -24,6 +25,12 @@ const menu = [
href: "/dashboard",
permission: "dashboard.read",
},
{
icon: ClipboardList,
name: "Audit Logs",
href: "/audit-logs",
permission: "audit_logs.read",
},
{
icon: Users,
name: "Benutzer",