Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-21 17:25:35 +03:00
Code Issues Packages Projects Releases 18 Wiki Activity
Files
ab4b8eca1542db3f3ec9028c881a8fb0b352f6d2
immich/web/src/lib/stores/drag-and-drop-files.store.ts

8 lines
211 B
TypeScript
Raw Normal View History

Fix(web): drag n drop shared link (#3030) * add event to trigger uploadhandler * add dragndrop store to handle upload in album-viewer and individuel-shared-viewer (only on shares) * fix handleUploadAssets no parameter * fix format
2023-06-29 17:26:25 +02:00
//store to track the state of the drag and drop and the files
import { writable } from 'svelte/store';
export const dragAndDropFilesStore = writable({
chore(web): prettier (#2821) Co-authored-by: Thomas Way <thomas@6f.io>
2023-07-01 00:50:47 -04:00
isDragging: false as boolean,
files: [] as File[],
Fix(web): drag n drop shared link (#3030) * add event to trigger uploadhandler * add dragndrop store to handle upload in album-viewer and individuel-shared-viewer (only on shares) * fix handleUploadAssets no parameter * fix format
2023-06-29 17:26:25 +02:00
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 116ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API