mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #350] [CLOSED] feat: add bulk deletion on the web UI #576
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/350
Author: @jwcrystal
Created: 1/16/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
bc5964cfeat: add bulk deletion on the web UI4cf489bMerge branch 'sigoden:main' into main7a53a59Merge branch 'sigoden:main' into main📊 Changes
3 files changed (+199 additions, -7 deletions)
View changed files
📝
assets/index.css(+33 -0)📝
assets/index.html(+1 -0)📝
assets/index.js(+165 -7)📄 Description
It's inconvenient without the ability to select multiple items for deletion on the web UI.
This PR aims to add this from frontend perspective (just quickly?), with plans to implement the same function in the backend in the future.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.