drupal-elm-starter
drupal-elm-starter copied to clipboard
WIP: Allow the user to edit the name of an item
This modifies the item page with an "Edit" button allowing you to edit the name of the displayed item, along with a "Cancel" button to restore the previous name and a "Done" button to finalize the change and update the item on the backend.
Demonstration:
TODO:
-
Tests. (I'm not yet familiar with webdriver-io/selenium.)
-
Css. The buttons are rather ugly.