feat(inspector): inspector panel refactor
(cherry picked from commit f307ae4a)
Showing
- apps/web/src/app/App.tsx 22 additions, 24 deletionsapps/web/src/app/App.tsx
- libs/shared/lib/components/charts/Axis/axis.stories.tsx 1 addition, 1 deletionlibs/shared/lib/components/charts/Axis/axis.stories.tsx
- libs/shared/lib/components/forms/index.tsx 36 additions, 15 deletionslibs/shared/lib/components/forms/index.tsx
- libs/shared/lib/components/inputs/index.tsx 40 additions, 12 deletionslibs/shared/lib/components/inputs/index.tsx
- libs/shared/lib/components/inputs/inputs.module.scss 23 additions, 0 deletionslibs/shared/lib/components/inputs/inputs.module.scss
- libs/shared/lib/components/inputs/inputs.module.scss.d.ts 1 addition, 0 deletionslibs/shared/lib/components/inputs/inputs.module.scss.d.ts
- libs/shared/lib/components/layout/Panel.tsx 7 additions, 5 deletionslibs/shared/lib/components/layout/Panel.tsx
- libs/shared/lib/components/layout/Resizable.tsx 4 additions, 0 deletionslibs/shared/lib/components/layout/Resizable.tsx
- libs/shared/lib/components/tabs/Tab.tsx 29 additions, 0 deletionslibs/shared/lib/components/tabs/Tab.tsx
- libs/shared/lib/components/tabs/index.ts 1 addition, 0 deletionslibs/shared/lib/components/tabs/index.ts
- libs/shared/lib/data-access/store/hooks.ts 2 additions, 1 deletionlibs/shared/lib/data-access/store/hooks.ts
- libs/shared/lib/data-access/store/interactionSlice.ts 11 additions, 1 deletionlibs/shared/lib/data-access/store/interactionSlice.ts
- libs/shared/lib/index.ts 1 addition, 0 deletionslibs/shared/lib/index.ts
- libs/shared/lib/inspector/ConnectionInspector.tsx 26 additions, 0 deletionslibs/shared/lib/inspector/ConnectionInspector.tsx
- libs/shared/lib/inspector/InspectorPanel.tsx 76 additions, 0 deletionslibs/shared/lib/inspector/InspectorPanel.tsx
- libs/shared/lib/inspector/InspectorTab.tsx 6 additions, 0 deletionslibs/shared/lib/inspector/InspectorTab.tsx
- libs/shared/lib/inspector/index.ts 2 additions, 0 deletionslibs/shared/lib/inspector/index.ts
- libs/shared/lib/querybuilder/panel/QueryBuilder.tsx 7 additions, 3 deletionslibs/shared/lib/querybuilder/panel/QueryBuilder.tsx
- libs/shared/lib/querybuilder/panel/querysidepanel/QuerySettings.tsx 102 additions, 0 deletions...d/lib/querybuilder/panel/querysidepanel/QuerySettings.tsx
- libs/shared/lib/querybuilder/panel/querysidepanel/querySettingsDialog.tsx 0 additions, 145 deletions...querybuilder/panel/querysidepanel/querySettingsDialog.tsx
Loading
Please register or sign in to comment