Adding plan properties comparison, fixed dark icons, fixed dropdown text. (#19601)

* Adding prop compare logic

* Fixed using semaphore

* Adding dark icons
Adding dropdown prefix
Adding all visible plans from plan comparison

* Reverting mssql vbump

* Fixing icon name

* executionPlanComparisonPropertiesView

* Fixing icon paths and adding preselect model

* Fixed icon spacing

* Removing styling in formatter

* Adding tooltip to plugs
switching to plugins

* Removing unecessary calls to getSkeletonNodes()

* Renaming variable

* Fixed column value formatting

* Undoing formatter change
This commit is contained in:
Aasim Khan
2022-06-03 16:31:03 -07:00
committed by GitHub
parent f0f4a0a3cf
commit b63fd59372
39 changed files with 540 additions and 42 deletions

View File

@@ -279,6 +279,11 @@ export const splitScreenHorizontallyIconClassName = 'ep-split-screen-horizontall
export const splitScreenVerticallyIconClassName = 'ep-split-screen-vertically-icon';
export const resetZoomIconClassName = 'ep-reset-zoom-icon';
export const executionPlanCompareIconClassName = 'ep-plan-compare-icon';
export const executionPlanComparisonPropertiesDifferent = 'ep-properties-different';
export const executionPlanComparisonPropertiesRedDownArrow = 'ep-properties-red-down-arrow';
export const executionPlanComparisonPropertiesGreenDownArrow = 'ep-properties-green-down-arrow';
export const executionPlanComparisonPropertiesRedUpArrow = 'ep-properties-red-up-arrow';
export const executionPlanComparisonPropertiesGreenUpArrow = 'ep-properties-green-up-arrow';
/**
* Plan comparison polygon border colors