n1crack / vuefinder

Empower your Vue.js applications with this versatile and customizable file manager component, simplifying file organization and navigation.
https://vuefinder.ozdemir.be
MIT License
259 stars 75 forks source link

Add modal to download an archive #79

Closed abichinger closed 1 month ago

abichinger commented 1 month ago

I have added a new endpoint to the Python backend to download an archive

This PR adds a modal to call the new endpoint. The context menu has a new entry called "Download archive".

2024-09-18_14-11

n1crack commented 1 month ago

I think instead of making a "Download archive" menu item, it would be better if we add a button to the Archive Modal itself.

abichinger commented 1 month ago

Adding a third button would also be a good option. Personally, I prefer the option with a separate context menu entry. Therefore I'm closing this PR.

n1crack commented 1 month ago

We can make this menu customizable in the future.