Skip to content

Commit

Permalink
Create OuiSimplifiedBreadcrumbs and update OuiHeaderBreadcrumbs
Browse files Browse the repository at this point in the history
Signed-off-by: Zhongnan Su <[email protected]>
  • Loading branch information
zhongnansu committed Aug 26, 2024
1 parent ce392b5 commit a39c001
Show file tree
Hide file tree
Showing 14 changed files with 1,538 additions and 38 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### 🛡 Security

### 📈 Features/Enhancements
- Create Create OuiSimplifiedBreadcrumbs and update OuiHeaderBreadcrumbs ([#1374](https://github.com/opensearch-project/oui/pull/1374))

### 🐛 Bug Fixes

Expand Down
26 changes: 22 additions & 4 deletions i18ntokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,24 @@
},
"filepath": "src/components/bottom_bar/bottom_bar.tsx"
},
{
"token": "ouiBreadcrumbsSimplified.collapsedBadge.ariaLabel",
"defString": "Show collapsed breadcrumbs",
"highlighting": "string",
"loc": {
"start": {
"line": 79,
"column": 6,
"index": 2234
},
"end": {
"line": 81,
"column": 45,
"index": 2354
}
},
"filepath": "src/components/breadcrumbs/breadcrumbs_simplified.tsx"
},
{
"token": "ouiBreadcrumbs.collapsedBadge.ariaLabel",
"defString": "Show collapsed breadcrumbs",
Expand Down Expand Up @@ -2237,14 +2255,14 @@
"highlighting": "string",
"loc": {
"start": {
"line": 439,
"line": 437,
"column": 14,
"index": 11503
"index": 11485
},
"end": {
"line": 442,
"line": 440,
"column": 16,
"index": 11629
"index": 11611
}
},
"filepath": "src/components/date_picker/super_date_picker/super_date_picker.tsx"
Expand Down
Loading

0 comments on commit a39c001

Please sign in to comment.