summaryrefslogtreecommitdiff
path: root/packages/client/src/widgets/slideshow.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-271-159/+0
|
* refactor(client): :sparkles:syuilo2022-07-201-1/+2
|
* refactor(client): extract interval logic to a composable functionsyuilo2022-06-261-7/+8
| | | | あと`onUnmounted`を`onMounted`内で呼んでいたりしたのを修正したりとか
* feat(tests): add e2e tests for widgets (#8735)Andreas Nedbal2022-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test(e2e): add baseline for widget tests * chore(repo): enable test running in branch * fix(e2e): set viewport for widget tests * fix(client): add widget identifier classes to widgets * test(e2e): add memo widget test * fix(tests): force select value * fix(tests): force button press for widget addition * fix(tests): invoke select value differently * fix(tests): adjust widget submit * fix(tests): don't explicitly navigate for widget test * fix(tests): click label to hide select popup * fix(tests): just click modal background * fix(tests): adjust modal background selector * fix(tests): click all modal backgrounds * feat(e2e): add test for adding timeline widget * fix(client): add more widget identifier classes * feat(tests): add method abstraction for test cases * fix(tests): force-click overlays * fix(tests): force widget button press * fix(tests): remove timeout from final widget check * feat(tests): add widget removal test case * fix(client): use mk instead of msky as class prefix * fix(tests): check widgets for existence rather than visibility * chore(meta): don't run tests for specific feature branch
* Refactor widgets and fix lint issues (#8719)Andreas Nedbal2022-05-251-2/+2
| | | | | | | | | * fix(client): refactor widgets and fix lint issues * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor(client): specify global scopesyuilo2022-01-161-3/+3
|
* refactor: Widgetのcomposition api移行 (#8125)syuilo2022-01-081-97/+87
| | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * fix
* refactoringsyuilo2021-11-121-0/+167
Resolve #7779