-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[SharedUx/POC] New package for project-style navigation. Integration from Serverless Search POC #153508
[SharedUx/POC] New package for project-style navigation. Integration from Serverless Search POC #153508
Conversation
5ec4f95
to
5a5d7fd
Compare
5d166bf
to
b436496
Compare
|
||
return ( | ||
<EuiThemeProvider colorMode={colorMode === 'DARK' ? 'LIGHT' : 'DARK'}> |
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.
NOTE: Dark color mode is currently not working with our EUI Collapsible Nav Groups: elastic/eui#6663
b436496
to
eb2cb09
Compare
cb15ef9
to
6c060a2
Compare
3d178b6
to
75cc549
Compare
locator: { id: 'MANAGEMENT_APP_LOCATOR', params }, | ||
}), | ||
// FIXME: Do not use | ||
unknown: (params: any) => ({ |
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.
getting all locators in place: WIP
7c6452b
to
a85f2d4
Compare
a7af0ea
to
a0ccf6b
Compare
c7332cc
to
a92c3a3
Compare
cc1a802
to
89bd09c
Compare
8da8c3e
to
e188e2b
Compare
bf27d44
to
ac8cece
Compare
6e2ec44
to
4572ce3
Compare
e8daf78
to
10691b3
Compare
10691b3
to
85a3e03
Compare
💔 Build FailedFailed CI StepsMetrics [docs]Module Count
Public APIs missing comments
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @tsullivan |
## Summary This removes the dark background of the side nav for serverless projects. Pulled from #153508 Context from @MichaelMarcialis > current plans for the next revision is to ditch the high contrast nav and header in favor of one that honors the current theme mode (light for light and dark for dark). ## Screenshots **Before** <img width="1912" alt="light mode before" src="https://user-images.githubusercontent.com/908371/235507715-5a094c83-b644-4cfa-946e-bc7183d393f5.png"> **After** <img width="1912" alt="light mode after" src="https://user-images.githubusercontent.com/908371/235507752-fa4e6548-f587-4bc2-93f4-f900aef542a1.png">
No longer needed. Replaced with #156465 |
POC ONLY: NOT FOR MERGE
Summary
This PR adds a custom project side nav to the Search Serverless plugin.
Other changes
Changes in
packages/core/chrome/core-chrome
setProjectNavigation
to ChromeStartChanges in
x-pack/plugins/serverless/public
setServerlessNavigation
to ServerlessPluginStartScreencast
Screen.Recording.2023-04-27.at.11.08.24.AM.mov