-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make CDN optional & minor code improvements #1
base: main
Are you sure you want to change the base?
Conversation
…in core), minor code style fixes, fixed editor overlay for default/default admin theme, add tailwind css only if active, remove dependency from cdn
Wow, there are a lot of changes! Thanks for your contribution, but maybe it's better to split them into single PRs. Please give me time to review and test all. |
@@ -0,0 +1,3 @@ | |||
.hor-scroll { | |||
overflow: initial; | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What problem does this solve? I have tried it with the default theme and I did not encounter any issues even without this CSS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ripts as this causes problems with tailwind workers
Yeah you're right, this was not very clever🤦♂️ I re-added the deleted files and removed JavaScript deferring because that also caused issues with Tailwind Autocompletion. |
Great idea to integrate the Monaco Editor in Magento/OpenMage 😍
This PR suggests several improvements:
composer.json
filepackage.json
mm_monacoeditor/system_config_source_cms_pages
with model from coredeferred JavaScriptsHope you like it. Looking forward to your feedback!