halo/console/packages/editor
Ryan Wang 7a84f55300
feat: add supports for hide the sidebar of editor (#4942)
#### What type of PR is this?

/area console
/area editor
/kind feature
/milestone 2.11.0

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

支持隐藏/显示默认编辑器的侧边栏。

<img width="1451" alt="图片" src="https://github.com/halo-dev/halo/assets/21301288/6f641230-8f31-4f6b-83d2-e92dbc0303e8">
<img width="1363" alt="图片" src="https://github.com/halo-dev/halo/assets/21301288/921aa75e-ffd5-4785-9507-0b3b361efa31">

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

Fixes #

#### Special notes for your reviewer:

测试截图中隐藏/显示侧边栏的按钮是否正常工作即可。

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

```release-note
支持隐藏/显示默认编辑器的侧边栏。
```
2023-11-30 04:14:08 +00:00
..
docs chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
src feat: add supports for hide the sidebar of editor (#4942) 2023-11-30 04:14:08 +00:00
.eslintrc.cjs chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
.gitignore chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
.release-it.json chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
env.d.ts chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
index.html chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
package.json chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
postcss.config.js chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
prettier.config.js chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
tailwind.config.js chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
tsconfig.app.json chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
tsconfig.json chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
tsconfig.node.json chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
tsconfig.vitest.json chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
vite.config.ts chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
vite.lib.config.ts chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00