Laurenzarus / DarkerNotes

Github Repository for the Darker Notes text editor
0 stars 1 forks source link

Delete File Button #37

Open ctbuckley opened 5 years ago

ctbuckley commented 5 years ago

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

Laurenzarus commented 5 years ago

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