-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Graph] Empty workspace overlay #45547
Conversation
…to graph/call-to-action
💚 Build Succeeded |
Hi @flash1293, I've been changing the design a little based on @timroes comments. Instead of using an opacity the text is now grayed out. I would use a checkmark to help visualize where we are and once the task is done the Here's the link to the updated prototype: |
@miukimiu for accessibility purposes (color contrast) the disabled text will need to be darker. That makes this more challenging of a problem to solve, but the light gray won't be readable. The lightest gray we can use (which is not light 😏) is |
Thanks @ryankeairns! My bad! I copied the color from the disabled button 😛. The prototype is now updated and using the |
An alternate suggestion for the current task icon is to use the |
x-pack/legacy/plugins/graph/public/components/guidance_panel/guidance_panel.tsx
Outdated
Show resolved
Hide resolved
Thanks for all of your suggestions - this is getting a real team work :)
|
fdf3b25
to
4a6fdf6
Compare
💚 Build Succeeded |
<EuiIcon type={state === 'active' ? 'sortRight' : 'check'} /> | ||
</span> | ||
)} | ||
{children} |
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.
Just to add to your review soup, wrap this in <EuiText/>
to fix your text line heights.
💚 Build Succeeded |
💚 Build Succeeded |
💚 Build Succeeded |
…ysens/kibana into console-fix-menu-actions-alignment * 'console-fix-menu-actions-alignment' of github.com:jloleysens/kibana: (59 commits) [Canvas] i18n for page manager, page preview, and shape preview (elastic#46865) [SIEM] hide siem data on empty string or _all (elastic#47166) [Uptime] Shim UI exports for new platform (elastic#44722) [Monitoring] Metricbeat Migration Wizard Tests (elastic#47139) [Logs UI] Support partitioned log rate results in API (elastic#46751) [APM] Remove beta badge from transaction breakdown (elastic#47163) test: 💍 convert Interpreter font function tests to Jest (elastic#47193) visualizations 👉 NP-ready (elastic#47142) [Uptime] Update pings chart colors (elastic#46780) Add scroll into view to avoid tooltip overlap (elastic#47106) Variety of quick a11y fixes (elastic#46569) [Graph] Empty workspace overlay (elastic#45547) [ML] Converts index and saved search selection to React (elastic#47117) [Uptime] Change default status filter in ping list to all on monitor page (elastic#47108) refactor: 💡 convert Interpreter .js -> .ts (elastic#44545) Add TypeScript rules to STYLEGUIDE [skip ci] (elastic#47125) chore(NA): fix logic behind cleaning x-pack node modules on build (elastic#47091) [SIEM] Update Settings Text (elastic#47147) Add KQL functionality in the find function of the saved objects (elastic#41136) [Maps] Add 'InjectedData' class and revise so File Upload Features are assigned to new InjectedData instances (elastic#46381) ...
Have overlays to guide the user to get something on the screen.
Adds a function to fetch the most common terms of the selected fields and prepopulate the workspace like that.
cc @cchaos @shaunmcgough