so-widgets-bundle icon indicating copy to clipboard operation
so-widgets-bundle copied to clipboard

Button: Indicate When Data has Been Adjusted Before Closing/Saving Widget

Open AlexGStapleton opened this issue 1 year ago • 0 comments

The flow would be something along these lines:

  • When the user tries to save the widget, or after a change (change event). (undecided)
  • We send the field value to the server.
  • We clean the data and then return it.
  • When the client receives the data, check if valid.
  • If not, show an error, and clear the field.
  • If it's valid, check if any changes were made.
  • If changes were made, update the code and note it.

AlexGStapleton avatar Feb 25 '24 13:02 AlexGStapleton