add missing SearchMarker

This commit is contained in:
syuilo 2025-04-09 07:51:24 +09:00
parent 58cb7cf179
commit 1cf370882e
2 changed files with 58 additions and 56 deletions

2
locales/index.d.ts vendored
View file

@ -1715,7 +1715,7 @@ export interface Locale extends ILocale {
*/
"withFileAntenna": string;
/**
*
*
*/
"excludeNotesInSensitiveChannel": string;
/**

View file

@ -4,6 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<SearchMarker path="/settings/notifications" :label="i18n.ts.notifications" :keywords="['notifications']" icon="ti ti-bell">
<div class="_gaps_m">
<MkFeatureBanner icon="/client-assets/bell_3d.png" color="#ffff00">
<SearchKeyword>{{ i18n.ts._settings.notificationsBanner }}</SearchKeyword>
@ -62,6 +63,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</FormSection>
</div>
</SearchMarker>
</template>
<script lang="ts" setup>