rework boost visibility #388

* only show allowed visibilities
* "local only" is a switch

notice that the backend will limit the visibility, too
This commit is contained in:
dakkar 2024-02-16 12:24:35 +00:00
parent be36a793cd
commit aa72db76c4
9 changed files with 118 additions and 298 deletions

View file

@ -212,7 +212,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<option value="public">{{ i18n.ts._visibility['public'] }}</option>
<option value="home">{{ i18n.ts._visibility['home'] }}</option>
<option value="followers">{{ i18n.ts._visibility['followers'] }}</option>
<option value="local">{{ i18n.ts._timelines.local }}</option>
</MkSelect>
</div>
</MkFolder>