edgehog icon indicating copy to clipboard operation
edgehog copied to clipboard

[frontend] standardize the structure of update forms

Open szakhlypa opened this issue 1 month ago • 1 comments

  • add missing action buttons and sort them in order of: Update, Reset, Delete
  • track field changes and enable/disable action buttons (Update and Reset buttons are enabled when form has changes and mutation is not in progress, disabled otherwise)
  • fix: do not reset form on first render

First render, Update and Reset buttons are disabled. HardwareType_first-render

Form has changes, buttons are active HardwareType_buttons-active

Update request in progress HardwareTypes_update-in-progress

szakhlypa avatar May 08 '24 15:05 szakhlypa