-
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
Redesigned table to use card ui in tags page #5384
Conversation
Generated by 🚫 Danger |
973a208
to
5891168
Compare
5891168
to
0c76ece
Compare
Wow @divyabaid16 this is a really nice change :) !! |
Thank you @ananyaarun 😄 |
This looks super! 🎉 I'd like to ask for a couple small tweaks - can we unbold the tag titles, and could we add a bit more padding to the bottom of each box? Then this should be good to go, and we can do a follow-up with adding more stuff to each tag box, like a few recent posts for example. Great work!!! |
app/views/tag/index.html.erb
Outdated
</tr> | ||
<% end %> | ||
</table> | ||
<div class="panel panel-default"> |
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.
Actually, would you like to try breaking this into its own partial, maybe called _topicCard.html.erb
?
@jywarren I have made the changes. Thanks!! |
This is looking awesome! It's still a little empty without the content in there. Would you like to try displaying the titles of three of the most recent posts in each topic, in a compact list, in the box? Or do you think we should merge this first and do it in a follow-up? Thank you!!! |
@jywarren I will try displaying the titles of three of the most recent posts in each topic. The PR was getting very long so I thought that I would do it in the next. |
Thank you, usually i would agree! I just think we're almost there and they
look a little empty right now. Thank you!!!
…On Fri, Apr 19, 2019 at 2:13 AM Divya Baid ***@***.***> wrote:
@jywarren <https://github.com/jywarren> I will try displaying the titles
of three of the most recent posts in each topic. The PR was getting very
long so I thought that I would do it in the next.
Thanks :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5384 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J4O7JORHGG6J7PWPM3PRFMFJANCNFSM4HEAXMEQ>
.
|
@jywarren I have tried displaying the titles of three of the most recent posts in each topic and this is how it looks now: Please let me know if there is any further change. |
This is beautiful!!! It's perfect! Thank you so much! |
Great. I'm going to try publishing it now!!! |
@jywarren please do tag me if any other help is required as I won't be much available due to my exams. |
* Card UI * Card-ui * Content added
* Card UI * Card-ui * Content added
Fixes #5090 (<=== Add issue number here)
Screenshot for the card ui:
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!