Skip to content

fix(ui): Improve configuration form (#470)

Lasha Kakabadze requested to merge 470-improve-configuration-form into master

Description

Related issue

#470 (closed)

Examples

Label changes

  • Remove MUI label and implement custom one
  • Highlight required fields

image

Form errors

  • If the user doesn't fill required field and tries to submit the form, we will scroll to the first error field and focus on it
  • Highlight the whole input in case of error

image

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED

Closes #470 (closed)

Edited by Lasha Kakabadze

Merge request reports