Skip to content

Commit f5e41e8

Browse files
author
abhishek1305
committed
made UI changes to the query editor
added dropdown to list streams added support to list schema for the selected stream
1 parent e4108b8 commit f5e41e8

37 files changed

+9644
-1836
lines changed

.storybook/main.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
module.exports = {
2+
"stories": [
3+
"../src/**/*.stories.mdx",
4+
"../src/**/*.stories.@(js|jsx|ts|tsx)"
5+
],
6+
"addons": [
7+
"@storybook/addon-links",
8+
"@storybook/addon-essentials",
9+
"@storybook/addon-interactions"
10+
],
11+
"framework": "@storybook/react",
12+
"core": {
13+
"builder": "@storybook/builder-webpack5"
14+
}
15+
}

.storybook/preview.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export const parameters = {
2+
actions: { argTypesRegex: "^on[A-Z].*" },
3+
controls: {
4+
matchers: {
5+
color: /(background|color)$/i,
6+
date: /Date$/,
7+
},
8+
},
9+
}

dist/module.js

Lines changed: 480 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/module.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"links": [],
1818
"screenshots": [],
1919
"version": "1.0.0",
20-
"updated": "2022-12-22"
20+
"updated": "2022-12-27"
2121
},
2222
"routes": [
2323
{
Lines changed: 1 addition & 0 deletions
Loading

dist/stories/assets/colors.svg

Lines changed: 1 addition & 0 deletions
Loading

dist/stories/assets/comments.svg

Lines changed: 1 addition & 0 deletions
Loading

dist/stories/assets/direction.svg

Lines changed: 1 addition & 0 deletions
Loading

dist/stories/assets/flow.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)