Skip to content

Commit

Permalink
Refactor admin page (#140)
Browse files Browse the repository at this point in the history
* fix: upgrade the typescript to v5 to resolve the vuejs lang server issue

vuejs/language-tools#2190

* fix: make admin user page an independent page component, downgrade ts for supporting estree
  • Loading branch information
uier committed Aug 7, 2023
1 parent e32f982 commit f1aec19
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 230 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,7 +57,7 @@
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.0.23",
"typescript": "^4.9.4",
"typescript": "^5.0.4",
"unplugin-icons": "^0.15.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.4",
Expand Down
78 changes: 43 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/constants.ts
Expand Up @@ -52,6 +52,7 @@ export const LOCAL_STORAGE_KEY = {
MINI_SIDEBAR: "mini-sidebar",
LOCALE: "locale",
LAST_USED_LANG: "last-used-lang",
ADMIN_TAB: "admin-tab",
};

export const UNLIMITED_QUOTA = -1;
Expand Down

0 comments on commit f1aec19

Please sign in to comment.