treebird/static/config_general.html
nekobit df27783706 Solarized theme by Coyote
Also fixed up options

FossilOrigin-Name: 961da4797b37b2cbe3954d43603e68c5b7f1b12d2900ae5ee87be9650356dd3b
2022-05-19 04:44:05 +00:00

70 lines
2.9 KiB
HTML

<div class="simple-page">
<form action="general" method="post">
<!-- Lets server know we sent it -->
<input type="hidden" name="set" value="1">
<h1>General</h1>
<input type="submit" value="Save">
<h3>JavaScript</h3>
<ul>
<li>
<input type="checkbox" id="cfgjs" name="js" value="1" %s>
<label for="cfgjs">Enable JavaScript - If disabled, overrides options below</label>
</li>
<li>
<input type="checkbox" id="cfgjsactions" name="jsactions" value="1" %s>
<label for="cfgjsactions">Quick actions - Likes, Boosts, etc done in background</label>
</li>
<li>
<input type="checkbox" id="cfgjsreply" name="jsreply" value="1" %s>
<label for="cfgjsreply">Quick reply - Replies don't require redirects</label>
</li>
<li>
<input type="checkbox" id="cfgjslive" name="jslive" value="1" %s>
<label for="cfgjslive">Live update - Statuses, chats, and reactions fetch on the fly</label>
</li>
</ul>
<h3>Statuses</h3>
<ul>
<li>
<input type="checkbox" id="cfgstatattachments" name="statattachments" value="1" %s>
<label for="cfgstatattachments">Show attachments - If disabled, attachments are links instead</label>
</li>
<li>
<input type="checkbox" id="cfgstatgreentexts" name="statgreentexts" value="1" %s>
<label for="cfgstatgreentexts">Show greentexts</label>
</li>
<li>
<input type="checkbox" id="cfgstatdope" name="statdope" value="1" %s>
<label for="cfgstatdope">Show dopameme numbers - Likes, comments, and boost counts</label>
</li>
<li>
<input type="checkbox" id="cfgstatoneclicksoftware" name="statoneclicksoftware" value="1" %s>
<label for="cfgstatoneclicksoftware">Show Like-Boost button - Show a button in the status which likes and boosts a post</label>
</li>
<li>
<input type="checkbox" id="cfgstatemojolikes" name="statemojolikes" value="1" %s>
<label for="cfgstatemojolikes">Convert Emoji reacts to likes - Also disables the emoji reaction button</label>
</li>
<li>
<input type="checkbox" id="cfgstathidemuted" name="stathidemuted" value="1" %s>
<label for="cfgstathidemuted">Hide statuses from muted users and threads - If disabled, statuses will appear collapsed</label>
</li>
</ul>
<h3>Instance</h3>
<ul>
<li>
<input type="checkbox" id="cfginstanceshowshoutbox" name="instanceshowshoutbox" value="1" %s>
<label for="cfginstanceshowshoutbox">Show instance shoutbox (JS required)</label>
</li>
<li>
<input type="checkbox" id="cfginstancepanel" name="instancepanel" value="1" %s>
<label for="cfginstancepanel">Show instance panel - <em>Admins should <strong>not</strong> use the instance panel for major announcements</em></label>
</li>
</ul>
<input type="submit" value="Save">
</form>
</div>