Skip to content

Commit

Permalink
Merge branch 'main' into remove-collaborators-in-workspace-creation
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <wonglam@amazon.com>
  • Loading branch information
wanglam authored Oct 11, 2024
2 parents 471c2a6 + 794757d commit 8e852af
Show file tree
Hide file tree
Showing 11 changed files with 2,070 additions and 54 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/8529.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Update the title of header recent menu ([#8529](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8529))
2 changes: 2 additions & 0 deletions changelogs/fragments/8543.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
refactor:
- Update workspace collaborator table UI ([#8543](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8543))
6 changes: 5 additions & 1 deletion src/core/public/chrome/ui/header/recent_items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,11 @@ export const RecentItems = ({
style={{ maxHeight: '35vh', overflow: 'auto' }}
>
<EuiTitle size="xxs">
<h4>Recent</h4>
<h4>
{i18n.translate('core.header.recent.title', {
defaultMessage: 'Recent assets',
})}
</h4>
</EuiTitle>
<EuiSpacer size="s" />
{selectedRecentsItems.length > 0 ? (
Expand Down
Loading

0 comments on commit 8e852af

Please sign in to comment.