Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Merge top site tab #7578

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

ionutbedregeanu
Copy link
Contributor

@ionutbedregeanu ionutbedregeanu commented Sep 1, 2022

For #5384

top_site.mp4

Pull Request checklist

  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Screenshots: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not
  • Accessibility: The code in this PR follows accessibility best practices or does not include any user facing features. In addition, it includes a screenshot of a successful accessibility scan to ensure no new defects are added to the product.

QA

  • QA Needed

To download an APK when reviewing a PR:

  1. click on Show All Checks,
  2. click Details next to build-focus-debug or build-klar-debug for changes targeting Klar,
  3. click View task in Taskcluster,
  4. click the Artifacts row,
  5. click to download any of the apks listed here which use an appropriate name for each CPU architecture.

GitHub Automation

Fixes #5384

@ionutbedregeanu ionutbedregeanu added the 🕵️‍♀️ needs review PRs that need to be reviewed label Sep 1, 2022
Copy link
Contributor

@jonalmeida jonalmeida left a comment

Choose a reason for hiding this comment

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

I haven't tested it, but this logically looks right to me. Thanks for the quick turn-around!

)
} else {
components.sessionUseCases.loadUrl(item.url, currentTabId)
components.appStore.dispatch(AppAction.FinishEdit(currentTabId))
Copy link
Contributor

Choose a reason for hiding this comment

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

Interesting, I see we do this in the UrlInputFragment as well even when we are dismissing it without action.

@ionutbedregeanu ionutbedregeanu added 🛬 needs landing PRs that are ready to land and removed 🕵️‍♀️ needs review PRs that need to be reviewed labels Sep 7, 2022
@mergify mergify bot merged commit 41407a1 into mozilla-mobile:main Sep 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🛬 needs landing PRs that are ready to land
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shortcuts opened from the address bar open a new tab
2 participants