Skip to content

Commit

Permalink
new resolve conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Qxisylolo <[email protected]>
  • Loading branch information
Qxisylolo committed Dec 23, 2024
1 parent 92a4a25 commit afde0b9
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions src/core/public/chrome/ui/header/recent_items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ import {
EuiListGroupItem,
EuiTitle,
EuiPopoverTitle,
EuiButtonEmpty,
EuiIcon,
EuiText,
EuiButtonEmpty,
EuiSpacer,
EuiHeaderSectionItemButtonProps,
EuiButtonIcon,
EuiAvatar,
EuiRadioGroup,
EuiTextColor,
EuiPopover,
Expand Down Expand Up @@ -136,49 +135,15 @@ export const RecentItems = ({
ownFocus={false}
panelPaddingSize="s"
button={
<<<<<<< HEAD
<<<<<<< HEAD
<EuiButtonIcon
=======
<EuiButtonEmpty
data-test-subj="preferencesSettingButton"
flush="left"
size="xs"
>>>>>>> 30e0396b3d (resolve conflicts)
=======
<EuiButtonIcon
>>>>>>> c3bc8423c9 (fix/the_UI_of_recent_assets, use icon button)
color="primary"
size="xs"
onClick={() => {
setIsPreferencesPopoverOpen((IsPreferencesPopoverOpe) => !IsPreferencesPopoverOpe);
}}
<<<<<<< HEAD
<<<<<<< HEAD
iconType="managementApp"
data-test-subj="preferencesSettingButton"
/>
=======
=======
>>>>>>> c3bc8423c9 (fix/the_UI_of_recent_assets, use icon button)
>
<<<<<<< HEAD
{i18n.translate('core.header.recent.preferences', {
defaultMessage: 'Preferences',
})}
=======
<EuiIcon type="managementApp" />
>>>>>>> 4da93130e3 (resolve conflicts)
</EuiButtonEmpty>
<<<<<<< HEAD
>>>>>>> c24d5bc842 ([Workspace] feat: optimize recent items and filter out items whose workspace is deleted (#8900))
=======
=======
iconType="managementApp"
data-test-subj="preferencesSettingButton"
/>
>>>>>>> 37971c9b49 (fix/the_UI_of_recent_assets, use icon button)
>>>>>>> c3bc8423c9 (fix/the_UI_of_recent_assets, use icon button)
}
isOpen={isPreferencesPopoverOpen}
anchorPosition="downLeft"
Expand Down

0 comments on commit afde0b9

Please sign in to comment.