ai-cfia / fertiscan-frontend

This repository is for the frontend of the project react
MIT License
1 stars 0 forks source link

As a user, I want the progress bar to maintain consistent sizing. #109

Closed Endlessflow closed 4 days ago

Endlessflow commented 6 days ago

Bug Report

Description

Bug Summary: The progressBar does not maintain consistent length across different instances or states, leading to an inconsistent visual experience.

Steps to Reproduce:

  1. Navigate to FormPage.
  2. Fill out form fields but leave some fields unapproved.
  3. Click on 'Submit'.

Expected Behavior: The progressBar should have uniform length regardless of its current progress or actions taken by users, ensuring a visually consistent element throughout its usage.

Actual Behavior: The progressBar changes in length when submitting with unapproved fields which disrupts visual consistency and could mislead users regarding progress representation.

Environment

Screenshots

Expected (consistent size): Correct ProgressBar Size Image

Actual (inconsistent size upon submission with unapproved fields): Inconsistent ProgressBar Size Image