halo/ui/console-src/modules/contents/posts/components
Ryan Wang 7a315302a8
refactor: add chunked execution mechanism for post batch operations (#7378)
#### What type of PR is this?

/area ui
/kind improvement
/milestone 2.20.x

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

Use `Promise.all` to execute part of the batch operation logic of the post in chunks to optimize the execution performance.

#### Which issue(s) this PR fixes:

Fixes #

#### Does this PR introduce a user-facing change?

```release-note
优化文章部分批量操作的执行性能
```
2025-04-23 14:17:13 +00:00
..
__tests__ chore: organize and fix imports (#6152) 2024-06-26 10:42:50 +00:00
entity-fields refactor: improve part of the post operation logic using the patch api (#6464) 2024-08-14 06:59:57 +00:00
PostBatchSettingModal.vue refactor: add chunked execution mechanism for post batch operations (#7378) 2025-04-23 14:17:13 +00:00
PostListItem.vue refactor: improve part of the post operation logic using the patch api (#6464) 2024-08-14 06:59:57 +00:00
PostSettingModal.vue fix: post slug generation not following selected strategy (#6914) 2024-10-22 06:52:28 +00:00
SnapshotContent.vue chore: organize and fix imports (#6152) 2024-06-26 10:42:50 +00:00
SnapshotListItem.vue chore: organize and fix imports (#6152) 2024-06-26 10:42:50 +00:00