Skip to content

Add codexUI visual command center#79

Closed
jlonsdalen wants to merge 3 commits intofriuns2:mainfrom
jlonsdalen:feat/visual-command-center
Closed

Add codexUI visual command center#79
jlonsdalen wants to merge 3 commits intofriuns2:mainfrom
jlonsdalen:feat/visual-command-center

Conversation

@jlonsdalen
Copy link
Copy Markdown

Summary

  • add a first visible Visual Command Center on the home screen
  • surface system status, active task, PR pipeline, idea queue, and Alfred control in one mobile-first dashboard
  • reuse existing codexUI session state instead of inventing backend data

Scope

  • no backend expansion
  • no new product data sources
  • single-file UI change in src/App.vue

Validation

  • pnpm exec vue-tsc --noEmit
  • pnpm run build:frontend

Notes

  • Idea Queue is intentionally honest: if no ideas workspace is connected in the current session, the dashboard shows that instead of fabricating counts.

@friuns2
Copy link
Copy Markdown
Owner

friuns2 commented Apr 24, 2026

This PR feels too broad for one review.

It bundles several distinct changes together: a new home-screen dashboard component, home-page layout changes, title/copy changes, and new status derivation/display logic in App.vue. That makes it harder to review what is a real feature addition versus what is presentation polish versus what is product-copy behavior.

I would strongly prefer this to be split into smaller PRs, for example:

  1. Add the VisualCommandCenter component itself.
  2. Adjust the home-screen layout/styling.
  3. Change home-screen titles/copy/status wording.
  4. Any follow-up wiring/refinements.

Smaller PRs would make review faster, reduce regression risk, and make it much easier to discuss each change on its own merits.

@friuns2 friuns2 closed this Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants