immich/web/src/lib/components/asset-viewer
Covalent 3e804f16df
feat(web,server): add thumbhash support (#2649)
* add thumbhash: server generation and web impl

* move logic to infra & use byta in db

* remove unnecesary logs

* update generated API and simplify thumbhash gen

* fix check errors

* removed unnecessary library and css tag

* style edits

* syntax mistake

* update server test, change thumbhash job name

* fix tests

* Update server/src/domain/asset/response-dto/asset-response.dto.ts

Co-authored-by: Thomas <9749173+uhthomas@users.noreply.github.com>

* add unit test, change migration date

* change to official thumbhash impl

* update call method to not use eval

* "generate missing" looks for thumbhash

* improve queue & improve syntax

* update syntax again

* update tests

* fix thumbhash generation

* consolidate queueing to avoid duplication

* cover all types of incorrect thumbnail cases

* split out jest tasks

* put back thumbnail duration loading for images without thumbhash

* Remove stray package.json

---------

Co-authored-by: Luke McCarthy <mail@lukehmcc.com>
Co-authored-by: Thomas <9749173+uhthomas@users.noreply.github.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-06-17 22:22:31 -05:00
..
album-list-item.svelte fix(web): small fixes for album selection modal (#2527) 2023-05-23 04:15:48 -05:00
asset-viewer-nav-bar.svelte chore(web): improve type checking (#2644) 2023-06-02 08:55:08 -05:00
asset-viewer.svelte refactor(server): use UUID dto in asset controller (#2641) 2023-06-01 21:19:25 -05:00
detail-panel.svelte feat(web,server): add thumbhash support (#2649) 2023-06-17 22:22:31 -05:00
download-panel.svelte Use cookies for client requests (#377) 2022-07-26 12:28:07 -05:00
intersection-observer.svelte feat(web, server): Implement justified layout for AssetGrid (#2666) 2023-06-08 10:22:45 -05:00
photo-viewer.svelte refactor(server): use UUID dto in asset controller (#2641) 2023-06-01 21:19:25 -05:00
video-viewer.svelte refactor(web): use ImmichApi to create urls (#2435) 2023-05-13 21:52:29 -05:00