Skip to content

Conversation

rsergeenko
Copy link
Contributor

No description provided.

kchepikava
kchepikava previously approved these changes Jan 17, 2025
color: var(--buttonSecondaryTextColor) !important;
box-shadow: none !important;

&.primary {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we still have a component that uses .primary. Either we should remove this style from the component, or keep it here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, removed


.star {
margin-right: 4px;
:global(.euiButton__text) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: why do we need :global?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since there is a global class, not scoped

Comment on lines 8 to 10
export interface Values {
connectionURL?: string
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this used?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

<EuiFlexItem grow={1} key={id}>
<EuiFlexGrid>
{CONNECTIVITY_OPTIONS.map(({ id, type, title, icon }) => (
<EuiFlexItem grow={false} key={id}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haven't tested, but isn't grow={false} = grow={0}?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, there are type FlexItemGrowSize = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | true | false | null;

Base automatically changed from fe/feature/RI-6451 to main January 23, 2025 10:04
@vlad-dargel vlad-dargel dismissed kchepikava’s stale review January 23, 2025 10:04

The base branch was changed.

@mariasergeenko mariasergeenko merged commit 7776f86 into main Jan 27, 2025
21 checks passed
@mariasergeenko mariasergeenko deleted the fe/feature/RI-6554 branch January 27, 2025 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants