diff options
| author | dakkar <dakkar@thenautilus.net> | 2025-05-10 18:34:00 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2025-05-10 18:34:00 +0000 |
| commit | a31089d054267fb6b5613f452cfffd44d474ec1d (patch) | |
| tree | ad81dd2bc4c2f077d604394e1ba5e8fb828b7c8d | |
| parent | merge: Add "is from a specific instance" role condition (!1008) (diff) | |
| parent | remove moved setting (diff) | |
| download | sharkey-a31089d054267fb6b5613f452cfffd44d474ec1d.tar.gz sharkey-a31089d054267fb6b5613f452cfffd44d474ec1d.tar.bz2 sharkey-a31089d054267fb6b5613f452cfffd44d474ec1d.zip | |
merge: Remove moved setting that was left after merge (!1006)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1006
Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: dakkar <dakkar@thenautilus.net>
| -rw-r--r-- | packages/frontend/src/pages/settings/other.vue | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/frontend/src/pages/settings/other.vue b/packages/frontend/src/pages/settings/other.vue index f82d88144a..ae158893c6 100644 --- a/packages/frontend/src/pages/settings/other.vue +++ b/packages/frontend/src/pages/settings/other.vue @@ -117,18 +117,6 @@ SPDX-License-Identifier: AGPL-3.0-only <hr> - <SearchMarker :keywords="['replies']"> - <FormSection> - <div class="_gaps_s"> - <MkSwitch v-model="defaultWithReplies"><SearchLabel>{{ i18n.ts.withRepliesByDefaultForNewlyFollowed }}</SearchLabel></MkSwitch> - <MkButton danger @click="updateRepliesAll(true)"><i class="ph-chats ph-bold ph-lg"></i> {{ i18n.ts.showRepliesToOthersInTimelineAll }}</MkButton> - <MkButton danger @click="updateRepliesAll(false)"><i class="ph-chat ph-bold ph-lg"></i> {{ i18n.ts.hideRepliesToOthersInTimelineAll }}</MkButton> - </div> - </FormSection> - </SearchMarker> - - <hr> - <FormSlot> <MkButton danger @click="migrate"><i class="ti ti-refresh"></i> {{ i18n.ts.migrateOldSettings }}</MkButton> <template #caption>{{ i18n.ts.migrateOldSettings_description }}</template> |