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

Clear browser tabs when cleaning history #3851

Merged

Conversation

andrepimenta
Copy link
Member

Description

Clear browser tabs when cleaning history

Checklist

  • There is a related GitHub issue
  • Tests are included if applicable
  • Any added code is fully documented

Issue

Resolves #???

@andrepimenta andrepimenta added needs-qa Any New Features that needs a full manual QA prior to being added to a release. needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) labels Mar 4, 2022
@andrepimenta andrepimenta requested a review from a team as a code owner March 4, 2022 11:35
@cortisiko cortisiko added QA Passed A successful QA run through has been done and removed needs-qa Any New Features that needs a full manual QA prior to being added to a release. labels Mar 9, 2022
Copy link
Member

@cortisiko cortisiko left a comment

Choose a reason for hiding this comment

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

🌮 🌮 🌮

@cortisiko cortisiko merged commit 3507c90 into main Mar 9, 2022
@cortisiko cortisiko deleted the improvement/clear-browser-tabs-when-cleaning-history branch March 9, 2022 18:16
@github-actions github-actions bot locked and limited conversation to collaborators Mar 9, 2022
@@ -20,6 +22,8 @@ const browserReducer = (state = initialState, action) => {
return {
...state,
history: [],
tabs: [{ url: AppConstants.HOMEPAGE_URL, id: action.id }],
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @andrepimenta ,
@tommasini and I were interested to know more about the reason that led to this PR?
On other browsers (Safari for example), the browser tabs are not cleared when cleaning history.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) QA Passed A successful QA run through has been done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants