Skip to content

feat(widgets): misc cleanup#10045

Merged
Pessimistress merged 3 commits intomasterfrom
missx/widget-cleanup
Feb 25, 2026
Merged

feat(widgets): misc cleanup#10045
Pessimistress merged 3 commits intomasterfrom
missx/widget-cleanup

Conversation

@Pessimistress
Copy link
Copy Markdown
Collaborator

Change List

  • Remove GroupedIconButton
  • fix: ThemeWidget dependency on browser-only env

onRenderHTML(rootElement: HTMLElement): void {
const ui = (
<ButtonGroup orientation={this.props.orientation}>
<GroupedIconButton
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This was done to get the "grouped button" look of two buttons touching each other with border radii on the out button edges

Is this separate component not necessary to achieve the effect?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

No, they behave exactly the same with

.deck-widget-button-group > .deck-widget-button {
display: contents;
}

@Pessimistress Pessimistress merged commit a4d4cc0 into master Feb 25, 2026
3 checks passed
@Pessimistress Pessimistress deleted the missx/widget-cleanup branch February 25, 2026 23:56
@chrisgervang chrisgervang added this to the v9.3 milestone Apr 1, 2026
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.

2 participants