-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Fix #272: Added See More button in activity panel #279
Conversation
issue #272 |
Hi @Roboneet -- It causes another issue. Here you go: |
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.
I just added a comment.
Also, let's follow this format for the PR title. (Fix #272: Changed positioning in activity panel.). |
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.
I'd suggest few things:
1 - There should be some visible context about the issue before showing the show more link.
2 - Currently, clicking on show more leads to expanding the div and the show more link stays there. Clicking it again causes a bounce action.
Could you please take a look at them ? Thanks!
Please review the changes |
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.
@Roboneet -- I have left a few comments. Also, when I click on see more, the div expands and becomes too large in length and when it collapses back -- it loses it's original height. Have you tested it manually ? It would be great to retain those changes.
website/static/js/activity.js
Outdated
} | ||
|
||
|
||
}) |
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.
Add a line ending here.
@@ -0,0 +1,50 @@ | |||
$(document).ready(function(){ |
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.
Could you please remove the unnecessary lines in the file ?
website/static/css/activity.css
Outdated
@@ -1,30 +1,74 @@ | |||
.activity-strip-section >img{ |
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.
As we are refactoring the code base, It would be great if you could replace the tabs with spaces and follow the styling rule similar to website/static/css/main.css
.
@souravbadami , Is it okay now ? |
Looks good! Can you fix the merge conflict ? |
No description provided.