-
Notifications
You must be signed in to change notification settings - Fork 890
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] options button in canvas to toggle legacy mode #6170
[Discover] options button in canvas to toggle legacy mode #6170
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6170 +/- ##
==========================================
+ Coverage 67.22% 67.24% +0.02%
==========================================
Files 3344 3344
Lines 64796 64796
Branches 10427 10427
==========================================
+ Hits 43556 43572 +16
+ Misses 18697 18683 -14
+ Partials 2543 2541 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
51f0c73
to
1929924
Compare
src/plugins/discover/public/application/view_components/canvas/index.tsx
Show resolved
Hide resolved
@kgcreative what do you think about this? |
@kavilla If we're able to align the button top-right instead of top-left, i think that's more consistent with other places where we do additional actions, but that's a minor nice-to-have |
like this @kgcreative?: |
Update tests related to switching from legacy view within the Discover page. Requires: opensearch-project/OpenSearch-Dashboards#6170 Signed-off-by: Kawika Avilla <[email protected]>
[MANUAL CYPRESS TEST RUN RESULTS]✅ Cypress test run succeeded!Inputs:
Link to results:https://github.com/opensearch-project/OpenSearch-Dashboards/actions/runs/8335506987 |
Removes top nav bar link and provides a button option. Issue: n/a Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
c10d195
to
ee4381b
Compare
* [Discover] options button in canvas to toggle legacy mode Removes top nav bar link and provides a button option. Issue: n/a Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit db9806d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
Update tests related to switching from legacy view within the Discover page. Requires: opensearch-project/OpenSearch-Dashboards#6170 Signed-off-by: Kawika Avilla <[email protected]> Co-authored-by: Kawika Avilla <[email protected]>
Update tests related to switching from legacy view within the Discover page. Requires: opensearch-project/OpenSearch-Dashboards#6170 Signed-off-by: Kawika Avilla <[email protected]> Co-authored-by: Kawika Avilla <[email protected]> (cherry picked from commit 6a551e8)
) * [Discover] options button in canvas to toggle legacy mode Removes top nav bar link and provides a button option. Issue: n/a Signed-off-by: Kawika Avilla <[email protected]> (cherry picked from commit db9806d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Update tests related to switching from legacy view within the Discover page. Requires: opensearch-project/OpenSearch-Dashboards#6170 Signed-off-by: Kawika Avilla <[email protected]> Co-authored-by: Kawika Avilla <[email protected]> (cherry picked from commit 6a551e8) Co-authored-by: Kawika Avilla <[email protected]>
…-project#6170) * [Discover] options button in canvas to toggle legacy mode Removes top nav bar link and provides a button option. Issue: n/a Signed-off-by: Kawika Avilla <[email protected]>
…-project#6170) * [Discover] options button in canvas to toggle legacy mode Removes top nav bar link and provides a button option. Issue: n/a Signed-off-by: Kawika Avilla <[email protected]>
Description
Removes top nav bar link and provides a button option.
Issues Resolved
n/a
Screenshot
Check List
yarn test:jest
yarn test:jest_integration