-
Notifications
You must be signed in to change notification settings - Fork 2
Fix admin panel after upgrade to Sylius 2.0 #5
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
base: feature/2.0-upgrade
Are you sure you want to change the base?
Conversation
.DS_Store
Outdated
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.
To be removed
src/.DS_Store
Outdated
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.
To be removed
src/Resources/.DS_Store
Outdated
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.
To be removed
src/Resources/views/.DS_Store
Outdated
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.
All .DS_Store files should be removed 🙏
<td> | ||
<div class="ui icon input" style="width: 100%;position: relative;"> | ||
<div class="ui pointing below label teal" | ||
style="position:absolute; right: 10px; top: -100%; display: none; margin-top: -0.51em; margin-bottom: 1em; background-color: #00B5AD !important; border-color: #00B5AD !important; color: #FFFFFF !important; line-height: 1; vertical-align: baseline; padding: 0.5833em 0.833em; font-weight: bold; border-radius: 0.28571429rem; transition: background 0.1s ease; font-size: 0.85714286rem;z-index: 1;" |
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.
Is this the plugins code? If no, can we put this to assets as CSS classes?
<script> | ||
let timers = {}; | ||
|
||
$('i.copy').on('click', function () { |
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.
Do we have jQuery on Sylius 2?
No description provided.