[PR #350] [CLOSED] feat: add bulk deletion on the web UI #576

Closed
opened 2026-04-08 16:53:30 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/350
Author: @jwcrystal
Created: 1/16/2024
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • bc5964c feat: add bulk deletion on the web UI
  • 4cf489b Merge branch 'sigoden:main' into main
  • 7a53a59 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/350 **Author:** [@jwcrystal](https://github.com/jwcrystal) **Created:** 1/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`bc5964c`](https://github.com/sigoden/dufs/commit/bc5964c85699805e64d4ac18b4b0c165e49b6860) feat: add bulk deletion on the web UI - [`4cf489b`](https://github.com/sigoden/dufs/commit/4cf489bfe7530347be616fb3b1185e0088507d31) Merge branch 'sigoden:main' into main - [`7a53a59`](https://github.com/sigoden/dufs/commit/7a53a599ba6608d377fd4f649f3aa2838393cee6) Merge branch 'sigoden:main' into main ### 📊 Changes **3 files changed** (+199 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `assets/index.css` (+33 -0) 📝 `assets/index.html` (+1 -0) 📝 `assets/index.js` (+165 -7) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:30 +03:00
zhus closed this issue 2026-04-08 16:53:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#576