summaryrefslogtreecommitdiff
path: root/packages/frontend/src/utility/paginator.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enable and fix no-unused-vars and no-async-promise-executor (#17070)anatawa122026-01-081-3/+3
| | | | | | | | | * dev: set --no-bail for lint task * lint: enable no-async-promise-executor lint and fix them * lint: enable no-unused-vars with allowing _ prefix * lint: fix semi
* refactor8frontend9: anyを除去 (#16778)かっこかり2025-11-101-2/+9
|
* fix(frontend): ↵かっこかり2025-08-221-9/+35
| | | | | | | | | | | | | | | | | | | | | ページネーションの進行方向を指定できるように (#16433) * fix(frontend): ページネーションの進行方向を指定できるように * Update Changelog * fix lint * fix: directionをMkPaginationに移動 * fix * fix * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): Paginatorの型エラー解消 (#16230)かっこかり2025-07-031-84/+156
| | | | | | | | | | | | | | | | | | | | | | | | | * fix(frontend): fix paginator type error * fix * refactor * fix * fix * fix(paginator): remove readonly type * fix * typo * fix: R -> E * remove any --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): improve pagination implementationsyuilo2025-06-291-0/+322