[App Arch] migrate legacy CSS to new platform (core_plugins/kibana_react)#59882
[App Arch] migrate legacy CSS to new platform (core_plugins/kibana_react)#59882VladLasitsa merged 13 commits intoelastic:masterfrom
Conversation
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
| export * from './table_list_view'; | ||
| export * from './split_panel'; | ||
| export { Markdown, MarkdownSimple } from './markdown'; | ||
| export * from './markdown'; |
There was a problem hiding this comment.
Please revert { Markdown, MarkdownSimple }. We are trying to don't use *
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
Pinging @elastic/kibana-app-arch (Team:AppArch) |
alexwizp
left a comment
There was a problem hiding this comment.
Looks like we still import Markdown/MarkdownSimple from the /../kibana_react/public' folder
At least I found one place with that wrong import. see: src/legacy/core_plugins/vis_type_timeseries/public/components/vis_types/markdown/vis.js
alexwizp
left a comment
There was a problem hiding this comment.
Sorry, I was wrong 😄 Code LGTM!
poffdeluxe
left a comment
There was a problem hiding this comment.
Canvas changes work great!
cchaos
left a comment
There was a problem hiding this comment.
The SASS file moves LGTM, so long as the plugin is correctly building compiling the CSS.
|
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
kertal
left a comment
There was a problem hiding this comment.
KibanaApp Codeowner file LGTM!
…act) (elastic#59882) * Migrate markdown styles to the new platform * Removed unused import * Update index.ts * Removed not need layer * Fixed paths Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* master: (34 commits) [APM] add service map config options to legacy plugin (elastic#61002) [App Arch] migrate legacy CSS to new platform (core_plugins/kibana_react) (elastic#59882) Migrated styles for "share" plugin to new platform (elastic#59981) [ML] Module setup with dynamic model memory estimation (elastic#60656) Drilldowns (elastic#59632) Upgrade mocha dev-dependency from 6.2.2 to 7.1.1 (elastic#60779) [SIEM] Overview: Recent cases widget (elastic#60993) [ML] Functional tests - stabilize df analytics clone tests (elastic#60497) [SIEM] Updates process and TLS tables to use ECS 1.5 fields (elastic#60854) Migrate doc view part of discover (elastic#58094) Revert "[APM] Collect telemetry about data/API performance (elastic#51612)" fix(NA): log rotation watchers usage (elastic#60956) [SIEM] [CASES] Build lego blocks case details view (elastic#60864) Create Painless Lab app (elastic#57538) [SIEM] Move Timeline Template field to first step of rule creation (elastic#60840) [Reporting/New Platform Migration] Use a new config service on server-side (elastic#55882) [Alerting] allow email action to not require auth (elastic#60839) [Maps] Default ES document layer scaling type to clusters and show scaling UI in the create wizard (elastic#60668) [APM] Collect telemetry about data/API performance (elastic#51612) Implement Kibana Login Selector (elastic#53010) ...

Part of: #55493
Summary
Here's a list of app arch legacy items I've found so far which contain some scss (be sure to look around for anything I may have missed):
Checklist
Delete any items that are not applicable to this PR.
For maintainers