Skip to content

Commit

Permalink
Use app router (#15)
Browse files Browse the repository at this point in the history
* feat: refactor setting page to app router

* feat: move rest pages to app router

* feat: update auth

* feat: error handle

* fix: some bugs
  • Loading branch information
lee88688 authored Mar 11, 2024
1 parent 03e1af2 commit 186fbeb
Show file tree
Hide file tree
Showing 49 changed files with 834 additions and 994 deletions.
182 changes: 97 additions & 85 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@mui/icons-material": "^5.14.7",
"@mui/lab": "^5.0.0-alpha.152",
"@mui/material": "^5.14.7",
"@mui/material-nextjs": "^5.15.11",
"@prisma/client": "^5.6.0",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.29.25",
Expand All @@ -39,13 +40,15 @@
"lru-cache": "^10.1.0",
"mime-types": "^2.1.35",
"mkdirp": "^3.0.1",
"next": "^13.5.6",
"next": "^14.1",
"notistack": "^3.0.1",
"original-fs": "^1.2.0",
"prisma": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-photo-view": "^1.2.4",
"rimraf": "^5.0.1",
"server-only": "^0.0.1",
"superjson": "^1.13.1",
"tss-react": "^4.9.2",
"unzipper": "^0.10.14",
Expand Down
Loading

0 comments on commit 186fbeb

Please sign in to comment.