Skip to content
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

Channel Categories #36

Open
itskenny0 opened this issue Feb 9, 2018 · 13 comments
Open

Channel Categories #36

itskenny0 opened this issue Feb 9, 2018 · 13 comments

Comments

@itskenny0
Copy link

Hi there,

I would like to request the feature to categorize channels into different groups in the sidebar.
I've made a mockup to illustrate my idea:

image

Do you think this is a feasible request?
I'm currently using custom CSS to highlight the channels in different colors depending on category, but I'd like grouping a lot more.

Thanks a lot for your great work on this awesome project!

Best,
kenny

P.S.: If someone wants to do CSS highlighting like me, this is how I do it:

/* ---------------------------------------------- */
/* Special rooms */
[title^="incroom"] { 
  background-image: linear-gradient( rgba(0, 0, 0, 0.0) , rgba(255, 0, 0, 0.3) , rgba(0, 0, 0, 0.0) );
}

[title^="svc-"] { 
  background-image: linear-gradient( rgba(0, 0, 0, 0.0) , rgba(34, 104, 216, 0.3) , rgba(0, 0, 0, 0.0) );
}

[title^="support"] { 
  background-image: linear-gradient( rgba(0, 0, 0, 0.0) , rgba(0, 255, 33, 0.15) , rgba(0, 0, 0, 0.0) );
}

It ends up looking like this:
image

@TwizzyDizzy
Copy link

Hi @itskenny0

interesting thought, I like it... how would you do the sorting that every user can set in their preference? Would you apply those settings per-group? Or would, for example, a new message in the group Marketing (channel "social media") trigger the sorting mechanism to put the whole group on top or only "social media" onto top of the Marketing group?

I guess those type of issues have to be considered and you have to define that for every kind of possible combination of settings. If that's figured out, this might be a nice addition to RC.

Cheers
Thomas

--
Please have in mind, that I am no member of the Rocket.Chat team, so anything I say is no guarantee that anything will or will not happen. Just sharing my thoughts here.

@TwizzyDizzy
Copy link

@rocket-cat label add enhancement

@peterkogit
Copy link

peterkogit commented Dec 26, 2018

I support, a very good idea. If any plans for her?

@appelmoesje
Copy link

I tried to do this with javascript but it is a pain in the ass the maintain and to explain to my support team what not to do. I would really like this feature too so I can implement it more easily!

@tassoevan tassoevan transferred this issue from RocketChat/Rocket.Chat Feb 22, 2019
@tassoevan tassoevan changed the title Feature Request: Channel Categories Channel Categories Feb 22, 2019
@marceloschmidt
Copy link
Member

Relatable: RocketChat/Rocket.Chat#658

@Gamey404
Copy link

Gamey404 commented Nov 7, 2019

I rally miss that feature its impossible to have a none messy server without clearly behind many competitors there :/

@vtexperts
Copy link

Definitely a must have feature. Would love if someone could share a JS/CSS script which does something similar.

@hpvb
Copy link

hpvb commented Jan 23, 2021

I would like to see this also.

@theSmokingFrog
Copy link

It would be really great to have that feature. Though this approach only hits channels.
As a User with a quite big amount of Favorites (combined from Users and channels) it would be gorgeous to not only group channels, it would be great if auch a functionality would also work within the Favorites.

The whole thing would increase the usability and clarity of the Rocket.Chats Sidebar so much.

@workdojos
Copy link

Over 2 years now, and nothing that comes close to providing this crucial functionality?

@MilanObrenovic
Copy link

MilanObrenovic commented May 21, 2023

I want to use rocketchat but i can't use it literally because of this missing feature. This should be the basic number 1 feature to begin with. Discord, slack, teams and others have this feature, but rocketchat doesn't.

Seems like no one cares to do anything about it for over 5 years. I'll have to avoid using rocketchat if no one cares to add this fundamental feature.

@Xeckt
Copy link

Xeckt commented Jan 17, 2024

Any talk of this being done? It's a deal breaker for larger organisations and is the main reason me and my team haven't begun to use it.

@D1reW0lf
Copy link

D1reW0lf commented Apr 7, 2024

Hi all.
I know that RC has the “team” option, but frankly the way it’s done does not replace a “categories” sub-division. Besides it’s confusing for my users that the team itself is a chat and that they have to click on the # on the top right to actually see the other (sub-)chat rooms.

So I just want to add my “me too” to this suggestion.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests