Skip to content

[codex] Fix data table step-up flow#11

Merged
DavidBabinec merged 1 commit into
mainfrom
codex/data-table-step-up
Jun 10, 2026
Merged

[codex] Fix data table step-up flow#11
DavidBabinec merged 1 commit into
mainfrom
codex/data-table-step-up

Conversation

@DavidBabinec

Copy link
Copy Markdown
Contributor

Summary

  • Route data table schema mutations through the shared step-up flow so step_up_required opens the password dialog and retries instead of rendering raw text.
  • Swallow the shared step-up cancellation sentinel across table and field schema mutation UI.
  • Extract NewFieldDialog model helpers and remove it from the module-size grandfather list.
  • Pin ESLint's TypeScript config root and ignore local agent worktrees to avoid .claude root ambiguity during lint.

Verification

  • bun run build
  • bun run lint
  • bun test
  • bunx react-doctor@latest --verbose --diff main --blocking warning
  • Browser smoke on http://localhost:5178/admin/data with a disposable local stack: verified the step-up dialog appears, raw step_up_required does not render, and password confirmation retries table creation successfully.
@DavidBabinec DavidBabinec marked this pull request as ready for review June 10, 2026 11:56
@DavidBabinec DavidBabinec merged commit b3a6929 into main Jun 10, 2026
6 checks passed
@DavidBabinec DavidBabinec deleted the codex/data-table-step-up branch June 10, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant