Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29337773: Issue 2377 - Implement user filter lists toggle (Closed)

Created:
Feb. 26, 2016, 11:27 a.m. by saroyanm
Modified:
July 25, 2016, 1:28 p.m.
Reviewers:
Thomas Greiner
Visibility:
Public.

Description

Issue 2377 - Implement user filter lists toggle

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -15 lines) Patch
M messageResponder.js View 1 chunk +10 lines, -0 lines 3 comments Download
M options.html View 1 chunk +2 lines, -2 lines 0 comments Download
M options.js View 7 chunks +39 lines, -13 lines 2 comments Download

Messages

Total messages: 6
saroyanm
https://codereview.adblockplus.org/29337773/diff/29337774/options.js File options.js (right): https://codereview.adblockplus.org/29337773/diff/29337774/options.js#newcode1039 options.js:1039: filter: ["addSubscription", "error", "userSubscriptionsToggle"] It's bit inconsistent, but the ...
Feb. 26, 2016, 11:31 a.m. (2016-02-26 11:31:22 UTC) #1
Thomas Greiner
https://codereview.adblockplus.org/29337773/diff/29337774/messageResponder.js File messageResponder.js (right): https://codereview.adblockplus.org/29337773/diff/29337774/messageResponder.js#newcode185 messageResponder.js:185: case "app.userSubscriptionsToggle": Please reuse "subscriptions.toggle" for that because that's ...
March 1, 2016, 12:11 p.m. (2016-03-01 12:11:22 UTC) #2
saroyanm
Thomas I made some more investigations and it appears it's bit trickier than it sounds. ...
March 12, 2016, 3:32 p.m. (2016-03-12 15:32:03 UTC) #3
Thomas Greiner
Ok, thanks for the detailed summary. We don't need to have any of those capabilities ...
March 16, 2016, 12:04 p.m. (2016-03-16 12:04:29 UTC) #4
Thomas Greiner
I noticed that the ticket this review is referring to is closed so either reopen ...
July 20, 2016, 4:30 p.m. (2016-07-20 16:30:45 UTC) #5
saroyanm
July 25, 2016, 1:28 p.m. (2016-07-25 13:28:10 UTC) #6
Message was sent while issue was closed.
On 2016/07/20 16:30:45, Thomas Greiner wrote:
> I noticed that the ticket this review is referring to is closed so either
reopen
> the ticket or create a separate one for this change. However, if this change
is
> no longer relevant please close this review instead.

Thanks for reminder, I think this is no longer relevant, so I closed the review.
Currently the button is disabled and the implementation of the user filter
toggle is inconsistent with current options page design, probably we will need
to have something more complex when we implement feature parity for the Firefox.

Powered by Google App Engine
This is Rietveld