Skip to content

Commit 480ed75

Browse files
authored
feat: Add JSON object navigation (#32)
* add basic storybook setup * add basic nesting view to jsonViewer * add indentation levels and basic color mapping * add nesting example and fix comma bug * add no wrap to avoid breaking spaces * add null syntax coloring * fix expansion bug with duplicate keys * refactor for perf improvements * add proper color theming to json viewer * update dependencies * add console-feed and console-feed adapter * removing testing output * add more comments * update package-lock * remove ref from SandpackPreview * disable import rules for eslint * remove storybook from tsconfig * ignore bootstrap storybook files in eslint * remove unneeded type and add image types to lfs gitattributes
1 parent 7d541c5 commit 480ed75

26 files changed

+8268
-3400
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
*.wasm filter=lfs diff=lfs merge=lfs -text
22
*.gz filter=lfs diff=lfs merge=lfs -text
3+
*.png filter=lfs diff=lfs merge=lfs -text
4+
*.svg filter=lfs diff=lfs merge=lfs -text
5+
*.avif filter=lfs diff=lfs merge=lfs -text
36
*.jpg filter=lfs diff=lfs merge=lfs -text

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,6 @@ docs-dist
135135
.yarn/build-state.yml
136136
.yarn/install-state.gz
137137
.pnp.*
138+
139+
*storybook.log
140+
storybook-static

0 commit comments

Comments
 (0)