UX: reduce show dismiss.. at top of unread/new to 15
Previously we would require 30 unread or new topic to show the button at the top.
This commit is contained in:
parent
7977b09025
commit
bb4ef644bf
|
@ -111,7 +111,7 @@ const controllerOpts = {
|
|||
return (
|
||||
(this.isFilterPage(this.get("model.filter"), "new") ||
|
||||
this.isFilterPage(this.get("model.filter"), "unread")) &&
|
||||
this.get("model.topics.length") >= 30
|
||||
this.get("model.topics.length") >= 15
|
||||
);
|
||||
}.property("model.filter", "model.topics.length"),
|
||||
|
||||
|
|
Loading…
Reference in New Issue