summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkClickerGame.stories.impl.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lint fixessyuilo2025-03-291-5/+3
|
* 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
* fix(storybook): prevent infinite remount of component (#14101)zyoshoka2024-07-021-7/+5
| | | | | * fix(storybook): prevent infinite remount of component * fix: disable flaky `.toMatch()` test
* test(#10336): add `components/MkC.*` stories (#13830)zyoshoka2024-06-081-0/+79
* test(storybook): add `components/MkC.*` stories * test(storybook): add some tests * test: add sleep * test: comment-out flaky test * test(storybook): add test for `MkChannelFollowButton` * chore(storybook): tweak sleep duration in `MkChannelFollowButton` story test * fix(chromatic): add delay to `MkChannelList` * chore: replace `mswDecorator` with `mswLoader` * fix(storybook): tweak some parameters * chore: serve static files * fix(chromatic): add delay to `MkCwButton` * chore: delete logging for debug * fix: add right click in `MkContextMenu` play * refactor: remove unused imports