-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[App Search] Crawler Landing Page #100822
[App Search] Crawler Landing Page #100822
Conversation
ebb2a5c
to
f56586e
Compare
...ins/enterprise_search/public/applications/app_search/components/crawler/crawler_landing.scss
Outdated
Show resolved
Hide resolved
...gins/enterprise_search/public/applications/app_search/components/crawler/crawler_landing.tsx
Show resolved
Hide resolved
...gins/enterprise_search/public/applications/app_search/components/crawler/crawler_landing.tsx
Show resolved
Hide resolved
@@ -9,5 +9,5 @@ import { i18n } from '@kbn/i18n'; | |||
|
|||
export const CRAWLER_TITLE = i18n.translate( | |||
'xpack.enterpriseSearch.appSearch.engine.crawler.title', | |||
{ defaultMessage: 'Crawler' } | |||
{ defaultMessage: 'Web Crawler' } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changes the copy in the navigation link as well - are we good with that? I'm fine either way, maybe would just double check with @daveyholler
...gins/enterprise_search/public/applications/app_search/components/crawler/crawler_landing.tsx
Outdated
Show resolved
Hide resolved
...gins/enterprise_search/public/applications/app_search/components/crawler/crawler_landing.tsx
Outdated
Show resolved
Hide resolved
...ugins/enterprise_search/public/applications/app_search/components/crawler/crawler_router.tsx
Show resolved
Hide resolved
...ugins/enterprise_search/public/applications/app_search/components/crawler/crawler_router.tsx
Outdated
Show resolved
Hide resolved
...gins/enterprise_search/public/applications/app_search/components/crawler/crawler_landing.tsx
Outdated
Show resolved
Hide resolved
...gins/enterprise_search/public/applications/app_search/components/crawler/crawler_landing.tsx
Outdated
Show resolved
Hide resolved
That's it for my (hopefully mostly minor comments) - design looks great, thanks Byron! Maybe my only other question would be if we ran the |
I've addressed this in b7d82d9 |
@JasonStoltz Since @constancecchen is out this week I've added you as a reviewer to this. I've addressed all of Constance's feedback, but obviously I'm happy to take care of anything you find as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look great! Thanks for the commit diff links as well, made it super easy to re-review 😍
(Also don't yell at me too much for code reviewing on my day off haha, I woke up too early and now I'm sitting here waiting for Michael's to open and I'm bored as heck)
Super weird, looks like just CI shenanigans |
@elasticmachine merge upstream |
...ins/enterprise_search/public/applications/app_search/components/crawler/crawler_landing.scss
Outdated
Show resolved
Hide resolved
…h/components/crawler/crawler_landing.scss Co-authored-by: Constance <[email protected]>
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Unknown metric groupsmiscellaneous assets size
References to deprecated APIs
History
To update your PR or re-run it, just comment with: |
* New CrawlerLanding component * New CrawlerRouter component * Adding CrawlerRouter to EngineRouter * Using internal route for Crawler link in EngineNav * Rename crawler landing background * Fix CrawlerLanding css * Fix crawler documentation link * Add Crawler title to breadcrumbs * Reduce png filesize * Improve CrawlerLanding copy * Update x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/crawler_landing.scss Co-authored-by: Constance <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Constance <[email protected]>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
* master: (68 commits) Unskip advanced settings a11y test (elastic#100558) [App Search] Crawler Landing Page (elastic#100822) [DOCS] Clarify when to use kbn clean (elastic#101155) change label behavior (elastic#100991) skip flaky suite (elastic#101126) Fix cases plugin ownership (elastic#101073) [Home] Adding file upload to add data page (elastic#100863) [ML] Functional tests - reenable categorization tests (elastic#101137) [DOCS] Adds server.uuid to settings docs (elastic#101121) Fix newsfeed unread notifications always on when reloading Kibana (elastic#100357) [Lens] Time shift metrics (elastic#98781) [Deprecations service] make `correctiveActions.manualSteps` required (elastic#100997) Add "Risk Matrix" section to the PR template (elastic#100649) [Maps] spatially filter by all geo fields (elastic#100735) [Security Solution] Add Ransomware canary advanced policy option (elastic#101068) [Exploratory view] Core web vitals (elastic#100320) [Security solution][Endpoint] Add unit tests for fleet event filters/trusted apps cards (elastic#101034) [Lens] Use a setter function for the dimension panel (elastic#101123) [Index Patterns] Fix return saved index pattern object (elastic#101051) [CI] For PRs, build TS refs before public api docs check (elastic#100791) ...
* New CrawlerLanding component * New CrawlerRouter component * Adding CrawlerRouter to EngineRouter * Using internal route for Crawler link in EngineNav * Rename crawler landing background * Fix CrawlerLanding css * Fix crawler documentation link * Add Crawler title to breadcrumbs * Reduce png filesize * Improve CrawlerLanding copy * Update x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/crawler_landing.scss Co-authored-by: Constance <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Constance <[email protected]> Co-authored-by: Byron Hulcher <[email protected]> Co-authored-by: Constance <[email protected]>
Summary
Informational landing page for Kibana users to direct them to the standalone App Search UX for the Crawler in 7.14
Screenshots