-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
fix: delay settings apply for slideshow popup #18028
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: delay settings apply for slideshow popup #18028
Conversation
@bo0tzz could you please review? |
please have some patience; it's the weekend, and this PR has only been open for 2 days. Someone will get around to reviewing it soon enough. |
@bo0tzz apologies, forgot it was the weekend! |
Can you help fix the linter error? |
…j0024javia/immich into fix/slideshow-save-btn-fix
Updated the code. That should fix the linting errors |
/> | ||
</div> | ||
|
||
{#snippet stickyBottom()} | ||
<Button fullwidth color="primary" onclick={(_) => onClose()}>{$t('done')}</Button> | ||
<Button fullwidth color="primary" onclick={applyChanges}>{$t('done')}</Button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we're not going to save these changes immediately, we should have a cancel button, like we do everywhere else. Would you mind adding that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think close button be same as the cancel button. As i am making changes, and i don't want to save, i can just close it?
Let me know if adding cancel would make more sense. will do that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok added cancel button and changed text of done -> Confirm as well.
As cancel and done, doesn't seem to make sense, Cancel and Confirm makes more sense
Let me know if you think otherwise
…j0024javia/immich into fix/slideshow-save-btn-fix
… fix/slideshow-save-btn-fix
Description
Fixes #17791
Checklist:
src/services/
uses repositories implementations for database calls, filesystem operations, etc.src/repositories/
is pretty basic/simple and does not have any immich specific logic (that belongs insrc/services/
)