mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
add search label for "default like"
This commit is contained in:
parent
eeabaf2a9a
commit
7a2bf22a0a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
|
||||
<SearchMarker :keywords="['emoji', 'default', 'like', 'react']">
|
||||
<FormSection>
|
||||
<template #label>{{ i18n.ts.defaultLike }}</template>
|
||||
<template #label><SearchLabel>{{ i18n.ts.defaultLike }}</SearchLabel></template>
|
||||
<MkCustomEmoji v-if="like && like.startsWith(':')" style="max-height: 3em; font-size: 1.1em;" :useOriginalSize="false" :name="like" :normal="true" :noStyle="true"/>
|
||||
<MkEmoji v-else-if="like && !like.startsWith(':')" :emoji="like" style="max-height: 3em; font-size: 1.1em;" :normal="true" :noStyle="true"/>
|
||||
<span v-else-if="!like">{{ i18n.ts.notSet }}</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue