halo/ui/src
Takagi e8d547e506
fix: resolve the pagination issue of the select formkit component using remote data (#7726)
#### What type of PR is this?

/kind bug
/area ui

#### What this PR does / why we need it:

目前  Select 组件使用远程接口请求数据时,如果存在分页的数据则分页请求可以超过分页数量。
此 PR 限制了分页请求的次数。

#### Does this PR introduce a user-facing change?
```release-note
解决使用 Select 组件远程请求数据时的分页问题
```
2025-09-02 07:03:00 +00:00
..
assets chore: organize and fix imports (#6152) 2024-06-26 10:42:50 +00:00
components Support async permission checks in route menu generator (#7688) 2025-08-17 15:43:10 +00:00
composables Support async permission checks in route menu generator (#7688) 2025-08-17 15:43:10 +00:00
constants feat: add thumbnail records modal (#7630) 2025-07-22 13:54:18 +00:00
formkit fix: resolve the pagination issue of the select formkit component using remote data (#7726) 2025-09-02 07:03:00 +00:00
layouts chore: fix incorrect imports (#7558) 2025-06-16 14:26:52 +00:00
locales Add support for hidden comments (#7679) 2025-08-19 14:47:37 +08:00
setup refactor: optimize axios interceptor text/html content type detection (#7142) 2024-12-16 15:28:10 +00:00
stores refactor: remove login-related pages from UI project (#6712) 2024-09-28 10:19:41 +00:00
styles fix: resolve styling issue for checkbox when disabled (#6240) 2024-07-01 09:55:17 +00:00
types feat: change the tab title to the site title of the website (#5696) 2024-04-12 09:48:08 +00:00
utils fix: encode post cover image URLs to prevent loading issue (#7533) 2025-06-10 15:14:36 +00:00
views/exceptions Move folder console to ui 2024-02-02 22:22:51 +08:00
vite Comments now support rich text formatting display (#7674) 2025-08-12 06:26:47 +00:00