[PR #8494] Feat/UI enhancement #12762

Closed
opened 2026-02-16 18:17:39 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/8494

State: closed
Merged: No


Summary

This PR overhauls the ShopOS frontend with a modern, glassmorphism-inspired UI and implements a simulated intelligence engine for the session analysis.

Key Changes

  • UI UX:

    • Redesigned Home dashboard with cleaner typography, zinc-50 background, and intuitive icons.
    • Updated BusinessPulse and AttentionCard to use color-coded text (Red/Green) instead of badges.
    • Made DecisionItem interactive with direct navigation to analysis sessions.
  • Analysis Engine:

    • Implemented client-side simulation in session.tsx for immediate feedback on "Inventory", "Marketing", and "Pricing" scenarios.
    • Removed dependency on complex backend analysis routes for this iteration.
  • Backend:

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/8494 **State:** closed **Merged:** No --- ## Summary This PR overhauls the ShopOS frontend with a modern, glassmorphism-inspired UI and implements a simulated intelligence engine for the session analysis. ## Key Changes - **UI UX**: - Redesigned [Home](cci:1://file:///Users/gg/Documents/ShopOS/opencode/packages/app/src/pages/home.tsx:11:0-154:1) dashboard with cleaner typography, `zinc-50` background, and intuitive icons. - Updated [BusinessPulse](cci:1://file:///Users/gg/Documents/ShopOS/opencode/packages/app/src/components/business-pulse.tsx:9:0-45:1) and [AttentionCard](cci:1://file:///Users/gg/Documents/ShopOS/opencode/packages/app/src/components/attention-card.tsx:44:0-102:1) to use color-coded text (Red/Green) instead of badges. - Made [DecisionItem](cci:1://file:///Users/gg/Documents/ShopOS/opencode/packages/app/src/components/decision-item.tsx:7:0-35:1) interactive with direct navigation to analysis sessions. - **Analysis Engine**: - Implemented client-side simulation in [session.tsx](cci:7://file:///Users/gg/Documents/ShopOS/opencode/packages/app/src/pages/session.tsx:0:0-0:0) for immediate feedback on "Inventory", "Marketing", and "Pricing" scenarios. - Removed dependency on complex backend analysis routes for this iteration. - **Backend**: - Standardized `Commerce` schema in [src/commerce/index.ts](cci:7://file:///Users/gg/Documents/ShopOS/opencode/packages/opencode/src/commerce/index.ts:0:0-0:0). - Cleaned up unused analysis routes.
yindo added the pull-request label 2026-02-16 18:17:39 -05:00
yindo closed this issue 2026-02-16 18:17:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12762