The-Commit-Company / Raven

Simple, open source team messaging platform
https://thecommit.company/products/raven
GNU Affero General Public License v3.0
250 stars 87 forks source link

fix(ui): changed layout of sidebar with transitions #891

Closed nikkothari22 closed 2 months ago

nikkothari22 commented 2 months ago

The sidebar was too "crowded". Too many icons - and always shown.

  1. Expand and collapse buttons are only shown on hover and are moved to the right.
  2. Add button is also moved to the right - and only shown on hover
  3. Clicking on "Channels" or "Members" also toggles the list
  4. Removed icon for pinned messages
  5. Added animation for collapsing and expanding groups (will be used when we add channel groups as well)
  6. Transition added for unread count badge

Before:

image

After:

image