summaryrefslogtreecommitdiff
path: root/packages/client/src/widgets/federation.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-271-147/+0
|
* Use tabler icons (#9354)syuilo2022-12-191-1/+1
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* Revert "wip"syuilo2022-12-191-1/+1
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-191-1/+1
|
* fix(client): use proxied image for instance iconsyuilo2022-12-081-1/+6
|
* refactor(client): refactor file name and directory structuresyuilo2022-09-061-1/+1
|
* refactor(client): align filename to component namesyuilo2022-08-311-1/+1
|
* refactor(client): :sparkles:syuilo2022-07-201-1/+2
|
* refactor(client): extract interval logic to a composable functionsyuilo2022-06-261-6/+4
| | | | あと`onUnmounted`を`onMounted`内で呼んでいたりしたのを修正したりとか
* feat: allow GET for some endpointssyuilo2022-06-251-3/+3
| | | | Resolve #8263
* 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-1/+1
| | | | | | | | | * 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>
* fix federation widgetsyuilo2022-01-311-1/+1
|
* fix federation widged (#8221)Johann1502022-01-301-4/+4
| | | | The variables accidentally shadowed the variables that contain the ref's to be rendered into the template.
* disable animations on more transitions (#8112)Johann1502022-01-251-1/+1
|
* refactor(client): specify global scopesyuilo2022-01-161-2/+2
|
* refactor: Widgetのcomposition api移行 (#8125)syuilo2022-01-081-55/+53
| | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * fix
* update linrsyuilo2021-11-191-2/+2
|
* refactoringsyuilo2021-11-121-0/+145
Resolve #7779