immich/web/src/lib/components/shared-components
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
..
context-menu fix(web): escape shortcut (#3753) 2023-09-26 02:53:26 +00:00
create-share-link-modal feat(web): add an option to change the date formats (#7174) 2024-02-22 14:36:14 +00:00
gallery-viewer fix(web): back button for gallery viewer (#7250) 2024-02-21 08:28:16 -05:00
map chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
navigation-bar fix(web): websocket reconnect (#7234) 2024-02-20 08:20:09 -06:00
notification chore(web): auto sort imports (#7118) 2024-02-14 10:54:32 -05:00
portal chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
progress-bar chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
scrollbar chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
search-bar chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
settings chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
side-bar feat(web): add skip link to top navigation (#7091) 2024-02-17 21:34:27 -06:00
album-selection-modal.svelte chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
apple-header.svelte chore(web): prettier (#2821) 2023-06-30 23:50:47 -05:00
base-modal.svelte fix(web): presenting modal removes the browser's scroll ability (#7257) 2024-02-20 14:02:01 -06:00
change-date.svelte fix(web): prevent resetting date input when entering 0 (#7415) 2024-02-26 21:07:49 -06:00
change-location.svelte feat(server, web): search location (#7139) 2024-02-23 19:42:37 -05:00
combobox.svelte refactor(web): search box (#7397) 2024-02-26 15:45:08 -06:00
confirm-dialogue.svelte feat(web): bigger dialog box of location change (#5862) 2023-12-19 09:49:09 -06:00
control-app-bar.svelte feat: enhance search (#7127) 2024-02-17 11:00:55 -06:00
drag-and-drop-upload-overlay.svelte chore(web): sort tailwindcss class automatically (#3330) 2023-07-18 13:19:39 -05:00
dropdown-button.svelte chore(web): sort tailwindcss class automatically (#3330) 2023-07-18 13:19:39 -05:00
empty-placeholder.svelte chore(server,cli,web): housekeeping and stricter code style (#6751) 2024-02-01 22:18:00 -05:00
full-screen-modal.svelte fix(web): delete modal z-index (#5416) 2023-12-05 01:32:33 +00:00
fullscreen-container.svelte refactor(web,server): use feature flags for oauth (#3928) 2023-09-01 18:08:42 +07:00
immich-logo.svelte chore(web): prettier (#2821) 2023-06-30 23:50:47 -05:00
loading-spinner.svelte fix: use loading spinner for library spinner (#6116) 2024-01-01 22:10:48 -05:00
navigation-loading-bar.svelte chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
password-field.svelte feat(web): Added password field visibility toggle (#7368) 2024-02-24 14:28:56 -06:00
profile-image-cropper.svelte chore: enum support for new API (#7110) 2024-02-14 06:38:57 -08:00
show-shortcuts.svelte feat(web): force delete with shift key (#6239) 2024-01-17 19:18:04 +00:00
status-box.svelte feat(web): add warning when setting a quota superior to the disk size (#6737) 2024-01-30 17:21:45 +00:00
theme-button.svelte feat(web): auto switch theme (#6176) 2024-01-07 00:15:25 +00:00
update-panel.svelte refactor(web): websocket events (#7152) 2024-02-16 15:43:40 -05:00
upload-asset-preview.svelte chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
upload-panel.svelte feat(web): include timestamp in download filename (#5878) 2024-01-25 12:14:02 -05:00
user-avatar.svelte refactor(web) open api client (#7103) 2024-02-14 08:09:49 -05:00
version-announcement-box.svelte refactor(web): websocket events (#7152) 2024-02-16 15:43:40 -05:00