summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): import宣言周りのエラーを修正 (#12773)zyoshoka2023-12-241-1/+1
|
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* ci: stop MkGalleryPostPreview snapshotAcid Chicken (硫酸鶏)2023-05-171-0/+4
|
* feat: make `MkImgWithBlurhash` transitionable (#10500)Acid Chicken (硫酸鶏)2023-04-291-3/+5
| | | | | | | | | | | | | | | | | | | * feat: make `MkImgWithBlurhash` animatable * refactor: split out transition styles * fix: bug * test: waitFor image loads * style: remove unused await * fix * fix type error --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* feat(#8149): respect nsfw settings on gallery list (#10481)Acid Chicken (硫酸鶏)2023-04-061-0/+85
* feat(#8149): respect nsfw settings on gallery list * ci(#10336): use pull_request * test(#8149): add interaction tests * test(#10336): use `waitFor` * chore: transition