diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-01-26 20:10:22 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-26 11:10:22 +0000 |
| commit | 297186e492b20c3e54f8cbfe51ec2d7694ca7068 (patch) | |
| tree | 89607c3f0d68b75834b008b449873e06982792e0 /packages/frontend/src/components/MkSuperMenu.vue | |
| parent | fix(frontend): 画面を閉じる直前にAudioContextを閉じるように (... (diff) | |
| download | sharkey-297186e492b20c3e54f8cbfe51ec2d7694ca7068.tar.gz sharkey-297186e492b20c3e54f8cbfe51ec2d7694ca7068.tar.bz2 sharkey-297186e492b20c3e54f8cbfe51ec2d7694ca7068.zip | |
enhance(frontend): 絵文字管理画面β(ローカル)のUI・UX改善 (#15349)
* enhance(frontend): 絵文字管理画面β(ローカル)のUI・UX改善
* fix
* :art:
* 表示件数をメニューから変更するように
* 確認ダイアログ
* fix i18n
* needWideArea: trueならwidgetの開閉ボタンを表示しないように
* fix: 検索ウィンドウは一つしか開けないように
Diffstat (limited to 'packages/frontend/src/components/MkSuperMenu.vue')
| -rw-r--r-- | packages/frontend/src/components/MkSuperMenu.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkSuperMenu.vue b/packages/frontend/src/components/MkSuperMenu.vue index 0caaed6f39..fa0e40d8f9 100644 --- a/packages/frontend/src/components/MkSuperMenu.vue +++ b/packages/frontend/src/components/MkSuperMenu.vue @@ -47,7 +47,7 @@ export type SuperMenuDef = { active?: boolean; action: (ev: MouseEvent) => void; } | { - type: 'link'; + type?: 'link'; to: string; icon?: string; text: string; |