summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkPagination.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): use ESMsyuilo2023-09-191-6/+6
|
* update deps (#11764)syuilo2023-09-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* 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-2/+2
| | | | | | | (#11274) * refactor: `Array.prototype.at`を使うように * fixup! refactor: `Array.prototype.at`を使うように
* fix(frontend): In MkPagination, init() also initializes itemstamaina2023-07-061-2/+1
| | | | ユーザーページのノートタブで小タブを変更すると前のタイムラインが残る問題を修正
* enhance(frontend): Better Timeline(MkPagination) Experience (#11066)tamaina2023-07-051-45/+125
| | | | | | | | | | | | | | | * enhance(frontend): Better MkPagination Appearance * fix * fix * 新規投稿が空でも先頭に戻ったらunshiftItemsする * use Map * refactor, 型エラー潰し * refactor
* エラー画像URLを設定可能に (#10959)Ebise Lutica2023-06-091-1/+3
| | | | | | | | | | | * エラー画像URLを設定可能に * Update CHANGELOG.md * 設定したエラーアイコンをprefetchするようにbase.pugを変更 * 不足していたデータを追加 * enhance(frontend): デザイン調整
* refactorsyuilo2023-05-191-4/+4
|
* fix(frontend): tweak MkPagination behaviouyrsyuilo2023-04-031-19/+17
|
* refactor(frontend): remove $storesyuilo2023-04-011-4/+4
|
* [ci skip] :art:syuilo2023-03-051-2/+2
|
* バックグラウンドで一定時間経過したらページネーショ ↵YS2023-02-251-3/+34
| | | | のアイテム更新をしない (#10053)
* lintsyuilo2023-02-221-1/+1
|
* fix: pagenation (#9885)futchitwo2023-02-121-1/+1
|
* fix(client): Fix #9600 chat paging issuetamaina2023-01-151-4/+0
| | | | Previous chat history not shown
* refactor(client): use css modulessyuilo2023-01-141-18/+22
|
* refactor: pagination/date-separated-list系処理を良い感じに? (#8209)tamaina2023-01-131-106/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pages/messaging/messaging-room.vue * wip * wip * wip??? * wip? * :v: * messaaging-room.form.vue rewrite to compositon api * refactor * 関心事でないのでとりあえず置いておく * :art: * :art: * i18n.ts * fix scroll container find function * fix * FIX * :v: * Fix scroll bottom detect * wip * aaaaaaaaaaa * rename * fix * fix? * :v: * :v: * clean up * clena up * refactor * scroll event once or not * fix * fix once * add safe-area-inset-bottom to spacer * fix * :v: * :art: * fix * fix * wip * :v: * clean up * fix lint * Update packages/client/src/components/global/sticky-container.vue Co-authored-by: Johann150 <johann.galle@protonmail.com> * Update packages/client/src/components/ui/pagination.vue Co-authored-by: Johann150 <johann.galle@protonmail.com> * Update packages/client/src/pages/messaging/messaging-room.form.vue Co-authored-by: Johann150 <johann.galle@protonmail.com> * clean up: single line comment * https://github.com/misskey-dev/misskey/pull/8209#discussion_r867386077 * fix * asobi → tolerance * pick form * pick message * pick room * fix lint * fix scroll? * fix scroll.ts * fix directives/sticky-container * update global/sticky-container.vue * fix, :art: * revert merge * :v: * fix lint errors * :art: * Update packages/client/src/types/date-separated-list.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * https://github.com/misskey-dev/misskey/pull/8209#discussion_r917225080 * use ' * Update packages/client/src/scripts/scroll.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * use Number.EPSILON Co-authored-by: acid-chicken <root@acid-chicken.com> * revert * fix * fix * Use % instead of vh * :art: * :art: * :art: * wip * wip * css modules Co-authored-by: Johann150 <johann.galle@protonmail.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* refactorsyuilo2023-01-051-2/+2
|
* perf(client): use shallowRef for html element refsyuilo2023-01-031-2/+2
|
* tweak displayLimit of paginationsyuilo2023-01-031-1/+1
|
* refactorsyuilo2022-12-301-2/+2
|
* Revert "perf?(client): remove needless scoped annotation for style"syuilo2022-12-271-2/+0
| | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
* perf?(client): remove needless scoped annotation for stylesyuilo2022-12-271-0/+2
|
* rename: client -> frontendsyuilo2022-12-271-0/+317