halo/ui/console-src/modules/contents/posts
Ryan Wang f40770ad64
chore: add prettier-plugin-organize-imports plugin to organize imports (#6836)
#### What type of PR is this?

/area ui
/kind improvement
/milestone 2.20.x

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

使用 https://github.com/simonhaenisch/prettier-plugin-organize-imports 优化 UI 项目的模块导入,之前我们是通过[配置 VSCode](9468e8741f/ui/.vscode/settings.json (L34-L36)) 来实现导入优化,但这种方式局限于 VSCode 编辑器,在其他编辑器无法得到统一的支持。

并且我们为 UI 添加了 git pre commit hook,在提交代码前会对已修改的文件执行 prettier,这样能够更好的保证一致性。

<img width="1475" alt="image" src="https://github.com/user-attachments/assets/755e2aba-be07-4fba-8007-6210ef44a8ef">

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

```release-note
None
```
2024-10-12 07:05:09 +00:00
..
categories refactor: unified empty state UI action button styles (#6704) 2024-09-26 08:47:31 +00:00
components refactor: simplify post settings form fields (#6539) 2024-08-29 02:31:24 +00:00
composables chore: organize and fix imports (#6152) 2024-06-26 10:42:50 +00:00
tags chore: add prettier-plugin-organize-imports plugin to organize imports (#6836) 2024-10-12 07:05:09 +00:00
widgets chore: organize and fix imports (#6152) 2024-06-26 10:42:50 +00:00
DeletedPostList.vue refactor: unified empty state UI action button styles (#6704) 2024-09-26 08:47:31 +00:00
PostEditor.vue fix: resolve potential exception during bulk image upload in post creation (#6276) 2024-07-05 18:21:46 +08:00
PostList.vue refactor: unified empty state UI action button styles (#6704) 2024-09-26 08:47:31 +00:00
PostSnapshots.vue chore: organize and fix imports (#6152) 2024-06-26 10:42:50 +00:00
module.ts chore: organize and fix imports (#6152) 2024-06-26 10:42:50 +00:00