view_mail.js: move upload dialog from ctdl_big_modal to ctdl-upload
authorArt Cancro <ajc@citadel.org>
Tue, 26 Sep 2023 02:44:10 +0000 (22:44 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 26 Sep 2023 02:44:10 +0000 (22:44 -0400)
commit2bfe228aa51b9b85cf92b8951ee4079c5ac5118b
tree9ff9ceefca5991e95dfb96c8d53c172bd73718e7
parent98de4fca2d3592ee02e3865035bb0fde9979c41b
view_mail.js: move upload dialog from ctdl_big_modal to ctdl-upload

Uploads now have their own div in their own separate modal.
This is, of course, because I am trying to loosely couple the uploader so
that it can be attached to other parts of the system when needed.

Also I realized that my div names are ctdl-not ctdl_consistent with each other.
Trying to fix that.
webcit-ng/static/css/webcit.css
webcit-ng/static/index.html
webcit-ng/static/js/view_mail.js