Frontend Request for a "Delete File" Button: Will add to frontend tasks on Github as well. Should show up when logged in. I'll implement. Just give me an icon like the notificaotin bell but maybe a trash can or something and ask for confirmation if you really want to delete this file
Look at fileManagement.js line 139 function deleteFile(fileID) and use that. May have to add trash can HTML element in GetFiles.java servlet
Got the button and modal done. May require modification of padding values but button appears onlogin. I haven't done it but will need to put code that makes the button disappear in onlogout
Frontend Request for a "Delete File" Button: Will add to frontend tasks on Github as well. Should show up when logged in. I'll implement. Just give me an icon like the notificaotin bell but maybe a trash can or something and ask for confirmation if you really want to delete this file
Look at
fileManagement.js
line 139 functiondeleteFile(fileID)
and use that. May have to add trash can HTML element inGetFiles.java
servlet