-
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
added Bootstrap to editor #7534
Conversation
@VladimirMikulic @jywarren Please review!!! |
The toolbar is now consistent and code,quote styles are working |
Codecov Report
@@ Coverage Diff @@
## master #7534 +/- ##
==========================================
- Coverage 81.87% 77.07% -4.81%
==========================================
Files 97 97
Lines 5612 5718 +106
==========================================
- Hits 4595 4407 -188
- Misses 1017 1311 +294
|
Screenshots 📸 (click to expand)7534-test_questions.png7534-test_embeddable_grids.png7534-test_signup.png7534-test_viewing_the_settings_page.png7534-test_tag_by_author_page.png7534-test_wiki_page_with_inline_grids.png7534-test_stats.png7534-test_viewing_the_dashboard.png7534-test_searching_an_item_from_the_homepage.png7534-test_signup_modal_form_validation.png7534-test_tag_stats.png7534-test_login_modal_form_validation.png7534-test_questions_shadow.png7534-test_login_modal.png7534-test_profile_page.png7534-test_comments.png7534-test_tags.png7534-test_signup_modal.png7534-test_wiki.png7534-test_methods.png7534-test_tag_page.png7534-test_blog_page_with_location_modal.png7534-test_tag_wildcard.png7534-test_signup_modal_disabled_submit_button_on_empty_username.png7534-test_embeddable_thumbnail_grids.png7534-test_front_page_with_navbar_search_autocomplete.png7534-test_spam_moderation_page.png7534-test_login.png7534-test_viewing_the_dropdown_menu.png7534-test_viewing_question_post.png7534-test_mobile_displays.png7534-test_simple-data-grapher_powertag.png7534-test_front.png7534-test_question_page.png7534-test_tag_contributors_page.png7534-test_blog.png7534-failures_test_changing_and_reverting_versions_works_correctly_for_wiki.png7534-test_people.png7534-test_wiki_revisions.pngLearn about automated screenshots Generated by 🚫 Danger |
@VladimirMikulic Are you saying box is not appearing around ....It because of extra class that we are having btn-outline-secondary in https://github.com/publiclab/plots2/blob/master/app/views/editor/rich.html.erb#L295 |
@VladimirMikulic why are test failing? Can you please tell the command to run the test of plots2 locally? |
For some unknown reason, a test fails. I don't have admin access so I can't troubleshoot this further. The command for running tests is |
restarting travis |
@cesswairimu @VladimirMikulic this test is failing https://github.com/publiclab/plots2/blob/master/test/system/post_test.rb#L157 .Can you please help me to rectify why it's failing ? |
@keshav234156 please read again my previous comment. |
@keshav234156 I don't think the travis failure has anything to do with your changes might be some of the travis inconsistency we are experiencing. Restarting travis again. Thanks |
@cesswairimu Travis inconsistency is still present. It failed first time when I restarted it. It passed the test after I restarted it again |
@VladimirMikulic Can you please re-review this and let me know inconsistencies present with respect to https://publiclab.org/post |
@cesswairimu Failed again |
restarting it again |
@cesswairimu It Passed!! |
Hi @keshav234156. |
🎉 🎉 |
@keshav234156 which buttons did you change? Can we please see the before and after change? Thanks |
@cesswairimu |
@keshav234156 I don't get it, changing the button improve the blockquoting? |
@cesswairimu As bootstrap was not included so styles for buttons and code,blockquote weren't appearing.so bootstrap is being added in the PR |
Thanks @keshav234156 for explaining all that :+1 this is ready 🎉 |
Congrats on merging your first pull request! 🙌🎉⚡️ Help others take their first stepNow that you've merged your first pull request, you're the perfect person to help someone else out with this challenging first step. 🙌 Try looking at this list of `first-timers-only` issues, and see if someone else is waiting for feedback, or even stuck! 😕 People often get stuck at the same steps, so you might be able to help someone get unstuck, or help lead them to some documentation that'd help. Reach out and be encouraging and friendly! 😄 🎉 Read about how to help support another newcomer here, or find other ways to offer mutual support here. |
Welcome to PublicLab @keshav234156 🎈 |
Ah, thank you for the help! something weird happened here and we seem to be having some layout bugs now: https://stable.publiclab.org/post I'm going to open a new issue but we may have to do some part of this differently! No worries, we'll figure it out! |
This reverts commit 8a886f5.
* integrate editor n plots2 * added bootstrap * added bootstrap * removed previous changes * removing inconsistancies
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!