mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #580] [CLOSED] feat: copy link to clipboard #647
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/580
Author: @patte
Created: 4/27/2025
Status: ❌ Closed
Base:
main← Head:feat/copy-link-to-clipboard📝 Commits (2)
4d07544feat: copy link to clipboard34a91effix: indicate link successfully copied to clipboard📊 Changes
1 file changed (+26 additions, -0 deletions)
View changed files
📝
assets/index.js(+26 -0)📄 Description
Adds a button to copy the url of a file to the clipboard.
Rational: We have a workflow that requires users to copy the url of a file from dufs and paste it into another tool. Currently they do that by right clicking then selecting "Copy Link". But it happens often that they copy the url of a folder instead of a file. With the added button this will be less likely to happen.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.