[Controls] migrate scss to emotion#216413
Merged
mbondyra merged 19 commits intoelastic:mainfrom Jun 6, 2025
Merged
Conversation
276ea69 to
a89380b
Compare
3e64887 to
3817cd6
Compare
3817cd6 to
110406f
Compare
f188033 to
09ed761
Compare
Contributor
|
Pinging @elastic/kibana-presentation (Team:Presentation) |
633c538 to
9af4f56
Compare
d7e9fe5 to
05efa7f
Compare
Heenawter
reviewed
Jun 2, 2025
src/platform/plugins/shared/controls/public/control_group/components/control_panel.test.tsx
Outdated
Show resolved
Hide resolved
...atform/plugins/shared/controls/public/controls/timeslider_control/components/play_button.tsx
Show resolved
Hide resolved
.../controls/data_controls/options_list_control/components/options_list_popover_suggestions.tsx
Outdated
Show resolved
Hide resolved
src/platform/plugins/shared/controls/public/control_group/components/floating_actions.tsx
Outdated
Show resolved
Hide resolved
src/platform/plugins/shared/controls/public/control_group/components/control_panel.tsx
Outdated
Show resolved
Hide resolved
src/platform/plugins/shared/controls/public/control_group/components/control_panel.tsx
Outdated
Show resolved
Hide resolved
…t --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --include-path /api/security/role --include-path /api/spaces --include-path /api/streams --include-path /api/fleet --include-path /api/dashboards --include-path /api/saved_objects/_import --include-path /api/saved_objects/_export --include-path /api/maintenance_window --update'
964a5c7 to
b494e45
Compare
jbudz
approved these changes
Jun 3, 2025
Contributor
jbudz
left a comment
There was a problem hiding this comment.
packages/kbn-optimizer/limits.yml LGTM
ryankeairns
approved these changes
Jun 3, 2025
Heenawter
approved these changes
Jun 3, 2025
Contributor
Heenawter
left a comment
There was a problem hiding this comment.
LGTM - tested various scenarios and this PR actually fixes a lot of previously-broken styles 🎉 Thanks so much for your work on this!
…_snapshot --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --include-path /api/security/role --include-path /api/spaces --include-path /api/streams --include-path /api/fleet --include-path /api/dashboards --include-path /api/saved_objects/_import --include-path /api/saved_objects/_export --include-path /api/maintenance_window --update'" This reverts commit 4fc6c08.
This reverts commit 65b30cb.
d8f3dc4 to
0352ba8
Compare
…t --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --include-path /api/security/role --include-path /api/spaces --include-path /api/streams --include-path /api/fleet --include-path /api/dashboards --include-path /api/saved_objects/_import --include-path /api/saved_objects/_export --include-path /api/maintenance_window --update'
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Async chunks
Page load bundle
History
|
7 tasks
pmuellr
pushed a commit
to pmuellr/kibana
that referenced
this pull request
Jun 11, 2025
## Summary Part of elastic#207852 About bundle size change: the bundle increased slightly since we have to add core/public package. It's only 100B though, so I don't think it's worth optimizing (if we do, we should focus on different parts on application, for example async load of ControlPanel) <img width="1580" alt="Screenshot 2025-06-03 at 12 09 03" src="https://github.com/user-attachments/assets/2fcd558c-0401-4f1a-b8d5-f63b66d2fad2" /> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
nickpeihl
pushed a commit
to nickpeihl/kibana
that referenced
this pull request
Jun 12, 2025
## Summary Part of elastic#207852 About bundle size change: the bundle increased slightly since we have to add core/public package. It's only 100B though, so I don't think it's worth optimizing (if we do, we should focus on different parts on application, for example async load of ControlPanel) <img width="1580" alt="Screenshot 2025-06-03 at 12 09 03" src="https://github.com/user-attachments/assets/2fcd558c-0401-4f1a-b8d5-f63b66d2fad2" /> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This was referenced Jun 26, 2025
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Part of #207852
About bundle size change: the bundle increased slightly since we have to add core/public package. It's only 100B though, so I don't think it's worth optimizing (if we do, we should focus on different parts on application, for example async load of ControlPanel)
