mirror of
https://github.com/tronbyt/server.git
synced 2025-12-19 08:25:46 +01:00
- Fix API route mismatch for cross-device app duplication. - Consolidate same-device and cross-device duplication logic into performAppDuplication. - Fix file copying behavior: avoid copying source files for installed apps (system/user uploads) to prevent errors and duplication; continue to copy ephemeral pushed images. - Fix GORM update error by ensuring app ID is populated after creation. - Enable drag-and-drop to empty devices by adding minimum height to containers and attaching missing event listeners to drop zones. - Add visual feedback for dragging over device containers.