make the default in the UI be hiding replies and hiding boosts.
This is really to reduce latency for users. Boosts take forever to fetch and replies are not something people usually want to see.
This commit is contained in:
parent
c832e3e4e0
commit
111c73396c
|
@ -25,8 +25,8 @@
|
|||
</select>
|
||||
</label><br>
|
||||
<label>Show Header?<input id="header" type="checkbox" checked="checked"></label><br>
|
||||
<label>Hide replies?<input type="checkbox" id="hidereplies"></label><br>
|
||||
<label>Hide boosts?<input type="checkbox" id="hideboosts"></label><br>
|
||||
<label>Hide replies?<input type="checkbox" id="hidereplies" checked="checked"></label><br>
|
||||
<label>Hide boosts?<input type="checkbox" id="hideboosts" checked="checked"></label><br>
|
||||
|
||||
<button value="generate">Generate</button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue