-
Notifications
You must be signed in to change notification settings - Fork 2
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 collapsable components under Channels, Direct Messages, and Private Groups #40
Conversation
Added Boostrap - Included only required components for collapsible functionality Added styles for collapsable components Added collapsable components under Channels, Direct Messages, and Private Groups
Verified it expands/collapses. 👍 Suggestions:
|
Good ideas. Just finished your first suggestion. I'll take a look at your second. |
1) Added logic to collapse to make sure there was at least 1 room/direct message/channel before adding the collapsible icon. 2) Aligned the collapsable icons to the icons above them.
Updated them both. Reid, |
nice. 👍 |
I like it. Looks good to me. |
right: percentage((@columns / @grid-columns)); | ||
} | ||
} | ||
|
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 like how 99% of the code change in this pull request is adding giant bootstrap files ;)
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.
All so I can use the collapse functionality.
# Conflicts: # .meteor/packages # client/stylesheets/base.less
* origin/master: Fixed Indenting error! Thanks Coffee! Added comment to not add additional fields to be returned with the publication because it now returns all users. Removed logging Updated onlineUsers to allUsers for rooms because we want to see everyone in the room Removed offset Added profile first name and last name to user data publication Updated userObserve to include new profile fields Updated room to display first name and last name (sort by last name) instead of username Added status-{{status}} to paragraph that displayed username in Member List. In room.coffee: returned offline for the status in the method userActiveByUsername. The method previously pulled the user from the session when doing the check. It disregarded it if the user was not in the session (offline). Commented out the base.less file that was overriding the status color in the member list.
Added collapsable components under Channels, Direct Messages, and Private Groups
Added collapsable components under Channels, Direct Messages, and Private Groups
Added Kadira Debug
Added Boostrap - Included only required components for collapsible functionality
Added styles for collapsable components