Skip to content

Commit

Permalink
Merge branch 'feature-rich-text' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eensander committed Jun 30, 2022
2 parents 4d502a5 + 274123e commit 892ce74
Show file tree
Hide file tree
Showing 19 changed files with 498 additions and 53 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.DS_Store
node_modules
/dist


# local env files
Expand Down
4 changes: 4 additions & 0 deletions dist/css/app.867ccc0c.css

Large diffs are not rendered by default.

Binary file added dist/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>GraphDoc</title><script defer="defer" src="js/chunk-vendors.fc237368.js"></script><script defer="defer" src="js/app.34964d99.js"></script><link href="css/app.867ccc0c.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but GraphDoc doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
2 changes: 2 additions & 0 deletions dist/js/app.34964d99.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/app.34964d99.js.map

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions dist/js/chunk-vendors.fc237368.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/chunk-vendors.fc237368.js.map

Large diffs are not rendered by default.

135 changes: 135 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@vue/eslint-config-typescript": "^9.1.0",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"easymde": "^2.16.1",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"postcss": "^8.4.12",
Expand Down
Loading

0 comments on commit 892ce74

Please sign in to comment.