Skip to content
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

Bugfix FXIOS-8657 Add operation queue to perform batch updates #19670

Merged
merged 10 commits into from
Apr 30, 2024

Conversation

OrlaM
Copy link
Contributor

@OrlaM OrlaM commented Apr 6, 2024

📜 Tickets

Jira ticket
Github issue

💡 Description

Fixes some of the bugs around dragging and drop tabs and animations in general

📝 Checklist

You have to check all boxes before merging

  • Filled in the above information (tickets numbers and description of your work)
  • Updated the PR name to follow our PR naming guidelines
  • Wrote unit tests and/or ensured the tests suite is passing
  • When working on UI, I checked and implemented accessibility (minimum Dynamic Text and VoiceOver)
  • If needed, I updated documentation / comments for complex code and public methods
  • If needed, added a backport comment (example @Mergifyio backport release/v120)

@OrlaM OrlaM requested a review from a team as a code owner April 6, 2024 22:44
@OrlaM OrlaM requested a review from thatswinnie April 6, 2024 22:44
@mobiletest-ci-bot
Copy link

mobiletest-ci-bot commented Apr 6, 2024

Messages
📖 Project coverage: 32.29%
📖 Edited 4 files
📖 Created 1 files

Client.app: Coverage: 30.8

File Coverage
TabDisplayView.swift 27.74% ⚠️
TabsPanelState.swift 58.62%
TabTrayAnimationQueue.swift 5.71% ⚠️
TabDisplayManager.swift 15.08% ⚠️

Generated by 🚫 Danger Swift against ae05903

@OrlaM OrlaM closed this Apr 8, 2024
@OrlaM OrlaM reopened this Apr 8, 2024
@dataports dataports force-pushed the sa/Add-operation-queue-to-perform-batch-updates branch from 47fa8a4 to 07e88a2 Compare April 8, 2024 22:10
Copy link
Contributor

mergify bot commented Apr 15, 2024

This pull request has conflicts when rebasing. Could you fix it @OrlaM? 🙏

Copy link
Contributor

This PR has been automatically marked as stale. Please leave any comment to keep this PR opened. It will be closed automatically if no further update occurs in the next 7 days. Thank you for your contributions!

@github-actions github-actions bot added the stale Stalebot use this label to stale issues and PRs label Apr 30, 2024
…Add-operation-queue-to-perform-batch-updates

# Conflicts:
#	firefox-ios/Client/Frontend/Browser/Tabs/Action/TabPanelAction.swift
#	firefox-ios/Client/Frontend/Browser/Tabs/State/TabsPanelState.swift
#	firefox-ios/Client/Frontend/Browser/Tabs/Views/TabDisplayView.swift
#	firefox-ios/Client/Frontend/Browser/Tabs/Views/TabTrayViewController.swift
@OrlaM OrlaM merged commit 86bd353 into main Apr 30, 2024
10 of 11 checks passed
@OrlaM OrlaM deleted the sa/Add-operation-queue-to-perform-batch-updates branch April 30, 2024 15:58
@OrlaM
Copy link
Contributor Author

OrlaM commented Apr 30, 2024

@Mergifyio backport release/v126

Copy link
Contributor

mergify bot commented Apr 30, 2024

backport release/v126

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Apr 30, 2024
* Remove collectionView updates in newState of TabDisplayView

* Make performChainedOperations var private and add template of methods to TabDisplayView

* Add updateWith for moving the tab

* Add updateWith

* WIP

* didAddTab called in TabDisplayView

* Clean up operation queue

* Remove commented code

* Fix  crash when there's  no sections

---------

Co-authored-by: Sophie Amin <samin@KPQ47DG99L.lan>
(cherry picked from commit 86bd353)
OrlaM added a commit that referenced this pull request Apr 30, 2024
… (#20096)

* Remove collectionView updates in newState of TabDisplayView

* Make performChainedOperations var private and add template of methods to TabDisplayView

* Add updateWith for moving the tab

* Add updateWith

* WIP

* didAddTab called in TabDisplayView

* Clean up operation queue

* Remove commented code

* Fix  crash when there's  no sections

---------

Co-authored-by: Sophie Amin <samin@KPQ47DG99L.lan>
(cherry picked from commit 86bd353)

Co-authored-by: OrlaM <omitchell@mozilla.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Stalebot use this label to stale issues and PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants