forked from MarseyWorld/MarseyWorld
Describe what Poor Mode does
parent
b92aaa972e
commit
883ab31cc9
|
@ -211,8 +211,7 @@ def post_id(pid, anything=None, v=None, sub=None):
|
||||||
offset = 0
|
offset = 0
|
||||||
ids = set()
|
ids = set()
|
||||||
|
|
||||||
if v and v.poor: threshold = 50
|
threshold = 100
|
||||||
else: threshold = 100
|
|
||||||
|
|
||||||
if post.comment_count > threshold+25 and not (v and v.client) and not request.values.get("all"):
|
if post.comment_count > threshold+25 and not (v and v.client) and not request.values.get("all"):
|
||||||
comments2 = []
|
comments2 = []
|
||||||
|
|
|
@ -26,7 +26,14 @@
|
||||||
<label class="custom-control-label" for="poor"></label>
|
<label class="custom-control-label" for="poor"></label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span class="text-small text-muted">Makes the site much faster for low-end devices.</span>
|
<span class="text-small text-muted">Makes the site faster for low-end devices:</span>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><small>Disables the effects of cosmetic awards.</small></li>
|
||||||
|
<li><small>Hides signatures.</small></li>
|
||||||
|
<li><small>Makes emoji search only start when you press Enter.</small></li>
|
||||||
|
<li><small>Disables UI animations.</small></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue