Skip to content

Commit

Permalink
feat: UI optimization;Adding login guidance;Solve bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Peek-A-Booo committed May 21, 2023
1 parent 97b1b32 commit 342d47e
Show file tree
Hide file tree
Showing 13 changed files with 211 additions and 163 deletions.
12 changes: 12 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

> 2023-05-16
### Add

- Add account system
- Adding login guidance for users who are not logged in
- Multi-language configuration for login email sending page

### Changed

- UI optimization
- Cancel response immediately when switching channels if data is being requested or generated.
- Trying to solve: Issue of error log being reported when canceling fetch requests

## v0.3.0

> 2023-05-11
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ English / [简体中文](./README_CN.md)

L-GPT is an open-source project that helps you improve your learning, work, and life efficiency by providing various AI models. [Demo](https://gpt.ltopx.com)

[QQ 群](./public/screenshots/qq.jpeg)

## Preview

<img src="./public/screenshots/screenshot-pc.png">
Expand Down
2 changes: 0 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

L-GPT 是一款开源项目,通过提供不同的 AI 模型来帮助你提高学习、工作、生活的效率。 [Demo](https://gpt.ltopx.com)

[QQ 群](./public/screenshots/qq.jpeg)

## 预览

<img src="./public/screenshots/screenshot-pc.png">
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@
"dependencies": {
"@emotion/css": "11.11.0",
"@next-auth/prisma-adapter": "1.0.6",
"@prisma/client": "4.14.0",
"@prisma/client": "4.14.1",
"@radix-ui/react-alert-dialog": "1.0.3",
"@radix-ui/react-context-menu": "2.1.3",
"@radix-ui/react-dialog": "1.0.3",
"@radix-ui/react-dropdown-menu": "2.0.4",
"@radix-ui/react-popover": "1.0.5",
"@radix-ui/react-select": "1.2.1",
"@radix-ui/react-slider": "1.1.1",
"@radix-ui/react-toast": "^1.1.3",
"@radix-ui/react-toast": "1.1.3",
"@sentry/nextjs": "7.52.1",
"@svgr/webpack": "8.0.1",
"@types/node": "20.1.5",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "1.0.1",
"ahooks": "3.7.7",
"autoprefixer": "10.4.14",
"clsx": "1.2.1",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"file-saver": "2.0.5",
"framer-motion": "10.12.11",
"framer-motion": "10.12.12",
"l-hooks": "0.4.5",
"math-random": "2.0.1",
"next": "13.4.2",
"next": "13.4.3",
"next-auth": "4.22.1",
"next-intl": "2.14.2",
"next-themes": "0.2.1",
Expand All @@ -66,6 +66,6 @@
"@types/math-random": "1.0.0",
"@types/react-syntax-highlighter": "15.5.6",
"@types/uuid": "9.0.1",
"prisma": "4.14.0"
"prisma": "4.14.1"
}
}
Loading

1 comment on commit 342d47e

@vercel
Copy link

@vercel vercel bot commented on 342d47e May 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.