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

Mute topics with the M key / unmute with U #997

Closed
wants to merge 6 commits into from

Commits on Jul 9, 2016

  1. Make the "M"/"U" keys mute/unmute a topic

    Being in streams that generate a lot of topics that have a medium chance
    of being uninteresting can make it hard to keep up - muting a topic can
    help, but without a key binding, it's pretty tedious.
    
    This change adds the "M" key binding that allows muting a topic very
    quickly, and an "U" key binding that allows unmuting it from the topic's
    stream.
    antifuchs committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    f375db6 View commit details
    Browse the repository at this point in the history
  2. Add a casper test for muting / unmuting

    This tests that muting via the M key and un-muting via the button, as
    well as un-muting via the U key in a narrowed (muted) topic work.
    antifuchs committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    f3a93dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93ed0e6 View commit details
    Browse the repository at this point in the history
  4. Adjust mute message behavior

    No longer show more than one "topic X in stream Y" is muted message
    anymore.
    
    Also, dismiss the message if the topic gets unmuted while the message is
    showing (I don't expect this to be very common, but it's definitely
    possible to do).
    antifuchs committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    116fe0f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

  1. Add warning message if user tries to mute already muted topic.

    Currently if user tries to mute already muted topic, nothing shows up.
    It is convenient to show a warning that the topic is already muted.
    aakashtyg committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    e0d4a63 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. Configuration menu
    Copy the full SHA
    5b377b6 View commit details
    Browse the repository at this point in the history