-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Discover Bug] Explore header breadcrumb fixes #10507
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 Bug] Explore header breadcrumb fixes #10507
Conversation
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
|
@ruchidh create a workspace name as one-word like mine (why-so-long-name-craziness-.....) and then go to small viewport and click on the down chevron on the top |
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
Signed-off-by: Ruchi Sharma <[email protected]>
| .globalDatePicker { | ||
| flex-basis: 100%; | ||
| width: 100%; | ||
| margin-left: 0; |
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.
do we still need this?
| hideTrailingSeparator | ||
| disableTrailingLink | ||
| truncate={true} | ||
| responsive={{ |
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.
nit: Do we want to move this values into a constants file.
|
Hi @ruchidh, it seems the breadcrumbs float to the right after this PR was merged. Could you help take a look? Thank you. |
…ast breadcrumb The changes opensearch-project#10507 causes Visualize/Dashboards not clickable when open a visualization or dashboard, this prevent user from navigating back to visualization list or dashboard list from breadcrumbs. Signed-off-by: Yulong Ruan <[email protected]>
…readcrumb (#10897) * fix(breadcrumbs): trailing link should still clickable if hide last last breadcrumb The changes #10507 causes Visualize/Dashboards not clickable when open a visualization or dashboard, this prevent user from navigating back to visualization list or dashboard list from breadcrumbs. Signed-off-by: Yulong Ruan <[email protected]> * Changeset file for PR #10897 created/updated * fix(test): update test snapshots Signed-off-by: Yulong Ruan <[email protected]> --------- Signed-off-by: Yulong Ruan <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>


Description
This pr fixes breadcrumb alignment, font, responsiveness in new discover header.
Changelog
Check List
yarn test:jestyarn test:jest_integration