Skip to content

Feat: make progress stepper interactive for backward navigation#710

Open
lavanya1486 wants to merge 1 commit into
viru0909-dev:mainfrom
lavanya1486:feat/667-interactive-progress-stepper
Open

Feat: make progress stepper interactive for backward navigation#710
lavanya1486 wants to merge 1 commit into
viru0909-dev:mainfrom
lavanya1486:feat/667-interactive-progress-stepper

Conversation

@lavanya1486
Copy link
Copy Markdown

Description

I have updated the progress stepper in the "File Case / FIR" page (FileUnifiedPage.jsx) to support backward navigation directly from the stepper UI.

Here are the interactive changes made:

  • Clickable Completed Steps: Previous steps (step.number < currentStep) are now interactive and clickable.
  • State Preservation: Clicking a previous step updates the active step to that point smoothly without losing the formData state.
  • Visual Indicators: When hovering over a completed step, the cursor changes to a pointer and applies a subtle hover opacity effect to indicate it is interactive.

This ensures that users no longer have to solely rely on the "Previous" button for navigating backward and can jump back seamlessly.

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Closes #667

@lavanya1486 lavanya1486 requested a review from viru0909-dev as a code owner May 29, 2026 20:51
@vercel
Copy link
Copy Markdown

vercel Bot commented May 29, 2026

@lavanya1486 is attempting to deploy a commit to the CodeBlooded's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

[FEAT]: Make Multi-Step Progress Stepper Interactive for Backward Navigation

1 participant