improve search for "default with replies"

This commit is contained in:
dakkar 2025-04-07 16:51:44 +01:00
parent 09b8bda990
commit c5aee8c92b

View file

@ -131,13 +131,15 @@ SPDX-License-Identifier: AGPL-3.0-only
<hr> <hr>
<FormSection> <SearchMarker :keywords="['replies']">
<div class="_gaps_s"> <FormSection>
<MkSwitch v-model="defaultWithReplies">{{ i18n.ts.withRepliesByDefaultForNewlyFollowed }}</MkSwitch> <div class="_gaps_s">
<MkButton danger @click="updateRepliesAll(true)"><i class="ph-chats ph-bold ph-lg"></i> {{ i18n.ts.showRepliesToOthersInTimelineAll }}</MkButton> <MkSwitch v-model="defaultWithReplies"><SearchLabel>{{ i18n.ts.withRepliesByDefaultForNewlyFollowed }}</SearchLabel></MkSwitch>
<MkButton danger @click="updateRepliesAll(false)"><i class="ph-chat ph-bold ph-lg"></i> {{ i18n.ts.hideRepliesToOthersInTimelineAll }}</MkButton> <MkButton danger @click="updateRepliesAll(true)"><i class="ph-chats ph-bold ph-lg"></i> {{ i18n.ts.showRepliesToOthersInTimelineAll }}</MkButton>
</div> <MkButton danger @click="updateRepliesAll(false)"><i class="ph-chat ph-bold ph-lg"></i> {{ i18n.ts.hideRepliesToOthersInTimelineAll }}</MkButton>
</FormSection> </div>
</FormSection>
</SearchMarker>
<hr> <hr>