-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
DOM changes for more consistent positioning of menu. #27
base: master
Are you sure you want to change the base?
Conversation
Ok seems that I am going to rebase this one on top of #26 instead of vice versa. |
c4ac6e6
to
bfdba7a
Compare
🍴 |
I think I might have to find an alternative to Codacy. It gets drunk way to often and produce some weird errors/warnings :P |
I wonder if that have anything to do with my force-pushing all the time. |
The weird thing is that it only triggers errors on the lines you've changed 😂 |
I think that is by design, it only checks the specific commit. |
I think I figured it out. Seems like Codacy does not read linter configurations from So I've disabled Codacy pull request checks, and instead moved over to CodeClimate which I use on some other stuff -- and I'll try to move everything there. I'll see if closing and re-opening this triggers the correct integrations 🤔 |
Sorry if this is spamming you. Seems like the previous Codacy check won't go away 😂 |
Want me to make a fresh PR? |
bfdba7a
to
ed017e3
Compare
Hi, I rebased this fix so that it runs on Code Climate but now the config is borked... |
I've seen this in some other repos as well. Not quite sure why it happens as Codeclimate just uses the stylelint engine 🤔 But clearly it has something to do with dependencies for stylelint in particular, because eslint does not behave like this. I'll try to contact support. Edit Support link: gilbarbara/codeclimate-stylelint#38 |
This is done by wrapping panel item content with a <div> and clamping the context menu to it.
ed017e3
to
77d09c0
Compare
I forgot about this little PR, I have rebased it now and the CI seems to work! |
I totally forgot as well! I'll have to review this and get back to you 😊 |
This is related to #26, I will rebase it after this one is merged.