Merge pull request #27 from offendingcommit/feat/dream-viewer
feat(web): add dream output viewer
This commit is contained in:
@@ -14,6 +14,7 @@ import {
|
||||
Lightbulb,
|
||||
MessageSquare,
|
||||
Moon,
|
||||
MoonStar,
|
||||
Settings,
|
||||
Sun,
|
||||
Users,
|
||||
@@ -39,6 +40,7 @@ const WORKSPACE_SECTIONS = [
|
||||
{ label: "Peers", icon: Users, section: "peers" },
|
||||
{ label: "Sessions", icon: MessageSquare, section: "sessions" },
|
||||
{ label: "Conclusions", icon: Lightbulb, section: "conclusions" },
|
||||
{ label: "Dreams", icon: MoonStar, section: "dreams" },
|
||||
{ label: "Webhooks", icon: Webhook, section: "webhooks" },
|
||||
] as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user