[Drilldowns] <ActionWizard/> Component#59032
Conversation
|
Pinging @elastic/kibana-app-arch (Team:AppArch) |
src/plugins/ui_actions/public/components/action_wizard/index.scss
Outdated
Show resolved
Hide resolved
mattkime
left a comment
There was a problem hiding this comment.
Might be a good idea to review css with he design team otherwise 👍
|
@elasticmachine merge upstream |
mistic
left a comment
There was a problem hiding this comment.
Changes in the files under code owners LGTM
cchaos
left a comment
There was a problem hiding this comment.
Just had some suggestions around the file architecture of the files and naming of classes and addressing questions of pixel values.
src/plugins/ui_actions/public/components/action_wizard/index.scss
Outdated
Show resolved
Hide resolved
src/plugins/ui_actions/public/components/action_wizard/action_wizard.tsx
Outdated
Show resolved
Hide resolved
src/plugins/ui_actions/public/components/action_wizard/index.scss
Outdated
Show resolved
Hide resolved
src/plugins/ui_actions/public/components/action_wizard/index.scss
Outdated
Show resolved
Hide resolved
|
@elasticmachine merge upstream |
|
Fails because of
After moving the code to x-pack |
stacey-gammon
left a comment
There was a problem hiding this comment.
Once the ci issue is resolved, LGTM.
x-pack/plugins/advanced_ui_actions/public/components/action_wizard/action_wizard.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/advanced_ui_actions/public/components/action_wizard/test_data.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/advanced_ui_actions/public/components/action_wizard/action_wizard.tsx
Show resolved
Hide resolved
extracted to separate pr
…s/action-factory-picker
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
andreadelrio
left a comment
There was a problem hiding this comment.
Sass and design changes LGTM.
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
* master: (154 commits) Add an optional authentication mode for HTTP resources (elastic#58589) Implement embeddable drilldown menu options (elastic#59232) [Alerting] "Create alert" graph visualization design improvements (elastic#59399) Alerting update route throttle property is missing (elastic#59580) [SIEM] Adds 'Load prebuilt rules' Cypress test (elastic#59529) Show error if field is not found during filter rendering (elastic#59298) Navigate back to discover app during test, because the saved search from the preceding test has major performance problems when used with this test (elastic#59571) Check for alert dialog when doing a force logout (elastic#59329) ensure fs deletes are not cwd dependent (elastic#59570) Empty message for APM service map (elastic#59518) [Drilldowns] <ActionWizard/> Component (elastic#59032) [Reporting] Improve the page exit error messages (elastic#59351) Ensure logged out starting state for tests that need it (elastic#59322) Hide input value from kbn-config-schema error messages (elastic#58843) [ML] Transforms: Migrate client plugin to NP. (elastic#59443) [ML] Disable failing functional tests [SIEM] Update Timeline to use the latest euiFlyoutBody style (elastic#59524) Temporarily remove the project mappings for PR labels (elastic#59493) [Alerting] replace index threshold graph usage of watcher APIs with new API (elastic#59385) [ML] Show view series link in anomalies table for machine_learning_user role (elastic#59549) ...
Summary
Part of #55291
New component to be used for:
figma
To try the component:
Follow-up PR integrates it into
<FormCreateDrilldown/>: #59139Also:
scsssupport for storybook #storybook 📕 Storybook Roadmap #54707Adds configuration for react-testing-library to use Kibana's. - moved to [Unit Testing] Configure react-testing-library queries to use Kibana's data-test-subj instead of default data-testid #59445data-test-subjastest-idinstead of defaultdata-test-id. This improvement didn't affect anyone, because no testId related queries have been used before across KibanaChecklist
Delete any items that are not applicable to this PR.
For maintainers