Skip to content

feat: enhance FormWizard with navigation state management - #28

Merged
APK-Arjun-Developer merged 1 commit into
mainfrom
wizard-form-bug-fix
Jul 21, 2026
Merged

feat: enhance FormWizard with navigation state management#28
APK-Arjun-Developer merged 1 commit into
mainfrom
wizard-form-bug-fix

Conversation

@APK-Arjun-Developer

Copy link
Copy Markdown
Owner
  • Added isNavigating state to track validation during step transitions.
  • Updated handleNext function to manage navigation state and prevent concurrent submissions.
  • Modified renderActions to include isNavigating for better UI feedback.
  • Adjusted button states to reflect navigation status, improving user experience.

- Added `isNavigating` state to track validation during step transitions.
- Updated `handleNext` function to manage navigation state and prevent concurrent submissions.
- Modified `renderActions` to include `isNavigating` for better UI feedback.
- Adjusted button states to reflect navigation status, improving user experience.
@sonarqubecloud

Copy link
Copy Markdown

@APK-Arjun-Developer
APK-Arjun-Developer merged commit 37a49be into main Jul 21, 2026
2 checks passed
@APK-Arjun-Developer
APK-Arjun-Developer deleted the wizard-form-bug-fix branch July 21, 2026 17:16
@APK-Arjun-Developer

Copy link
Copy Markdown
Owner Author

🎉 This PR is included in version 1.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@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: 6f0d07f85a

ℹ️ 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".

Comment thread package.json
Comment on lines +85 to +86
"@hookform/resolvers": "^5.4.0",
"@mui/material": "^9.2.0",

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 Update the npm lockfile with dependency bumps

If anyone uses the tracked package-lock.json (for example an npm-based local setup or CI job), these package.json bumps are now out of sync with that lockfile: its root devDependencies still list old ranges such as @hookform/resolvers ^5.2.2 and @mui/material ^9.0.1. The npm ci docs specify that mismatched package-lock dependencies make the install exit instead of updating the lockfile, so please update package-lock.json alongside bun.lock or remove it if Bun is the only supported manager.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant