-
Notifications
You must be signed in to change notification settings - Fork 482
refactor: use tanstack query to refactor post-related fetching #879
refactor: use tanstack query to refactor post-related fetching #879
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
/lgtm 文章相关界面均能正常请求。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New changes are detected. LGTM label has been removed. |
Fixed |
批量删除没有效果 |
与此 PR 无关,新提交了 issue#3375 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: guqing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
…dev/console#879) #### What type of PR is this? /kind improvement #### What this PR does / why we need it: 使用 [TanStack Query](https://github.com/TanStack/query) 重构文章相关数据请求的相关逻辑。 #### Which issue(s) this PR fixes: Ref halo-dev#3360 #### Special notes for your reviewer: 测试方式: 1. 测试文章相关联的页面,包括文章管理、分类、标签。 #### Does this PR introduce a user-facing change? ```release-note None ```
What type of PR is this?
/kind improvement
What this PR does / why we need it:
使用 TanStack Query 重构文章相关数据请求的相关逻辑。
Which issue(s) this PR fixes:
Ref halo-dev/halo#3360
Special notes for your reviewer:
测试方式:
Does this PR introduce a user-facing change?