Min Idzelis
Min Idzelis
fix: autogrow textarea bugs during animation
Very simple cache manager, to stop fetching the same things so often.
Enhancement to getNext, getPrevious functions in timelinemanager - if you specify an AssetResponseDto parameter type (in addition to the AssetDescriptor) then timeline-manager does not need to look up asset metadata...
A `PreloadManager` that allows a use to preload images using `AssetResponseDto` objects - uses same algorithm as photo-viewer.svelte (which will be replaced to use $lib/utils soon) In secure contexts, the...
Multiple calls to OCR store/manager may retrieve the same information multiple times, and may cause later invocations (with different ids) to overwright earlier ones (because of the time delay in...
Add ability to check if SW has cached image
The `.catch` block meant to suppress 'Unhandled promise rejection' was implemented with a chained promise, which was causing the `task.complete` promise to never reject when a task was canceled. Added...