summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkImgPreviewDialog.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): use logical OR for fallback of file comment (#17089)poppingmoon2026-01-131-1/+1
|
* fix(frontend): popupのemit型が正しく利用できるように修正 ↵かっこかり2026-01-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#16826) * fix(frontend): popupのemit型が正しく利用できるように修正 * fix: revert unnecessary code (for testing purpose) * fix lint * fix type errors * fix types * add comment * fix * fix * fix: OverloadToUnionの仕組みを変更 * add comments, clean up * fix lint * fix types * clean up [ci skip] * fix * add comments [ci skip]
* deps: update deps [ci skip] (#16997)かっこかり2025-12-161-1/+1
| | | | | | | | | | | * update deps * update chokidar to v5 * fix type error * rollback serviceworker types to r74 * fix [ci skip]
* feat(frontend): 画像を投稿前にプレビュー可能に (#15341)taichan2025-02-081-0/+58
* 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>