Chrome local link changes

- Added code to handle Chrome, Edge and any other chrome based browser when selecting local file links from Stash URL.
  - On a Chrome based browser, the new code list the local links in text instead of as a button.
  - A note is displayed and highlighted explaining to the user that they have to copy and pasted the link to the browser's address field.
  - On browsers like FireFox, a button is displayed instead, and no note is displayed.
- Removed *.css and *.map files, which were not being used.
This commit is contained in:
David Maisonave
2024-12-15 02:17:37 -05:00
parent 4a166d2934
commit a71a68ee2e
7 changed files with 50 additions and 90 deletions

View File

@@ -1,4 +1,4 @@
# DupFileManager: Ver 1.1.0 (By David Maisonave)
# DupFileManager: Ver 1.1.1 (By David Maisonave)
DupFileManager is a [Stash](https://github.com/stashapp/stash) plugin which manages duplicate files in the Stash system.
It has both **task** and **tools-UI** components.