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

runfix: re-implement indicator on settings button when a new device is added (WPB-9542) #17763

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

V-Gira
Copy link
Contributor

@V-Gira V-Gira commented Jul 16, 2024

Description

The indicator for new device added implemented here #17695 was removed by mistake here #17696

Screenshots/Screencast (for UI changes)

Before:
image

After:
image

content: '';
}
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the style for the previous button and indicator badge and can be removed

Copy link

@@ -184,7 +184,7 @@ export const ConversationTabs = ({
}}
conversationTabIndex={1}
dataUieName="go-preferences"
showNotificationBadge={showNotificationsBadge}
showNotificationsBadge={showNotificationsBadge}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

spelling "notification" in singular didn't seem intentional

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 46.21%. Comparing base (e751e79) to head (93fae15).
Report is 3 commits behind head on new-navigation.

Additional details and impacted files
@@                Coverage Diff                 @@
##           new-navigation   #17763      +/-   ##
==================================================
- Coverage           46.21%   46.21%   -0.01%     
==================================================
  Files                 770      770              
  Lines               25057    25058       +1     
  Branches             5737     5737              
==================================================
  Hits                11581    11581              
- Misses              12020    12021       +1     
  Partials             1456     1456              

@V-Gira V-Gira merged commit 5b451a1 into new-navigation Jul 16, 2024
11 checks passed
@V-Gira V-Gira deleted the v/new-device-indicator branch July 16, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants