mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user