culhatsker / fileshelter

Simple file storage app made with flask
GNU General Public License v3.0
0 stars 0 forks source link

App lacks context menu for files #22

Open culhatsker opened 5 years ago

culhatsker commented 5 years ago

~You can't delete the file after #15 was merged.~ Need to add a good way to ~delete~ achive a file - a context menu.

I think we should not implement file deletion, because it's not what important files are made for. We should insted implement file archiving - moving them into special directory.

culhatsker commented 5 years ago

Bootstrap's dropdowns may help to do this, but I don't want to add menu html code to every item in file list. https://getbootstrap.com/docs/4.3/components/dropdowns/