Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion src/app/demo/superstore/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import {
BrainCircuit,
Languages,
AppWindow,
Activity
Activity,
Sparkles
} from "lucide-react";

export const settings = {
Expand Down Expand Up @@ -79,5 +80,12 @@ export const settings = {
min_role: 1,
description: 'Pulse Discover dashboard from eacanada server'
},
{
name: 'Pulse Metrics',
icon: <Sparkles className="h-5 w-5"/> ,
path: '/pulse-metrics',
min_role: 1,
description: 'AI-powered Pulse metrics with custom time filters'
},
],
}
448 changes: 439 additions & 9 deletions src/app/demo/superstore/pulse-discover/PulseDiscover.jsx

Large diffs are not rendered by default.

Loading