Skip to content
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

[Canvas] Change Markdown element title to Text #54194

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

ryankeairns
Copy link
Contributor

@ryankeairns ryankeairns commented Jan 7, 2020

Fixes #28992

Summary

A common task is adding text to your workpad. Through testing and anecdotal feedback, we've learned that users often look for the word 'Text' when trying to complete this task. Currently, the only way to add text is by adding the Markdown element to your page, but Markdown is not nearly as ubiquitous a term as Text.

Notes

This PR is a short-term, low-hanging fruit, solution that re-titles the Markdown element. In the future, we may add a plain text element and/or allow users to select a text tool/button and click into the page.

You may also notice that some element card titles are center-aligned. I have opened a PR in the EUI repo to fix this: elastic/eui#2741

Screenshot

Screenshot 2020-01-07 15 21 35

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

For maintainers

@ryankeairns ryankeairns added impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. loe:small Small Level of Effort release_note:skip Skip the PR/issue when compiling release notes Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas labels Jan 7, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-canvas (Team:Canvas)

@ryankeairns ryankeairns marked this pull request as ready for review January 7, 2020 21:29
@ryankeairns ryankeairns requested a review from a team as a code owner January 7, 2020 21:29
@ryankeairns ryankeairns changed the title Change markdown element title [Canvas] Change Markdown element title to Text Jan 7, 2020
@ryankeairns ryankeairns added review impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. and removed impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. labels Jan 7, 2020
Copy link
Member

@timductive timductive left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@ryankeairns ryankeairns merged commit 0d11ec7 into elastic:master Jan 7, 2020
ryankeairns added a commit to ryankeairns/kibana that referenced this pull request Jan 7, 2020
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jan 8, 2020
* master: (55 commits)
  [ui/public/utils] Copy rarely used items to where they are consumed (elastic#53819)
  set AppArch team as an owner of the search endpoints (elastic#54131)
  Don't expose Elasticsearch client as Observable (elastic#53824)
  [SIEM] Cleanup unnecessary use of enzyme-to-json (elastic#53980)
  fix ui exports doc (elastic#54138)
  change markdown element title (elastic#54194)
  [Logs UI] Refactor log position to hooks (elastic#53540)
  [SIEM] Implement NP Plugin Setup (elastic#54030)
  [DOCS] Updates ML links (elastic#53613)
  sort renovate packages in config
  Spaces - fix flakey api tests (elastic#54154)
  Remove dependency that was causing effect to re-execute infinitely. (elastic#54160)
  [dev/run] expose unexpected flags as more than just names (elastic#54080)
  [DOCS] Moves index pattern doc to Discover (elastic#53347)
  [SIEM] Cleanup React imports (elastic#53981)
  Update eslint related packages (elastic#54107)
  [Uptime] Added date range filter into expanded list query (elastic#52609)
  [SIEM] Add react/display-name eslint rule (elastic#53107)
  [SIEM] Enable eslint prefer-template rule (elastic#53983)
  Elasticsearch snapshots automation (elastic#53706)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort release_note:skip Skip the PR/issue when compiling release notes review Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas v7.6.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Canvas] Make it easier to add plain text
4 participants