Skip to content

Commit

Permalink
spec: カスタム絵文字のライセンスの項目を複数行テキストに (misskey-dev#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored and kanarikanaru committed Nov 3, 2023
1 parent 7ef33f1 commit 04095b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/frontend/src/pages/emoji-edit-dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #label>{{ i18n.ts.tags }}</template>
<template #caption>{{ i18n.ts.setMultipleBySeparatingWithSpace }}</template>
</MkInput>
<MkInput v-model="license">
<MkTextarea v-model="license">
<template #label>{{ i18n.ts.license }}</template>
</MkInput>
</MkTextarea>
<MkFolder>
<template #label>{{ i18n.ts.rolesThatCanBeUsedThisEmojiAsReaction }}</template>
<template #suffix>{{ rolesThatCanBeUsedThisEmojiAsReaction.length === 0 ? i18n.ts.all : rolesThatCanBeUsedThisEmojiAsReaction.length }}</template>
Expand Down Expand Up @@ -79,6 +79,7 @@ import * as Misskey from 'misskey-js';
import MkModalWindow from '@/components/MkModalWindow.vue';
import MkButton from '@/components/MkButton.vue';
import MkInput from '@/components/MkInput.vue';
import MkTextarea from '@/components/MkTextarea.vue';
import MkInfo from '@/components/MkInfo.vue';
import MkFolder from '@/components/MkFolder.vue';
import * as os from '@/os.js';
Expand Down

0 comments on commit 04095b5

Please sign in to comment.