-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Graph/SCSS] Refactor styles to use Emotion #212916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mariairiartef
merged 40 commits into
elastic:main
from
mariairiartef:lens/scss-js/graph
Mar 19, 2025
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
ff00a73
🛠️ Migrate `components/_app.scss` file
mariairiartef 48e168f
Delete import
mariairiartef 7bf419d
Migrate grapgh container styles
mariairiartef ec99e04
Remove unused margin from graph menus in `_graph.scss`
mariairiartef 961de88
Remove unused flex group styles from `_graph.scss`
mariairiartef d70d05a
Remove unused `_graph.scss` file and update imports in `_index.scss`
mariairiartef bb044da
Remove unused import in workspace_layout.tsx
mariairiartef f9826d2
Remove unused `inspect.scss` file and update imports in _index.scss
mariairiartef 8683423
Migrate grapgh search bar data source button styles
mariairiartef 7428a92
Remove unused `_field_editor.scss` and update imports in `_index.scss…
mariairiartef 393c855
Remove unused `_field_picker.scss` and `_index.scss`; refactor `Field…
mariairiartef ba0f637
Remove unused `_mixins.scss` and update imports in `_index.scss` and …
mariairiartef 86a93de
Refactor sidebar styles to use Emotion for styling and remove unused CSS
mariairiartef a461ff3
Refactor sidebar components to use Emotion for styling and remove unu…
mariairiartef c266268
Refactor ControlPanel and SelectedNodeItem to use Emotion for styling…
mariairiartef bab25c0
Refactor components to remove sidebar styles and implement Emotion fo…
mariairiartef 8e0ca4a
Fix imports
mariairiartef af032ac
Refactor styles to remove SCSS files and implement Emotion for stylin…
mariairiartef 727b3cf
Refactor FieldEditor and FieldPicker to use Emotion for styling; rena…
mariairiartef 02490a1
Merge branch 'main' into lens/scss-js/graph
mariairiartef c7033f2
Refactor
mariairiartef d7ed1cd
Delete gphNoUserSelect class
mariairiartef 8f5a686
Refactor GraphVisualization component styles for improved readability
mariairiartef 1cc4c48
Refactor GraphVisualization and SelectedNodeItem components for impro…
mariairiartef 873e685
Remove unused classNames import and clean up edge wrapper in GraphVis…
mariairiartef e71cd17
Refactor
mariairiartef 95eda21
Refactor SelectionToolBar component to remove unused styles and simpl…
mariairiartef 7df8451
Merge branch 'main' into lens/scss-js/graph
mariairiartef 6fcb863
Refactor
mariairiartef 1168703
Add class names used in functional tests
mariairiartef 3395c65
Add style prop because is used in functional test
mariairiartef 3953bcf
Merge branch 'main' into lens/scss-js/graph
mariairiartef 6f51228
[Graph] Update strokeWidth styles in snapshot tests
mariairiartef fe638ae
Merge branch 'main' into lens/scss-js/graph
mariairiartef 9bf71f9
Merge branch 'main' into lens/scss-js/graph
mariairiartef 2554224
Merge branch 'main' into lens/scss-js/graph
mariairiartef c3efd6b
Merge branch 'main' into lens/scss-js/graph
mariairiartef fc8cccb
Add UseEuiTheme Type-Only Import and remove unused .kuiIcon styles
mariairiartef acd1340
Merge branch 'main' into lens/scss-js/graph
mariairiartef 6e5cbf0
Merge branch 'main' into lens/scss-js/graph
mariairiartef File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
x-pack/platform/plugins/private/graph/public/components/_app.scss
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
x-pack/platform/plugins/private/graph/public/components/_graph.scss
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
x-pack/platform/plugins/private/graph/public/components/_index.scss
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,2 @@ | ||
| @import './app'; | ||
| @import './search_bar'; | ||
| @import './source_modal'; | ||
| @import './graph_visualization/index'; | ||
| @import './settings/index'; | ||
| @import './field_manager/index'; | ||
| @import './graph'; | ||
| @import './sidebar'; | ||
| @import './inspect'; |
3 changes: 0 additions & 3 deletions
3
x-pack/platform/plugins/private/graph/public/components/_inspect.scss
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
x-pack/platform/plugins/private/graph/public/components/_search_bar.scss
This file was deleted.
Oops, something went wrong.
100 changes: 0 additions & 100 deletions
100
x-pack/platform/plugins/private/graph/public/components/_sidebar.scss
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.