Skip to content

Commit

Permalink
added page export and import
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Aug 5, 2022
1 parent f459dd8 commit 93ab5fb
Show file tree
Hide file tree
Showing 12 changed files with 670 additions and 113 deletions.
2 changes: 1 addition & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
window.Prism = window.Prism || {};
window.Prism.manual = true;
</script>
<script src="./libs/diff/diff.js"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.js"></script>
<script src="./libs/diff/diff.js"></script>
</body>
</html>
177 changes: 168 additions & 9 deletions ui/package-lock.json

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

3 changes: 2 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"devDependencies": {
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/commands": "^6.0.0",
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/language": "^6.0.0",
"@codemirror/legacy-modes": "^6.0.0",
"@codemirror/search": "^6.0.0",
Expand All @@ -23,7 +24,7 @@
"chart.js": "^3.7.1",
"chartjs-adapter-luxon": "^1.1.0",
"luxon": "^2.3.2",
"pocketbase": "^0.3.0",
"pocketbase": "../../js-sdk",
"prismjs": "^1.28.0",
"sass": "^1.45.0",
"svelte": "^3.44.0",
Expand Down
1 change: 1 addition & 0 deletions ui/public/libs/diff/diff.js

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

Loading

0 comments on commit 93ab5fb

Please sign in to comment.