curo1305
69bf40af32
feat(10-10): wire OsDragOverlay into App.vue; expose handleOsDrop on FileManagerView
- App.vue: import + mount <OsDragOverlay @files-dropped="onOsFilesDropped" />
after <ToastContainer /> (overlay z-[9998] stays below toast z-[9999])
- App.vue: add onOsFilesDropped handler -> routeViewRef.value?.handleOsDrop?.(files)
- FileManagerView: extend defineExpose to include handleOsDrop delegating to
existing onFilesSelected({ files, autoClassify: true }) — no duplicate upload logic
- Full test suite: 198 passed, 0 failures
2026-06-15 20:46:05 +02:00
..
2026-06-15 20:46:05 +02:00
2026-06-04 23:23:12 +02:00
2026-05-22 08:53:28 +02:00
2026-05-22 08:53:28 +02:00
2026-06-12 10:54:34 +02:00
2026-05-22 08:53:28 +02:00
2026-06-12 21:52:30 +02:00
2026-05-29 08:12:36 +02:00
2026-05-28 17:10:52 +02:00