Describe what Poor Mode does

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-25 20:20:43 +02:00
parent b92aaa972e
commit 883ab31cc9
2 changed files with 9 additions and 3 deletions

View File

@ -211,8 +211,7 @@ def post_id(pid, anything=None, v=None, sub=None):
offset = 0
ids = set()
if v and v.poor: threshold = 50
else: threshold = 100
threshold = 100
if post.comment_count > threshold+25 and not (v and v.client) and not request.values.get("all"):
comments2 = []

View File

@ -26,7 +26,14 @@
<label class="custom-control-label" for="poor"></label>
</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>