immich/web/src/lib/components/user-settings-page
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
..
appearance-settings.svelte fix(web): consistent combobox style + improve color contrast (#7353) 2024-02-22 13:08:55 -05:00
change-password-settings.svelte feat(web): Added password field visibility toggle (#7368) 2024-02-24 14:28:56 -06:00
device-card.svelte feat(web): add an option to change the date formats (#7174) 2024-02-22 14:36:14 +00:00
device-list.svelte chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
library-list.svelte chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
memories-settings.svelte feat(web): add an option to change the date formats (#7174) 2024-02-22 14:36:14 +00:00
oauth-settings.svelte chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
partner-selection-modal.svelte chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
partner-settings.svelte chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
trash-settings.svelte feat(web): add an option to change the date formats (#7174) 2024-02-22 14:36:14 +00:00
user-api-key-list.svelte chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
user-profile-settings.svelte feat(web): add an option to change the date formats (#7174) 2024-02-22 14:36:14 +00:00
user-settings-list.svelte refactor(web): sidebar settings (#7344) 2024-02-22 10:14:11 -05:00