-
Notifications
You must be signed in to change notification settings - Fork 292
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
Conversation
…s added (WPB-9542)
content: ''; | ||
} | ||
} | ||
|
There was a problem hiding this comment.
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
Quality Gate passedIssues Measures |
@@ -184,7 +184,7 @@ export const ConversationTabs = ({ | |||
}} | |||
conversationTabIndex={1} | |||
dataUieName="go-preferences" | |||
showNotificationBadge={showNotificationsBadge} | |||
showNotificationsBadge={showNotificationsBadge} |
There was a problem hiding this comment.
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 ReportAttention: Patch coverage is
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 |
Description
The indicator for new device added implemented here #17695 was removed by mistake here #17696
Screenshots/Screencast (for UI changes)
Before:
After: