Skip to content

improve studio UI polish and CMS workflow clarity#22

Merged
bnz183 merged 1 commit into
mainfrom
chore/studio-ux-polish
Jun 12, 2026
Merged

improve studio UI polish and CMS workflow clarity#22
bnz183 merged 1 commit into
mainfrom
chore/studio-ux-polish

Conversation

@bnz183

@bnz183 bnz183 commented Jun 12, 2026

Copy link
Copy Markdown
Owner

ui polish.....editor ux improvements next

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 337be8cd3b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -0,0 +1 @@
Subproject commit e791f54723e8a630ae5316dbd6a14e0763924b51

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the stray worktree gitlink

This adds .claude/worktrees/project-guidance as a submodule gitlink, but the commit does not add a .gitmodules entry for it. In this state a fresh checkout has no URL to fetch, and even git submodule status --recursive fails with no submodule mapping found in .gitmodules for path '.claude/worktrees/project-guidance'; either remove this local worktree from the index or add a real submodule mapping.

Useful? React with 👍 / 👎.

pnpm install --frozen-lockfile
pnpm build
pnpm test
pnpm exec playwright install chromium # first time only

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Run Playwright install in the studio workspace

This checklist is written as repo-root commands, but @playwright/test is only a dependency of apps/studio, not the root package, so pnpm exec playwright install chromium from the repository root fails with Command "playwright" not found. The release checklist will block operators before e2e setup unless this uses the studio workspace command, matching the CI workflow's working-directory: apps/studio step.

Useful? React with 👍 / 👎.

Comment thread SECURITY.md
Comment on lines +43 to +44
CI runs build, unit tests, and Playwright smoke tests; GitHub CodeQL analyzes
JavaScript/TypeScript and Actions workflows on pushes and PRs to `main`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Don't claim CodeQL runs without configuring it

The security policy now tells users that CodeQL analyzes JS/TS and Actions on pushes and PRs, but the repository only contains .github/workflows/ci.yml and has no CodeQL workflow or checked-in configuration. Unless this depends on an untracked repository setting, a fresh fork or checkout will not get the advertised CodeQL coverage, so this overstates the current automated security checks.

Useful? React with 👍 / 👎.

@bnz183 bnz183 merged commit 25a1160 into main Jun 12, 2026
7 checks passed
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.

1 participant