mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830)
15 lines
321 B
SCSS
15 lines
321 B
SCSS
// Only for combining all the files in this folder
|
|
@import 'content';
|
|
@import 'footer';
|
|
@import 'forms';
|
|
@import 'headers';
|
|
@import 'markdown';
|
|
@import 'navigation';
|
|
@import 'post';
|
|
@import 'post-right';
|
|
@import 'sidebar-left';
|
|
@import 'sidebar-menu';
|
|
@import 'sidebar-right';
|
|
@import 'team-sidebar';
|
|
@import 'webhooks';
|