Skip to content

Commit

Permalink
enhance history (handles #26)
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Feb 21, 2024
1 parent d766226 commit 5677ba6
Show file tree
Hide file tree
Showing 15 changed files with 456 additions and 129 deletions.
258 changes: 253 additions & 5 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 @@ -78,6 +78,7 @@
"acorn": "8.11.3",
"autoprefixer": "10.4.17",
"blobs": "2.3.0-beta.2",
"buffer": "6.0.3",
"cmdk": "0.2.1",
"codemirror": "5.65.15",
"create-react-class": "15.7.0",
Expand All @@ -100,6 +101,7 @@
"postcss-import-ext-glob": "2.1.1",
"postcss-nested": "6.0.1",
"react": "18.2.0",
"react-d3-tree": "3.6.2",
"react-dom": "18.2.0",
"react-fps": "1.0.6",
"react-frame-component": "5.2.6",
Expand Down
11 changes: 1 addition & 10 deletions src/renderer/document/db.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,4 @@
:tag :canvas
:type :element
:attrs {:fill "#eeeeee"}
:children [:default-page]}
:default-page {:key :default-page
:visible? true
:selected? false
:type :element
:tag :svg
:parent :canvas
:attrs {:width 800
:height 600}
:children []}}})
:children []}}})
Loading

0 comments on commit 5677ba6

Please sign in to comment.