-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IconButton Replacement Finished (#2151)
* replace iconbutton and other material ui items in media controls [CV2-3360] * remove last use of iconbutton in favor or buttonmain cds component [CV2-3360] * fix linter errors in test files * Update testing class for playback speed [CV2-3360] * replace mistakenly removed id [CV2-3360] * use BEM class on volume button for testing [CV2-3360] * [smoke tests] Run all smoke tests for this branch
- Loading branch information
1 parent
a9ebfce
commit 9b460ba
Showing
14 changed files
with
270 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,4 +189,4 @@ | |
"description": "Label for input to select language", | ||
"defaultMessage": "Language" | ||
} | ||
] | ||
] |
12 changes: 1 addition & 11 deletions
12
localization/react-intl/src/app/components/team/SmoochBot/SmoochBotConfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,7 @@ | ||
[ | ||
{ | ||
"id": "smoochBot.designYourBot", | ||
"description": "Title of tipline settings page", | ||
"defaultMessage": "Design your bot" | ||
}, | ||
{ | ||
"id": "smoochBot.settings", | ||
"description": "Tab label to click to see the settings area", | ||
"defaultMessage": "Settings" | ||
}, | ||
{ | ||
"id": "smoochBot.addResource", | ||
"description": "Button label to add a resource to this bot", | ||
"defaultMessage": "Resource" | ||
"defaultMessage": "New Tipline Resource" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
localization/react-intl/src/app/components/team/SmoochBot/SmoochBotSettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 9 additions & 4 deletions
13
localization/react-intl/src/app/components/team/SmoochBot/localizables.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.