Files
server/web
Ingmar Stein f198ec8084 Fix app duplication and empty device drag-and-drop
- 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.
2025-12-19 00:08:36 +01:00
..