-
Notifications
You must be signed in to change notification settings - Fork 128
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
Adjust CSS styling of rich text toolbar to Bootstrap 4 for consistency #664
Comments
@jywarren hi, could i take this bug? would be my first open source contribution are you looking to change the outline (make all the buttons outlined) or you want them to be basic (via woofmark)? |
@jywarren Hello! I am fairly new to contributing to major repositories on Github in-fact this is my very first comment. I started working on this issue today and found out the fix for it. Just wanted to share a picture of the result before I created a new branch. The changes were very minor and I want to know if its correct! I also fixed the Please correct me if I am wrong and you expected something else! |
Hi, @jywarren, I'm Goodness, an Outreachy applicant interested in contributing to the "Refine the Public Lab Rich Editor" project. I would like to if this issue is still open and if I can work on it. |
Hi @Goodiec we'd love a contribution here. I wonder if #705 already gets at part of it? However i wonder if it could be done more efficiently in a single CSS selector instead of individually for each. I'm also not sure if this recent tweak I made may have resolved the issue as well? But, if you can try it out locally with the latest code to confirm, we should be able to close this issue one way or another. Thank you!!! |
Sure, I'll try that. Thank you! |
hey @jywarren @TildaDares @NARUDESIGNS, can I work on this issue ? |
@RaviAnand111 I think this issue has been resolved. I checked on my local environment and all of the buttons match. |
Thanks @RaviAnand111! I think we can close this issue now. |
Hey @TildaDares, I checked my local environment and all the buttons do not match, |
@RaviAnand111 Have you pulled changes from this repo recently? |
@RaviAnand111 I can see what you see now. I just updated my local repo. |
No, I didn't, Should I do it right now ? |
I've just assigned you @RaviAnand111 |
Thanks @TildaDares , |
@RaviAnand111 It's better to create a different branch when you work on different issues so that you can isolate your changes from your main branch. |
ok, now I understand, ThankYou for explaining, you are like an elder sister who helps me whenever I am in trouble, |
Lol yeah, she's amazing. In my case, she'd always help me with very useful resources. |
Thanks alot, @NARUDESIGNS, it is really a complement, getting thumps up from you guys. ❤️ |
Does this look good ? @TildaDares @NARUDESIGNS |
@RaviAnand111 I think someone might have worked on this before. Here - #705 |
yeah, #705 has already solved it, so should I leave it and work on some other issue ?, |
I think the lines of code could be somewhere around here?
PublicLab.Editor/src/adapters/PublicLab.Woofmark.js
Line 372 in cf1fc4a
See how the buttons here don't match -- i think the basic buttons are via
woofmark
but the black-outlined ones are the ones we've added programmatically afterwoofmark
is loaded. We'd love help with this, it probably will take some trial and error but isn't such a complex change!Originally posted by @jywarren in #663 (comment) (cc @keshav234156, noting I've split this out!)
The text was updated successfully, but these errors were encountered: