Changelog

All modifications and additions to the Winnia prototype

Last 7 days
69
Total Changes
38
Features
16
UI/UX
3
Fixes
69 results
Monday, March 2, 2026
11:45EST

Drag-and-Drop Dashboard Widget Reorganization

FeatureHighlight

Dashboard widgets can now be reordered via drag-and-drop with @dnd-kit. Edit mode toggle shows drag handles and visibility controls. Layout persists in localStorage with reset option.

Dashboard.tsxDraggableWidget.tsxView
11:30EST

Sidebar Subcategories with Collapsible Groups

UI/UXHighlight

Revenue Ops section reorganized into collapsible sub-groups: Pricing (Dynamic Pricing, Simulator, Yield), Sales (Bundle Builder, Group Sales, Upsell Engine), and Operations (Concessions, Forecast, Merchandise). Reduces cognitive load.

DashboardLayout.tsxView
11:28EST

Section Gradient Colors in Sidebar

UI/UX

Each sidebar section now has a unique color identity: Revenue Ops in emerald, Intelligence in blue/cyan, Command Center in violet, System in gray. Helps spatial orientation.

DashboardLayout.tsx
11:26EST

Unique Icons for Every Page

UI/UX

Differentiated icons across all pages to avoid confusion. Each page now has a distinct icon that reflects its purpose.

DashboardLayout.tsx
11:24EST

Quick Actions Floating Button (FAB)

FeatureHighlight

Added a floating action button in the bottom-right corner with 5 quick actions: Launch Agent, Create Game Plan, Morning Briefing, Compare Matches, AI Chat. Avoids sidebar navigation for common tasks.

QuickActions.tsxDashboardLayout.tsxView
11:22EST

Dark Mode Depth System (4 Levels)

UI/UXHighlight

Dark mode now uses 4 depth levels: sidebar (darkest), background, cards, and popovers (lightest). Creates visual hierarchy instead of flat uniform gray.

index.css
11:20EST

KPI Count-Up Animations

Animation

Important numbers (revenue, KPIs, scores) now count up from 0 to their value with a 0.8s animation when the page loads. Gives a feeling of live, dynamic data.

CountUp.tsxDashboard.tsxView
11:18EST

Tonight's Revenue KPI Card — 2x Wider with Sparkline

UI/UXHighlight

The Tonight's Revenue KPI card on the Dashboard is now twice as wide as other cards with an integrated mini-sparkline chart showing hourly revenue trend.

Dashboard.tsxView
11:16EST

Action Confirmation Dialog

Feature

New reusable confirmation dialog for important actions (agent activation, campaign launch, data deletion). Shows action summary, impact preview, and requires explicit confirmation.

ActionConfirmDialog.tsx
11:14EST

Hover Preview Tooltips for Navigation

Feature

Hovering over sidebar nav items now shows a preview tooltip with a brief description and key metric of the page. Helps users understand what each page contains before clicking.

HoverPreview.tsx