Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Add warning when submitting unchanged ranking

Open stephancill opened this issue 2 years ago • 1 comments

Fix for #272.

When the list is unchanged and the user tries to submit, they are presented with this modal: Screenshot 2023-01-04 at 01 19 43

Something that may be an issue is that once the modal is presented, if the user presses Cancel, and they click submit again, it won't be presented again. More information on L27 of website/src/components/Survey/TaskControlsOverridable.tsx. Not sure how important this is but will required additional refactoring to fix.

stephancill avatar Jan 03 '23 23:01 stephancill

(I removed the backend label since the proposed change is in the website code.)

andreaskoepf avatar Jan 05 '23 12:01 andreaskoepf