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

Add "Get Help" and "Kibana Feedback" links to the help popover #49797

Merged
merged 12 commits into from
Nov 11, 2019

Conversation

mikecote
Copy link
Contributor

@mikecote mikecote commented Oct 30, 2019

Resolves #49521.

In this PR, I'm adding two links to the Kibana help menu. One link is to provide Kibana feedback and another link is to ask for help. Note the ask for help link will change if cloud is detected.

@mikecote mikecote added v8.0.0 release_note:skip Skip the PR/issue when compiling release notes Team:Stack Services v7.5.0 v7.6.0 labels Oct 30, 2019
@mikecote mikecote self-assigned this Oct 30, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-stack-services (Team:Stack Services)

@mikecote
Copy link
Contributor Author

mikecote commented Nov 1, 2019

This is a screenshot of what the UI looks like based on @cchaos's suggestions #49521 (comment).

68043436-b18e2200-fcab-11e9-9a25-a0e85aea4ea5

@mikecote
Copy link
Contributor Author

mikecote commented Nov 1, 2019

Updated screenshot post PR feedback:
Screen Shot 2019-11-01 at 3 04 58 PM

@cchaos
Copy link
Contributor

cchaos commented Nov 1, 2019

Looks great! 👍

Copy link
Member

@Bamieh Bamieh left a comment

Choose a reason for hiding this comment

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

code LGTM

@Bamieh Bamieh marked this pull request as ready for review November 4, 2019 09:52
@Bamieh Bamieh requested a review from a team as a code owner November 4, 2019 09:52
@Bamieh
Copy link
Member

Bamieh commented Nov 4, 2019

@elasticmachine merge upstream

@mikecote

This comment has been minimized.

@elasticmachine

This comment has been minimized.

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@mikecote
Copy link
Contributor Author

mikecote commented Nov 8, 2019

Updated UI:
Screen Shot 2019-11-08 at 3 40 47 PM

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@alexfrancoeur
Copy link

nice one @mikecote!

Super minor, but @cchaos it feels a bit odd that docs doesn't have an icon now. What do you think?

Copy link
Contributor

@bmcconaghy bmcconaghy left a comment

Choose a reason for hiding this comment

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

Code LGTM

@cchaos
Copy link
Contributor

cchaos commented Nov 11, 2019

Honestly, now looking at this list, I would just remove all the icons except for the github one. The other two don't really help describe the link. I am still concerned with all the ways the user can "provide feedback". But since this is a quick push, we can circle back at a later date.

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@mikecote
Copy link
Contributor Author

Latest screenshot:
Screen Shot 2019-11-11 at 1 51 55 PM

@alexfrancoeur & @cchaos if you're both good with this, I will go ahead and merge on green CI.

@elasticmachine
Copy link
Contributor

💔 Build Failed

Copy link
Contributor

@cchaos cchaos left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @mikecote !

@mikecote
Copy link
Contributor Author

@elasticmachine merge upstream

@alexfrancoeur
Copy link

LGTM! I think we'll want to add a link out to our discuss forums as well, but not a blocker for 7.5. I'll open a separate issue to track.

@mikecote
Copy link
Contributor Author

retest

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@mikecote mikecote merged commit a746bce into elastic:master Nov 11, 2019
mikecote added a commit to mikecote/kibana that referenced this pull request Nov 11, 2019
…ic#49797)

* Initial work

* Move links to constants

* Update UI based on design and copy

* Apply PR feedback

* Remove unused translations

* Apply requested changes

* Remove some icons
mikecote added a commit to mikecote/kibana that referenced this pull request Nov 11, 2019
…ic#49797)

* Initial work

* Move links to constants

* Update UI based on design and copy

* Apply PR feedback

* Remove unused translations

* Apply requested changes

* Remove some icons
@elasticmachine
Copy link
Contributor

💔 Build Failed

