1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 07:25:04 +02:00
This commit is contained in:
kakkokari-gtyih
2026-07-17 10:14:21 +09:00
parent 41cd2eff0c
commit 981d327bf3
2 changed files with 6 additions and 5 deletions

View File

@@ -72,6 +72,11 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkSwitch>
</SearchMarker>
<FormLink to="/settings/roles">
<template #icon><i class="ti ti-badges"></i></template>
<SearchLabel>{{ i18n.ts._roleDisplay.title }}</SearchLabel>
</FormLink>
<SearchMarker :keywords="['chat']">
<FormSection>
<template #label><SearchLabel>{{ i18n.ts.directMessage }}</SearchLabel></template>
@@ -223,6 +228,7 @@ import { instance } from '@/instance.js';
import { ensureSignin } from '@/i.js';
import { definePage } from '@/page.js';
import FormSlot from '@/components/form/slot.vue';
import FormLink from '@/components/form/link.vue';
import { formatDateTimeString } from '@/utility/format-time-string.js';
import { useMkSelect } from '@/composables/use-mkselect.js';
import MkInput from '@/components/MkInput.vue';

View File

@@ -151,11 +151,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<hr>
<FormLink to="/settings/roles">
<template #icon><i class="ti ti-badges"></i></template>
<SearchLabel>{{ i18n.ts._roleDisplay.title }}</SearchLabel>
</FormLink>
<SearchMarker :keywords="['qrcode']">
<FormLink to="/qr">
<template #icon><i class="ti ti-qrcode"></i></template>