Skip to content

fix: address Docker pnpm and scope input issues#172

Merged
markwylde merged 2 commits into
mainfrom
codex/fix-docker-pnpm-scope-focus
Jun 20, 2026
Merged

fix: address Docker pnpm and scope input issues#172
markwylde merged 2 commits into
mainfrom
codex/fix-docker-pnpm-scope-focus

Conversation

@markwylde

Copy link
Copy Markdown
Member

Summary

  • Activate pnpm through Corepack in both Docker build and runtime stages so the image can run pnpm commands reliably.
  • Give client scope rows stable IDs so editing a new scope does not remount the input and drop focus.
  • Add a Playwright regression that types into a scope field on the create-client flow.

Fixes #170.
Fixes #171.

Verification

  • pnpm tidy
  • pnpm build

Notes

  • pnpm tidy still reports existing Biome schema/deprecation info and existing unrelated lint warnings.
  • pnpm build still reports existing Vite large chunk warnings.

@markwylde markwylde merged commit 3c7a560 into main Jun 20, 2026
21 checks passed
@markwylde markwylde deleted the codex/fix-docker-pnpm-scope-focus branch June 20, 2026 06:44
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.

Missing pnpm in Dockerfile Scope inputs loose focus on create new client page

1 participant