mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 16:48:58 +00:00
reorganised settings and added a post privacy setting
This commit is contained in:
parent
5a778627ea
commit
d150675f3e
1 changed files with 12 additions and 4 deletions
|
@ -27,8 +27,8 @@
|
||||||
<input type="text" placeholder="None">
|
<input type="text" placeholder="None">
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<label for="cw-learning" class="large">Learn from posts with content warnings (subjects)</label>
|
<label for="length" class="large">Maximum post length (characters)</label>
|
||||||
<input type="checkbox">
|
<input type="number" min="100" max="5000" value="500">
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<label for="fake-mentions" class="large">Insert fake mentions</label>
|
<label for="fake-mentions" class="large">Insert fake mentions</label>
|
||||||
|
@ -39,8 +39,16 @@
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<label for="length" class="large">Maximum post length (characters)</label>
|
<label for="privacy">Post privacy</label>
|
||||||
<input type="number" min="100" max="5000" value="500">
|
<select>
|
||||||
|
<option value="public">Public</option>
|
||||||
|
<option value="unlisted">Unlisted</option>
|
||||||
|
<option value="followers">Followers only</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<label for="cw-learning" class="large">Learn from posts with content warnings (subjects)</label>
|
||||||
|
<input type="checkbox">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue