1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-10 05:46:46 +01:00
immich/web/src/lib
Ben McCann 907a95a746
chore(web): cleanup promise handling (#7382)
* no-misused-promises

* no-floating-promises

* format

* revert for now

* remove load function

* require-await

* revert a few no-floating-promises changes that would cause no-misused-promises failures

* format

* fix a few more

* fix most remaining errors

* executor-queue

* executor-queue.spec

* remove duplicate comments by grouping rules

* upgrade sveltekit and enforce rules

* oops. move await

* try this

* just ignore for now since it's only a test

* run in parallel

* Update web/src/routes/admin/jobs-status/+page.svelte

Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>

* remove Promise.resolve call

* rename function

* remove unnecessary warning silencing

* make handleError sync

* fix new errors from recently merged PR to main

* extract method

* use handlePromiseError

---------

Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-02-27 10:37:37 -06:00
..
__mocks__ chore(web): migrate to vitest (#5754) 2024-01-01 12:36:49 -05:00
api chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
assets feat(web): previous button for on-boarding steps (#6178) 2024-01-06 20:01:24 +00:00
components chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
models feat(web): Improved assets upload (#3850) 2023-09-01 12:00:51 -04:00
stores chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
utils chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
constants.ts feat(web): add an option to change the date formats (#7174) 2024-02-22 14:36:14 +00:00
utils.ts chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00