diff --git a/app/panel/activity/page.tsx b/app/panel/activity/page.tsx new file mode 100644 index 0000000..567634e --- /dev/null +++ b/app/panel/activity/page.tsx @@ -0,0 +1,3 @@ +export default function Trends() { + return
; +} diff --git a/app/panel/audit/page.tsx b/app/panel/audit/page.tsx new file mode 100644 index 0000000..2be5b43 --- /dev/null +++ b/app/panel/audit/page.tsx @@ -0,0 +1,7 @@ +export default function AuditLog() { + return ( +
+ chronological event log for all actions +
+ ); +} diff --git a/app/panel/discover/page.tsx b/app/panel/discover/page.tsx new file mode 100644 index 0000000..b53ba30 --- /dev/null +++ b/app/panel/discover/page.tsx @@ -0,0 +1,7 @@ +export default function Discover() { + return ( +
+ list discover submissions with accept / deny +
+ ); +} diff --git a/app/panel/grafana/page.tsx b/app/panel/grafana/page.tsx deleted file mode 100644 index 4b96f46..0000000 --- a/app/panel/grafana/page.tsx +++ /dev/null @@ -1,5 +0,0 @@ -export default function Grafana() { - return ( -