Skip to content

Commit

Permalink
chore: rename console to ui in some files (#5347)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/area ui
/kind cleanup

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

Rename console to ui in some files,

Ref #5314

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

```release-note
None
```
  • Loading branch information
ruibaby authored Feb 7, 2024
1 parent d2cee48 commit 8ce6ab6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
console
ui
.github
.git
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"prepare": "cd .. && husky install console/.husky",
"prepare": "cd .. && husky install ui/.husky",
"dev": "run-p dev:console dev:uc",
"dev:uc": "vite --host --config ./vite.uc.config.ts",
"dev:console": "vite --host --config ./vite.config.ts",
Expand Down
4 changes: 2 additions & 2 deletions ui/packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"repository": {
"type": "git",
"url": "https://github.com/halo-dev/halo.git",
"directory": "console/packages/api-client"
"directory": "ui/packages/api-client"
},
"bugs": {
"url": "https://github.com/halo-dev/halo/issues"
},
"homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/api-client#readme",
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/api-client#readme",
"license": "GPL-3.0",
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions ui/packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"repository": {
"type": "git",
"url": "https://github.com/halo-dev/halo.git",
"directory": "console/packages/components"
"directory": "ui/packages/components"
},
"bugs": {
"url": "https://github.com/halo-dev/halo/issues"
},
"homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/components#readme",
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/components#readme",
"license": "MIT",
"devDependencies": {
"@iconify-json/ri": "^1.1.15",
Expand Down
4 changes: 2 additions & 2 deletions ui/packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@halo-dev/richtext-editor",
"version": "2.13.0",
"description": "Default editor for Halo",
"homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/editor#readme",
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/editor#readme",
"bugs": {
"url": "https://github.com/halo-dev/halo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/halo-dev/halo.git",
"directory": "console/packages/editor"
"directory": "ui/packages/editor"
},
"license": "GPL-3.0",
"author": "@halo-dev",
Expand Down
4 changes: 2 additions & 2 deletions ui/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"repository": {
"type": "git",
"url": "https://github.com/halo-dev/halo.git",
"directory": "console/packages/shared"
"directory": "ui/packages/shared"
},
"bugs": {
"url": "https://github.com/halo-dev/halo/issues"
},
"homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/shared#readme",
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/shared#readme",
"license": "MIT",
"devDependencies": {
"vite-plugin-dts": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions ui/packages/ui-plugin-bundler-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@halo-dev/ui-plugin-bundler-kit",
"version": "2.13.0",
"homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/ui-plugin-bundler-kit#readme",
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/ui-plugin-bundler-kit#readme",
"bugs": {
"url": "https://github.com/halo-dev/halo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/halo-dev/halo.git",
"directory": "console/packages/ui-plugin-bundler-kit"
"directory": "ui/packages/ui-plugin-bundler-kit"
},
"license": "GPL-3.0",
"author": "@halo-dev",
Expand Down

0 comments on commit 8ce6ab6

Please sign in to comment.