mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
- Introduced a new File Operation Modal for interactive file copy/move operations with conflict resolution options. - Integrated sound effects for file operations, including copy and startup sounds. - Updated the Explorer component to utilize the new modal for drag-and-drop file operations. - Refactored job management hooks to unify job data handling and improve performance. - Enhanced documentation for the File Operation Modal and sound effects integration.
25 lines
351 B
JSON
25 lines
351 B
JSON
{
|
|
"name": "@sd/assets",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0-only",
|
|
"publishConfig": {
|
|
"name": "@spacedriveapp/assets"
|
|
},
|
|
"sideEffects": false,
|
|
"files": [
|
|
"icons",
|
|
"images",
|
|
"lottie",
|
|
"sounds",
|
|
"svgs",
|
|
"videos",
|
|
"util"
|
|
],
|
|
"scripts": {
|
|
"gen": "node ./scripts/generate.mjs"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.0.0"
|
|
}
|
|
}
|