mikecote added a commit that referenced this pull request Nov 12, 2019
… (#50233)

* Initial work

* Move links to constants

* Update UI based on design and copy

* Apply PR feedback

* Remove unused translations

* Apply requested changes

* Remove some icons
jloleysens added a commit to jloleysens/kibana that referenced this pull request Nov 12, 2019
* upstream/master:
  [ML] Make navigation in tests more stable (elastic#50132)
  Migrate authorization subsystem to the new platform.  (elastic#46145)
  Bugfix: Interpreter conversion of string to number should throw on NaN elastic#27788 (elastic#50063)
  Update dependency @elastic/charts to v14 (elastic#49947)
  [ML] Adding cloud specific ML node warning (elastic#50139)
  Fixing bugs in the Shareable Runtime (elastic#49965)
  Revert router base name for Uptime plugin to use hash in default path. (elastic#50095)
  Ability to have telemetry always opted in (elastic#49798)
  Add "Get Help" and "Kibana Feedback" links to the help popover (elastic#49797)
  Removes references to Elasticsearch mapping types (elastic#47610)
  [skip-ci] Replace coordinate map in Kibana getting started docs with Maps (elastic#50167)
  [ML] Indicate missing required privileges for import in File Data Viz (elastic#50147)
  [SIEM][Detection Engine] Removes technical debt and minor bug fixes (elastic#50111)
jloleysens added a commit to jloleysens/kibana that referenced this pull request Nov 12, 2019
* upstream/master:
  Move table-list-view to kibana-react (elastic#50046)
  [ML] Stats bar for data frame analytics (elastic#49464)
  [ML] Make navigation in tests more stable (elastic#50132)
  Migrate authorization subsystem to the new platform.  (elastic#46145)
  Bugfix: Interpreter conversion of string to number should throw on NaN elastic#27788 (elastic#50063)
  Update dependency @elastic/charts to v14 (elastic#49947)
  [ML] Adding cloud specific ML node warning (elastic#50139)
  Fixing bugs in the Shareable Runtime (elastic#49965)
  Revert router base name for Uptime plugin to use hash in default path. (elastic#50095)
  Ability to have telemetry always opted in (elastic#49798)
  Add "Get Help" and "Kibana Feedback" links to the help popover (elastic#49797)
  Removes references to Elasticsearch mapping types (elastic#47610)
  [skip-ci] Replace coordinate map in Kibana getting started docs with Maps (elastic#50167)
  [ML] Indicate missing required privileges for import in File Data Viz (elastic#50147)
  [SIEM][Detection Engine] Removes technical debt and minor bug fixes (elastic#50111)
jloleysens added a commit to jloleysens/kibana that referenced this pull request Nov 12, 2019
…skip ci]

* upstream/master:
  Move table-list-view to kibana-react (elastic#50046)
  [ML] Stats bar for data frame analytics (elastic#49464)
  [ML] Make navigation in tests more stable (elastic#50132)
  Migrate authorization subsystem to the new platform.  (elastic#46145)
  Bugfix: Interpreter conversion of string to number should throw on NaN elastic#27788 (elastic#50063)
  Update dependency @elastic/charts to v14 (elastic#49947)
  [ML] Adding cloud specific ML node warning (elastic#50139)
  Fixing bugs in the Shareable Runtime (elastic#49965)
  Revert router base name for Uptime plugin to use hash in default path. (elastic#50095)
  Ability to have telemetry always opted in (elastic#49798)
  Add "Get Help" and "Kibana Feedback" links to the help popover (elastic#49797)
  Removes references to Elasticsearch mapping types (elastic#47610)
  [skip-ci] Replace coordinate map in Kibana getting started docs with Maps (elastic#50167)
  [ML] Indicate missing required privileges for import in File Data Viz (elastic#50147)
  [SIEM][Detection Engine] Removes technical debt and minor bug fixes (elastic#50111)
mikecote added a commit that referenced this pull request Nov 12, 2019
… (#50234)

* Initial work

* Move links to constants

* Update UI based on design and copy

* Apply PR feedback

* Remove unused translations

* Apply requested changes

* Remove some icons
tylersmalley pushed a commit to tylersmalley/kibana that referenced this pull request Nov 13, 2019
chrisronline pushed a commit to chrisronline/kibana that referenced this pull request Nov 14, 2019
…ic#49797)

* Initial work

* Move links to constants

* Update UI based on design and copy

* Apply PR feedback

* Remove unused translations

* Apply requested changes

* Remove some icons
@alexfrancoeur alexfrancoeur mentioned this pull request Nov 15, 2019
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes v7.5.0 v7.6.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kibana Help Dropdown to include “Get Help” and/or “Give Feedback”
6 participants