-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Dashboard visual pass (initial) * Adjusted panel header ..And used a different selector for editing mode to fix bug of `.dshPanel--editing` needing a hard refresh to update. * better positioning of legend toggle * Fixed legend toggle position * Fixed some visualize sidebar font sizes * better position for resize handle * Consolidated error and warning messages * Last edits and removing old testing things * snaps * Fix tag cloud * Comment out markdown-it for now, since it’s not working * update area chart snapshot * Styled empty dashboard state * PR feedback - background fix - dark mode highlight color fix - euiScrollbars - euiSpacer * Fix reporting * More PR comments - No edit button in mobile - No markdown comment for panel error - i18n id addition - Remove euiHeader sharing fix * Revert “hide edit button”
- Loading branch information
Showing
51 changed files
with
712 additions
and
688 deletions.
There are no files selected for viewing
408 changes: 164 additions & 244 deletions
408
...gins/input_control_vis/public/components/vis/__snapshots__/input_control_vis.test.js.snap
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
src/legacy/core_plugins/input_control_vis/public/components/vis/_vis.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/legacy/core_plugins/kibana/public/dashboard/_variables.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$dshEditingModeHoverColor: transparentize($euiColorWarning, lightOrDarkTheme(.9, .7)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.