Skip to content

fix(client): block metadata form

Duncan Bennett requested to merge 805-block-metadata-form into develop

Adds "locked" modal which is displayed when ANY chapters are being processed AND the user has opened the book metadata form.

Makes delete chapter link available during chapter processing.

Notes:

  • The delete chapter link is available but the chapter row blinks which makes the delete link harder to see.
  • Deleting the chapter mid upload causes the server to crash but this exact issue is already fixed by ketida-server "810-delete-processing-book-crashes-app". Be sure that the server MR gets merged before this MR.

Related to #805 (closed)

Merge request reports