-
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
[Stateful sidenav] Feedback button #195751
Conversation
Pinging @elastic/appex-sharedux (Team:SharedUX) |
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.
Code lgtm, I can test tomorrow
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.
tested, works well
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11294195504 |
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
History
cc @sebelga |
(cherry picked from commit c1c70c7)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[Stateful sidenav] Feedback button (#195751)](#195751) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Sébastien Loix","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-11T14:29:39Z","message":"[Stateful sidenav] Feedback button (#195751)","sha":"c1c70c73aa02931f39045fdf2bc7938aea53c58d","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:SharedUX","backport:prev-minor","Feature:Chrome"],"title":"[Stateful sidenav] Feedback button","number":195751,"url":"https://github.com/elastic/kibana/pull/195751","mergeCommit":{"message":"[Stateful sidenav] Feedback button (#195751)","sha":"c1c70c73aa02931f39045fdf2bc7938aea53c58d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195751","number":195751,"mergeCommit":{"message":"[Stateful sidenav] Feedback button (#195751)","sha":"c1c70c73aa02931f39045fdf2bc7938aea53c58d"}}]}] BACKPORT--> Co-authored-by: Sébastien Loix <[email protected]>
In this PR I've added a feedback btn in the new solution side nav for non trial users.
As long as a deployment is in the trial dates, the button does not show. When the trial ends, if the deployment is still running, then the button appears.
The button can be dismissed, but the state is in
sessionStorage
. That means that it reappears when Kibana is opened in a new browser window or tab.How to test
kibana.dev.yml
kibana.dev.yml
Screenshots
Fixes https://github.com/elastic/kibana-team/issues/1135