feat(demo): growth ops dashboard reference and routing sync#16
Open
zoeforfun wants to merge 11 commits into
Open
feat(demo): growth ops dashboard reference and routing sync#16zoeforfun wants to merge 11 commits into
zoeforfun wants to merge 11 commits into
Conversation
Made-with: Cursor # Conflicts: # apps/demo/src/App.tsx # apps/demo/src/main.tsx # apps/demo/src/pages/IconsPage.tsx # apps/demo/src/pages/ThemesPage.tsx # apps/demo/src/pages/nexu/NexuDashboardPage.tsx # apps/demo/src/pages/openclaw/DashboardPage.tsx # apps/demo/src/pages/openclaw/OpenClawWorkspace.test.tsx # package.json # packages/demo-pages/src/components/SectionHeader.tsx # packages/demo-pages/src/pages/openclaw/NexuPricingPage.tsx # packages/demo-pages/src/pages/openclaw/OpenClawWorkspace.tsx # packages/demo-pages/src/pages/openclaw/PricingPage.tsx # packages/demo-pages/src/pages/openclaw/RewardsPage.test.tsx # packages/demo-pages/src/pages/openclaw/RewardsPage.tsx # packages/demo-pages/src/pages/openclaw/UsagePage.tsx # packages/demo-pages/src/pages/openclaw/pricing-demo.tsx # pnpm-lock.yaml
The linter was already disabled for apps/demo/** but the code that moved to packages/demo-pages/ and apps/cloud-demo/ carries the same prototype-level lint issues. Extend the override to keep CI green. Made-with: Cursor
Add GrowthOpsDashboard at /openclaw/growth-ops-dashboard, built with @nexu-design/ui-web and restrained brand color (underline tabs, neutral stat tones, outline badges, muted footer link). Wire apps/demo like cloud-demo: full-screen openclaw routes in-app, cloud shell for /openclaw and /growth-landing, and drop the /openclaw/* redirect to another dev server. Update Tauri devUrl and Vite startup hints for the new entry paths. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Growth Ops Dashboard reference page at
/openclaw/growth-ops-dashboard, built with@nexu-design/ui-web, with restrained brand color (underline tabs, neutral stat tones, outline badges).Demo / routing
apps/demowithcloud-demo: full-screen OpenClaw routes, cloud shell for/openclawand/growth-landing, removes the/openclaw/*redirect to another dev port.devUrland Vite startup hints for the new entry paths.Note
This branch includes prior
feat/sync-demowork merged into the same line (desktop surfaces, biome overrides, assets). The latest commit is the growth dashboard and routing sync.Made with Cursor