-
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
Power tags are displayed as mini cards in the sidebar #9849
Conversation
Codecov Report
@@ Coverage Diff @@
## main #9849 +/- ##
=======================================
Coverage ? 79.55%
=======================================
Files ? 98
Lines ? 5962
Branches ? 0
=======================================
Hits ? 4743
Misses ? 1219
Partials ? 0 |
Code Climate has analyzed commit 864f440 and detected 0 issues on this pull request. View more on Code Climate. |
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.
This looks good to me @Manasa2850 🎉
Hi all, this looks great! I see your follow-up in #9849 and wanted to note that you can open a PR against another branch, i.e. against another PR - so that this and the other could be merged together. Or you could do it so that that one includes the commits from this one. Either way, right now we have more than 2 showing on the stable server, which is not a critical problem but we would generally like to avoid having stable in a state where it's not publishable to the live site. I hope this makes sense, and great work overall!! |
… in the sidebar (#9863) * only 2 tag cards in the sidebar * update post_test.rb * update post_test.rb * fixed display bug * fix failing system test * remove comments * fix system test * fix system test * added space between card and badge
… shows up in the sidebar (publiclab#9863) * only 2 tag cards in the sidebar * update post_test.rb * update post_test.rb * fixed display bug * fix failing system test * remove comments * fix system test * fix system test * added space between card and badge
* added minicard for power tag * fix failing system tests * fix failing system tests * fix failing system tests * changed card to card-body * added onClick check * update post_test.rb * update post_test.rb * update post_test.rb * update post_test.rb * revert test * added :first-of-type * added :first-of-type * added :first-of-type * added match
… shows up in the sidebar (publiclab#9863) * only 2 tag cards in the sidebar * update post_test.rb * update post_test.rb * fixed display bug * fix failing system test * remove comments * fix system test * fix system test * added space between card and badge
* added minicard for power tag * fix failing system tests * fix failing system tests * fix failing system tests * changed card to card-body * added onClick check * update post_test.rb * update post_test.rb * update post_test.rb * update post_test.rb * revert test * added :first-of-type * added :first-of-type * added :first-of-type * added match
… shows up in the sidebar (publiclab#9863) * only 2 tag cards in the sidebar * update post_test.rb * update post_test.rb * fixed display bug * fix failing system test * remove comments * fix system test * fix system test * added space between card and badge
Part of #9668
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!