Skip to content

Commit

Permalink
Export button
Browse files Browse the repository at this point in the history
added the export button  only shown when staging variable

added the types to export
filename , filetype and export options
only exporting json for now
  • Loading branch information
AboubakrNasef committed Dec 9, 2023
1 parent 6fa2d03 commit a5116fc
Show file tree
Hide file tree
Showing 11 changed files with 332 additions and 163 deletions.
3 changes: 0 additions & 3 deletions .assets/Export.svg

This file was deleted.

3 changes: 0 additions & 3 deletions .assets/Settings.svg

This file was deleted.

157 changes: 94 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"devDependencies": {
"@storybook/html-vite": "^7.1.1",
"@tweakpane/core": "^2.0.1",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.3",
"@types/three": "^0.154.0",
"autoprefixer": "^10.4.14",
Expand All @@ -49,6 +50,7 @@
},
"dependencies": {
"@supabase/supabase-js": "^2.31.0",
"file-saver": "^2.0.5",
"mathjs": "^11.9.1",
"monaco-editor": "^0.40.0",
"solid-js": "^1.7.8",
Expand Down
Loading

0 comments on commit a5116fc

Please sign in to comment.