thedjpetersen / subway

ABANDONED - A web based IRC client
1.47k stars 152 forks source link

Optionally hide joins and parts #337

Closed cjb closed 10 years ago

cjb commented 10 years ago

Refactor branch. There are a few high traffic channels where I don't want to see every join/part -- and if I wanted to see who was logged in I could just look at the user list. Any chance of some kind of per-channel option for hiding joins/parts?

thedjpetersen commented 10 years ago

You can do this right now in the settings - you can select what types of messages you want to see

cjb commented 10 years ago

Cool, I see. Are the settings saved anywhere? If not, should we file a bug to save them? It looks like they get reset if I just log out of Subway and back in. (Also saw a UI glitch checking and unchecking actions, but can't reproduce that at the moment.)

thedjpetersen commented 10 years ago

It should be saving your settings everytime you make a change something.

See here: https://github.com/thedjpetersen/subway/blob/refactor/src/components/settings/general.jsx#L33