Skip to content

Commit 45e81cb

Browse files
abhishek1305abhishek1305
and
abhishek1305
authored
made UI changes to the query editor (#11)
Co-authored-by: abhishek1305 <[email protected]>
1 parent 14da89b commit 45e81cb

36 files changed

+9175
-1835
lines changed

.storybook/main.js

+15
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

+9
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/module.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{"name": "Log Dashboard", "path": "img/log-visualisation.png"}
2525
],
2626
"version": "1.0.0",
27-
"updated": "2023-01-06"
27+
"updated": "2023-01-10"
2828
},
2929
"routes": [
3030
{

dist/stories/assets/code-brackets.svg

+1
Loading

dist/stories/assets/colors.svg

+1
Loading

dist/stories/assets/comments.svg

+1
Loading

dist/stories/assets/direction.svg

+1
Loading

dist/stories/assets/flow.svg

+1
Loading

dist/stories/assets/plugin.svg

+1
Loading

dist/stories/assets/repo.svg

+1
Loading

0 commit comments

Comments
 (0)