mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
add missing SearchMarker
This commit is contained in:
parent
58cb7cf179
commit
1cf370882e
2 changed files with 58 additions and 56 deletions
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -1715,7 +1715,7 @@ export interface Locale extends ILocale {
|
||||||
*/
|
*/
|
||||||
"withFileAntenna": string;
|
"withFileAntenna": string;
|
||||||
/**
|
/**
|
||||||
* センシティブなチャンネルのノートを非表示
|
* センシティブなチャンネルのノートを除外
|
||||||
*/
|
*/
|
||||||
"excludeNotesInSensitiveChannel": string;
|
"excludeNotesInSensitiveChannel": string;
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -4,7 +4,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="_gaps_m">
|
<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">
|
<MkFeatureBanner icon="/client-assets/bell_3d.png" color="#ffff00">
|
||||||
<SearchKeyword>{{ i18n.ts._settings.notificationsBanner }}</SearchKeyword>
|
<SearchKeyword>{{ i18n.ts._settings.notificationsBanner }}</SearchKeyword>
|
||||||
</MkFeatureBanner>
|
</MkFeatureBanner>
|
||||||
|
@ -61,7 +62,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
</MkSwitch>
|
</MkSwitch>
|
||||||
</div>
|
</div>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
</div>
|
</div>
|
||||||
|
</SearchMarker>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
|
Loading…
Add table
Reference in a new issue