You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm always frustrated when I'm in 200 channels and they are all listed in the list of channels. I end up having to pick manually which channels are my favourite, and either
(i) reading their complete scrollback, because they are a project I am actively involved in
or
(ii) glancing through a channel name in the channel list to double check whether someone sent a new message to it - those kind of channels are small, about 10 people, but important to me and I would like to contribute by answering questions quickly.
There is another category of channels
(iii) that are not my favourite (like #fedora because I do not use it very often) which I read about once a month, and they are continuously active. Sometimes I get a highlight there. Normally I don't want to see them in the channel list, they are annoying, and there is many of them - unless I go to the channel and mark it as important to me.
This kind of scanning of the channel list is laborious and time consuming and I think there should be a way for convos to store my preferences about which category the channel is in, and what to do about it.
Describe the solution you'd like
For each channel there should be option to either
always show it in the list of channels, or
normally hide it and then only show it when a new message has been sent to it (then it is automatically unhidden)
normally hide it and then only show it when i go to it and click unhide, or when i click on a highlight from this channel in my highlights log
Describe alternatives you've considered
Marking the first category as favourites and having a 'only show favourites' option would help. However, there would be about 50 channels that are dead most of the time, and the channel list would remain cluttered. I would suggest implementing this as three categories of channels as described above. This feature is present in the command line clients such as irssi and weechat and as far as I know their activity notify level is implemented on per-channel basis.
Alternatively, if multiple channels could be put together into a single buffer, then I can put multiple channels into one group. There needs to be a counter of 'new messages' shown for the entire group (if a new message is sent to one channel in the group, the group is marked the same way a channel would if it has one unread message). This is also a feature that irssi and weechat have.
Additional context
None added.
The text was updated successfully, but these errors were encountered:
We've been wanting to be able to "favorite" channels for a while, but in your case, it might be useful to actually "hide" channels instead. I'm thinking we could add a visibility attribute (other name is more than welcome) to a conversation object and use that in any way we want in the user interface.
This would be the new section in the menu - it can be hidden if there are no Favourites.
And this could be one option to make a channel a favourite, but I would need to figure out how that stores the state. I saw that disabling Notify me on new messages on that section creates a new key in localStorage called convos:chat:wantNotifications, so the same could be done for favourite? Where is that localStorage key coming from? Is it from the API?
Is your feature request related to a problem? Please describe.
I'm always frustrated when I'm in 200 channels and they are all listed in the list of channels. I end up having to pick manually which channels are my favourite, and either
(i) reading their complete scrollback, because they are a project I am actively involved in
or
(ii) glancing through a channel name in the channel list to double check whether someone sent a new message to it - those kind of channels are small, about 10 people, but important to me and I would like to contribute by answering questions quickly.
There is another category of channels
(iii) that are not my favourite (like #fedora because I do not use it very often) which I read about once a month, and they are continuously active. Sometimes I get a highlight there. Normally I don't want to see them in the channel list, they are annoying, and there is many of them - unless I go to the channel and mark it as important to me.
This kind of scanning of the channel list is laborious and time consuming and I think there should be a way for convos to store my preferences about which category the channel is in, and what to do about it.
Describe the solution you'd like
For each channel there should be option to either
Describe alternatives you've considered
Marking the first category as favourites and having a 'only show favourites' option would help. However, there would be about 50 channels that are dead most of the time, and the channel list would remain cluttered. I would suggest implementing this as three categories of channels as described above. This feature is present in the command line clients such as irssi and weechat and as far as I know their activity notify level is implemented on per-channel basis.
Alternatively, if multiple channels could be put together into a single buffer, then I can put multiple channels into one group. There needs to be a counter of 'new messages' shown for the entire group (if a new message is sent to one channel in the group, the group is marked the same way a channel would if it has one unread message). This is also a feature that irssi and weechat have.
Additional context
None added.
The text was updated successfully, but these errors were encountered: