summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkPullToRefresh.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | | Transformを使わないように (#12539) * refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
* tweak MkPullToRefreshsyuilo2023-11-041-2/+2
|
* enhance(frontend): improve pull to refreshsyuilo2023-11-041-29/+43
|
* enhance(frontend): improve pull to refreshsyuilo2023-11-021-3/+13
|
* tweak MkPullToRefreshsyuilo2023-10-301-15/+17
|
* feat(frontend): ↵_2023-10-301-0/+238
スワイプやボタンでタイムラインを再読込する機能 (#12113) * pc reloading * add: disable TL websocket option * fix: stream disconnect when reload * add: pull to refresh * fix: pull to refresh * add changelog * fact: change to disableStreamingTimeline * lint * remove: en-US text * refactor * refactor * add license identifier * tweak * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * change name timeoutHeartBeat * tweak * :art: --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>