gitea/web_src/js/modules
wxiaoguang 45bc180a15
Make "cancel" buttons have proper type in modal forms ()
Replace , fix 

All "cancel" buttons which do not have "type" should not submit the
form, should not be triggered by "Enter".

This is a complete fix for all modal dialogs.

The major change is "modules/aria/modal.js", "devtest" related code is
for demo/test purpose.
..
aria Make "cancel" buttons have proper type in modal forms ()
fomantic.js Make "cancel" buttons have proper type in modal forms ()
stores.js Refactor diffFileInfo / DiffTreeStore ()
tippy.js Batch delete issue and improve tippy opts ()
toast.js Add toasts to UI ()
toast.test.js Add toasts to UI ()