feat(frontend): 画像を投稿前にプレビュー可能に (#15341)

* feat(client): 画像をプレビュー可能に

* Update Changelog

* SPDX

* 消えてたのFix

* Add storybook for MkImgPreviewDialog

* backgroundのスタイル変更

Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>

* Add MkImgPreviewDialog to storybook generator

* Update packages/frontend/.storybook/generate.tsx

---------

Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
taichan 2025-02-08 17:33:09 +09:00 committed by GitHub
parent 4b98b446be
commit 2f8d02024a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 116 additions and 4 deletions

View file

@ -47,6 +47,7 @@
* β版として公開のため、旧画面も引き続き利用可能です
### Client
- Feat: 投稿フォームで画像をプレビュー可能に
- Enhance: PC画面でチャンネルが複数列で表示されるように
(Cherry-picked from https://github.com/Otaku-Social/maniakey/pull/13)
- Enhance: 照会に失敗した場合、その理由を表示するように