summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkPageWindow.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(frontend): ↵まっちゃとーにゅ2023-12-081-1/+1
| | | | window.openやaタグにnoopenerオプションをつける (MisskeyIO#283)
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | 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: 対応漏れ
* enhance(frontend): improve pull to refreshsyuilo2023-11-041-1/+1
|
* feat(frontend): ↵_2023-10-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | スワイプやボタンでタイムラインを再読込する機能 (#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>
* refactor(frontend): use ESMsyuilo2023-09-191-10/+10
|
* 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>
* refactor: 可読性のため一部で`Array.prototype.at`を使うように ↵okayurisotto2023-07-141-1/+1
| | | | | | | (#11274) * refactor: `Array.prototype.at`を使うように * fixup! refactor: `Array.prototype.at`を使うように
* fix(frontend): ↵syuilo2023-07-081-3/+7
| | | | | | ページ遷移でスクロール位置が保持されない問題を修正 Fix #11068
* fix: ↵Chocolate Pie2023-07-081-2/+3
| | | | | | | | | | | | | 非ログイン時にクレデンシャルが必要なページに行くとエラーが出る問題を修正 (#10973) * 非ログイン時にクレデンシャルが必要なページに行くとエラーが出る問題を修正 (misskey-dev/misskey#10922) * Update CHANGELOG.md * fix * Update CHANGELOG.md * Update CHANGELOG.md
* refactorsyuilo2023-05-191-6/+6
|
* clean upsyuilo2023-05-151-2/+2
|
* enhance(client): make possible to reload page of windowsyuilo2023-02-221-1/+10
| | | | Resolve #10007
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-3/+2
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* add some achievementssyuilo2023-01-211-1/+14
|
* refactor(client): use css modulessyuilo2023-01-141-3/+3
|
* :art:syuilo2023-01-071-0/+3
|
* :art:syuilo2023-01-061-4/+4
|
* perf(client): use shallowRef instead of ref for template referencesyuilo2023-01-031-1/+1
|
* :art:syuilo2022-12-281-1/+1
|
* Revert "perf?(client): remove needless scoped annotation for style"syuilo2022-12-271-1/+1
| | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
* perf?(client): remove needless scoped annotation for stylesyuilo2022-12-271-1/+1
|
* rename: client -> frontendsyuilo2022-12-271-0/+140