Go to file
Ryan Wang 21d3220817
feat: singlePage management adds filtering support (#625)
#### What type of PR is this?

/kind feature
/milestone 2.0

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

自定义页面管理支持筛选,适配 https://github.com/halo-dev/halo/pull/2481

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

Fixes https://github.com/halo-dev/halo/issues/2469

#### Special notes for your reviewer:

测试方式:

1. Halo 需要切换到 https://github.com/halo-dev/halo/pull/2481 PR 的分支。
2. Console 需要 `pnpm install`
3. 创建多个自定义页面。
4. 测试筛选功能是否符合预期

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

```release-note
自定义页面管理支持筛选
```
2022-09-28 15:50:18 +00:00
.changeset chore: add changeset 2022-07-08 15:14:59 +08:00
.github Support pushing to Docker Hub (#607) 2022-09-08 15:13:37 +08:00
.husky chore: update husky pre-commit file 2022-08-12 16:24:47 +08:00
.vscode chore: update vscode extension recommendations 2022-08-31 23:35:46 +08:00
cypress chore: next major version base project (#478) 2022-03-03 18:26:15 +08:00
packages feat: add global search support (#623) 2022-09-28 06:50:16 +00:00
public feat: change favicon to halo logo 2022-09-27 17:30:14 +08:00
src feat: singlePage management adds filtering support (#625) 2022-09-28 15:50:18 +00:00
.dockerignore Add dockerignore file to ignore node_modules folder while building docker image (#588) 2022-07-19 07:50:05 +00:00
.editorconfig refactor: upgrade codemirror version. (#354) 2021-09-15 21:44:00 +08:00
.env.development feat: add base url config support 2022-07-25 11:23:46 +08:00
.env.production refactor: improve login-related logic (#617) 2022-09-22 12:46:12 +00:00
.eslintrc.cjs chore: use vue/vue3-recommended eslint plugin 2022-08-30 17:30:43 +08:00
.gitignore chore: use pnpm's workspace feature to manage base components (#579) 2022-06-14 15:56:55 +08:00
.gitpod.yml chore: update gitpod config 2022-09-09 19:17:22 +08:00
.npmignore refactor: refactor post preview and private post view. 2019-12-19 17:50:23 +08:00
.npmrc chore: bump dependencies 2022-08-23 11:10:29 +08:00
Dockerfile Refactor GitHub workflow configuration (#589) 2022-07-19 19:31:11 +08:00
LICENSE release: 1.2.0. 2020-01-05 22:39:18 +08:00
OWNERS chore: create OWNERS file (#548) 2022-04-12 14:16:03 +08:00
README.md docs: update readme 2022-07-19 14:11:45 +08:00
cypress.json chore: next major version base project (#478) 2022-03-03 18:26:15 +08:00
env.d.ts chore: use pnpm's workspace feature to manage base components (#579) 2022-06-14 15:56:55 +08:00
index.html feat: change favicon to halo logo 2022-09-27 17:30:14 +08:00
package.json feat: singlePage management adds filtering support (#625) 2022-09-28 15:50:18 +00:00
pnpm-lock.yaml feat: singlePage management adds filtering support (#625) 2022-09-28 15:50:18 +00:00
pnpm-workspace.yaml chore: use pnpm's workspace feature to manage base components (#579) 2022-06-14 15:56:55 +08:00
postcss.config.js chore: configure tailwind css (#504) 2022-03-11 11:51:40 +08:00
prettier.config.js chore: add tailwindcss prettier plugin and reformat code 2022-05-29 23:55:06 +08:00
tailwind.config.js feat: add comment management support (#612) 2022-09-19 09:26:50 +00:00
tsconfig.app.json feat: add attachment management support (#600) 2022-09-04 17:06:11 +00:00
tsconfig.json chore: next major version base project (#478) 2022-03-03 18:26:15 +08:00
tsconfig.vite-config.json refactor: external static libraries 2022-09-26 13:16:40 +08:00
tsconfig.vitest.json chore: next major version base project (#478) 2022-03-03 18:26:15 +08:00
vite.config.ts refactor: external static libraries 2022-09-26 13:16:40 +08:00
vitest.config.ts refactor: vitest config 2022-08-01 17:41:39 +08:00

README.md

Halo logo

Halo 2.0 的管理端项目WIP

GitHub release GitHub GitHub last commit GitHub Workflow Status Gitpod ready-to-code


开发环境运行

# pnpm@7.0.0+
npm install -g pnpm
pnpm install 
# build packages
pnpm build:packages
pnpm dev

生产构建

pnpm build

状态

Repobeats analytics