Skip to content

First version of FxScreenGraph refactor #27187

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

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Conversation

mdotb-moz
Copy link
Contributor

📜 Tickets

Jira ticket

💡 Description

This PR implements the refactor of the FxScreenGraph, splitting the monolithic into several specific navigation files.

🎥 Demos

Screenshot 2025-06-09 at 12 04 33

📝 Checklist

  • [X ] I filled in the ticket numbers and a description of my work
  • I updated the PR name to follow our PR naming guidelines
  • I ensured unit tests pass and wrote tests for new code
  • If working on UI, I checked and implemented accessibility (Dynamic Text and VoiceOver)
  • If adding telemetry, I read the data stewardship requirements and will request a data review
  • If needed, I updated documentation and added comments to complex code
  • If needed, I added a backport comment (example @Mergifyio backport release/v120)

@mdotb-moz mdotb-moz added the Do Not Merge ⛔️ This issue is a work in progress and is not ready to land label Jun 9, 2025
@mobiletest-ci-bot
Copy link

mobiletest-ci-bot commented Jun 9, 2025

Warnings
⚠️ This Pull Request seems quite large. If it consists of multiple changes, try splitting them into separate PRs for a faster review process. Consider using epic branches for work impacting main.
Messages
📖 Edited 3 files
📖 Created 18 files

Generated by 🚫 Danger Swift against 0008262

Copy link
Contributor

@lmarceau lmarceau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was curious to look at the refactor, I have minor nits comments!

Comment on lines +3 to +4
// file, You can obtain one at http://mozilla.org/MPL/2.0/
import XCTest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, spacing

Suggested change
// file, You can obtain one at http://mozilla.org/MPL/2.0/
import XCTest
// file, You can obtain one at http://mozilla.org/MPL/2.0/
import XCTest

}
}

// swiftlint:disable all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we disable only the specific rules that were causing an issue here? I think this would be better than disabling all

}
}

// swiftlint:enable all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no swiftlint:disable I think in this file, so this swiftlint enable doesn't seem necessary?

Copy link
Contributor

mergify bot commented Jun 12, 2025

This pull request has conflicts when rebasing. Could you fix it @mdotb-moz? 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do Not Merge ⛔️ This issue is a work in progress and is not ready to land
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants