-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Split live photo listener to extract trashbin specific code into its own listener #44069
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
artonge
force-pushed
the
artonge/fix/split_live_photo_listener
branch
from
March 8, 2024 11:24
c9f3267
to
3640bd7
Compare
artonge
force-pushed
the
artonge/fix/split_live_photo_listener
branch
2 times, most recently
from
March 11, 2024 14:08
4146c2a
to
68ebdfb
Compare
artonge
force-pushed
the
artonge/fix/split_live_photo_listener
branch
from
March 11, 2024 17:09
68ebdfb
to
398727b
Compare
Merged
artonge
force-pushed
the
artonge/fix/split_live_photo_listener
branch
3 times, most recently
from
March 12, 2024 11:34
2852e39
to
db6269c
Compare
artonge
force-pushed
the
artonge/fix/split_live_photo_listener
branch
3 times, most recently
from
March 12, 2024 13:14
66fdc90
to
53fb9d4
Compare
artonge
force-pushed
the
artonge/fix/split_live_photo_listener
branch
4 times, most recently
from
March 12, 2024 17:52
0710141
to
eee43f9
Compare
artonge
added
3. to review
Waiting for reviews
and removed
2. developing
Work in progress
labels
Mar 12, 2024
artonge
changed the title
Split live photos listener
Split live photo listener to extract trashbin specific code into its own listener
Mar 12, 2024
artonge
force-pushed
the
artonge/fix/split_live_photo_listener
branch
3 times, most recently
from
March 13, 2024 10:09
ce472e6
to
3da98b0
Compare
susnux
approved these changes
Mar 13, 2024
susnux
requested review from
a team and
icewind1991
and removed request for
a team
March 13, 2024 11:53
Merged
come-nc
reviewed
Mar 14, 2024
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.
❤️
skjnldsv
approved these changes
Mar 14, 2024
artonge
force-pushed
the
artonge/fix/split_live_photo_listener
branch
from
March 14, 2024 09:55
3da98b0
to
491a5e9
Compare
This prevent random slowdown during tests, making them more reliable, and faster. Signed-off-by: Louis Chemineau <louis@chmn.me>
This avoid elements to be hided by a fixed top bar. Especially useful for the file list. Signed-off-by: Louis Chemineau <louis@chmn.me>
Fix #43299 Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Louis Chemineau <louis@chmn.me>
artonge
force-pushed
the
artonge/fix/split_live_photo_listener
branch
from
March 14, 2024 10:07
491a5e9
to
01fe326
Compare
/backport to stable28 |
Merged
2 tasks
Looks like the backport got missed :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3. to review
Waiting for reviews
bug
feature: files
php
Pull requests that update Php code
tests
Related to tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #43299
Done
TODO