-
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
[Discover Tabs] Support renaming tabs via double click #213540
[Discover Tabs] Support renaming tabs via double click #213540
Conversation
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
The last build succeeded but did not report back to Github for some reason https://buildkite.com/elastic/kibana-pull-request/builds/281753 so I triggered another one. |
block-size: 28px; | ||
margin-top: 4px; |
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.
Shouldn't we use euiTheme.size
here?
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
cc @jughosta |
Summary
This PR enables tab label editing by adding double click handling.
Testing
Two options are possible:
yarn storybook unified_tabs
and navigate tohttp://localhost:9001
.yarn start --run-examples
. Then navigate to the Unified Tabs example pluginhttp://localhost:5601/app/unifiedTabsExamples
.Checklist