-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
bootstrap classes integration #7789
Conversation
@jywaren I have added only classes being used from Bootstrap. |
Codecov Report
@@ Coverage Diff @@
## master #7789 +/- ##
==========================================
+ Coverage 81.94% 81.97% +0.02%
==========================================
Files 97 97
Lines 5627 5630 +3
==========================================
+ Hits 4611 4615 +4
+ Misses 1016 1015 -1
|
Since plots2 utilizes Bootstrap 4, I think we should refrain from using the |
@nicoleiocana You are right. But the problem arises as https://github.com/publiclab/PublicLab.Editor/ uses bootstrap version 3.4 and plots2 uses version 4 there are class mismatches so they are not interchangeable plots2/app/assets/stylesheets/dashboard.css Line 249 in a6ba5fc
|
@jywarren Please review!! |
Ah, hmm, so is the solution here that it now has some CSS customizations that make it compatible with both Bootstrap 3 and 4? Would you mind adding some documentation to the README accordingly, so folks know what's going on, and maybe linking to it from a comment in the stylesheet? Thank you! Such great work!!! |
@jywarren included the comments |
Awesome, thank you!!! |
Fixes publiclab/PublicLab.Editor#443 Fixes #7532
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!