summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkGalleryPostPreview.stories.impl.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): verbatimModuleSyntaxを有効化 (#15323)かっこかり2025-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * revert unnecessary changes * wip * refactor(frontend): enforce verbatimModuleSyntax * fix * refactor(frontend-shared): enforce verbatimModuleSyntax * wip * refactor(frontend-embed): enforce verbatimModuleSyntax * enforce consistent-type-imports * fix lint config * attemt to fix ci * fix lint * fix * fix * fix
* build: upgrade Storybook to 8 beta (#13297)Acid Chicken (硫酸鶏)2024-02-141-2/+1
| | | | | | | | | * chore: upgrade Storybook to 8 * ci: restore Storybook workflow * build: createRequire * ci: TurboSnap life extension
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* 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