Skip to content

Commit

Permalink
add admin ctrl+s
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Dec 16, 2023
1 parent 9462cc6 commit 54715c1
Show file tree
Hide file tree
Showing 75 changed files with 109 additions and 76 deletions.
4 changes: 3 additions & 1 deletion packages/admin/package.json
Expand Up @@ -11,5 +11,7 @@
"watch": "encore dev --watch",
"build": "encore production"
},
"dependencies": {}
"dependencies": {
"htmx.org": "^1.9.9"
}
}
4 changes: 4 additions & 0 deletions packages/admin/src/Resources/assets/admin.js
@@ -1,5 +1,9 @@
require("./admin.scss");

import 'htmx.org'
window.htmx = require('htmx.org');


//global.$ = global.jQuery = require('jquery');

import { easyMDEditor } from "./admin.easymde-editor";
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/src/Resources/public/ace/ace.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/admin/src/Resources/public/ace/ext-options.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/admin/src/Resources/public/ace/ext-prompt.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/admin/src/Resources/public/ace/ext-searchbox.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/admin/src/Resources/public/ace/ext-split.js

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

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

0 comments on commit 54715c1

Please sign in to comment.