Rocket.chat: Option to delete Channels in Channel list

Created on 17 Jun 2015  路  6Comments  路  Source: RocketChat/Rocket.Chat

Every old channel will stay in the channel list, regardless if it is empty or unused. I would like to delete those channels.

Most helpful comment

Rocket.Chat 0.59.3

It seems, that the buttons have been hidden by css in the adminstration panel (admin->rooms). If you deactivate the rule "visibility: hidden" in .flex-tab .channel-settings .button, the action buttons appear again.

screenshot

All 6 comments

:+1:

Depends on #206

It's still on an early stage, but it's already possible to delete a channel if you go to Administration -> Rooms

Channel deletion is missing in 0.59.3

  1. May be interface (visual) related.
  2. Room/channel edition in "Administratoion\Rooms" is possible only if I change the name of the room/channel

Rocket.Chat 0.59.3

It seems, that the buttons have been hidden by css in the adminstration panel (admin->rooms). If you deactivate the rule "visibility: hidden" in .flex-tab .channel-settings .button, the action buttons appear again.

screenshot

I tossed the following CSS into our Custom CSS panel as a quick hack to show the buttons without using the browser dev tools.

.button.cancel, .button.primary.save, .button.danger.delete{
  visibility: visible !important;
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

royalaid picture royalaid  路  3Comments

karlprieb picture karlprieb  路  3Comments

engelgabriel picture engelgabriel  路  3Comments

brendanheywood picture brendanheywood  路  3Comments

danpospisil picture danpospisil  路  3Comments