Ryan Wang
4029dd8282
feat: add support for setting console's favicon ( #788 )
...
#### What type of PR is this?
/kind feature
#### What this PR does / why we need it:
Console 支持使用系统设置中的 Favicon。
#### Which issue(s) this PR fixes:
Fixes https://github.com/halo-dev/halo/issues/3010
#### Screenshots:
![2022-12-20 19 40 48](https://user-images.githubusercontent.com/21301288/208658754-d62f9d46-7f15-412f-80e2-17fd9729ca8f.gif )
#### Special notes for your reviewer:
测试方式:
1. 进入系统设置。
2. 设置任意一个图片为 Favicon。
3. 观察 Console 的站标是否被修改。
#### Does this PR introduce a user-facing change?
```release-note
Console 端支持设置 Favicon
```
2 years ago
Ryan Wang
e1155c35fa
refactor: rename admin to console ( #634 )
...
#### What type of PR is this?
/kind improvement
/milestone 2.0
#### What this PR does / why we need it:
Ref https://github.com/halo-dev/halo/pull/2521 我们已经将 halo-admin 的命名改为了 console,所以相关命名需要同步修改。
#### Which issue(s) this PR fixes:
Fixes https://github.com/halo-dev/halo/issues/2519
#### Special notes for your reviewer:
/cc @halo-dev/sig-halo-console
测试方式:
1. 需要 `pnpm install && pnpm build:packages`
2. 测试后台功能是否正常。
PS:将在此 PR 合并之后发布 `@halo-dev/console-shared` 包到 npm。
#### Does this PR introduce a user-facing change?
```release-note
None
```
2 years ago
Ryan Wang
2b9ddcfa56
feat: change favicon to halo logo
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2 years ago
Ryan Wang
e344e0ac0e
feat: add base url config support
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2 years ago
Ryan Wang
3027293bd4
refactor: admin ui theme system
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2 years ago
Ryan Wang
095c74c40f
refactor: move route layouts to @halo-dev/admin-shared
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2 years ago
Ryan Wang
690802c52a
chore: global loading of base dependencies
2 years ago
Ryan Wang
f58428215d
feat: add mobile bottom menu bar
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
3 years ago
Ryan Wang
3d572c0643
feat: add base layout components
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
3 years ago
Ryan Wang
6967487609
feat: add page loader animation
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
3 years ago
Ryan Wang
6858ab3be0
feat: add theme palette config ( #511 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
3 years ago
Ryan Wang
020db1422e
chore: next major version base project ( #478 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
3 years ago