Commit Graph

432 Commits

Author SHA1 Message Date
599153574@qq.com f2b81a2f23 add french translation -增加法语翻译 2023-05-12 07:51:04 +08:00
Yifei Zhang d42622a5c1
Merge pull request #1383 from PaRaD1SE98/main
给所有select元素添加一个右侧下拉按钮
2023-05-11 11:48:59 +08:00
Petr Branberger c87eee1fda Fixed typo syntax error 2023-05-10 16:33:22 +02:00
PaRaD1SE98 960aa90c32 优化Select component 2023-05-10 14:09:30 +00:00
Petr Branberger c4210be3c7 Czech language update 2023-05-10 15:48:36 +02:00
Petr Branberger 28a49827ff Merge branch 'main' of https://github.com/pBrambi/ChatGPT-Next-Web 2023-05-10 15:12:31 +02:00
Petr Branberger 736869454b Fix /cs.ts to include the option 2023-05-10 12:50:12 +02:00
Petr Branberger db9084b0dc Fix redefined "DE" in /index.ts 2023-05-10 12:39:33 +02:00
crim50n 71a546dd44 Adding Russian translation
Adding a Russian translation and fixing other language files to make them look the same.
2023-05-10 10:16:40 +03:00
PaRaD1SE98 96e3d3a22c 给所有select元素添加一个右侧下拉按钮 2023-05-10 07:14:49 +00:00
ShengYan, Zhang a80dcaa1c3 fix: row count logic 2023-05-10 09:27:33 +08:00
Yidadaa cb55ce084c feat: add model and time info to prompts 2023-05-10 00:51:43 +08:00
Yidadaa e4630e6a0f fixup 2023-05-09 23:38:34 +08:00
Yidadaa 6d9abf11b8 fix: #1363 session index after deleting 2023-05-09 23:36:30 +08:00
Yidadaa 7e8def50aa feat: close #444 use env var to disable gpt-4 2023-05-09 23:20:03 +08:00
Yidadaa 2b7f72deec feat: close #1055 cmd/alt/ctrl + arrow up/down to switch window 2023-05-09 23:01:17 +08:00
Yidadaa 9b1f25140e fix: #1359 empty line wrap count 2023-05-09 22:46:06 +08:00
Yidadaa 222301307f feat: close #1301 support message actions 2023-05-09 00:39:00 +08:00
Yidadaa 1b19fdfe11 feat: #1303 improve long text input ux and mobile modal 2023-05-08 22:49:51 +08:00
Yidadaa 1f2ef1cdb7 fix: #1307 empty messages 2023-05-08 22:21:06 +08:00
Yidadaa c394b21423 fix: #1294 fallback while mermaid render fails 2023-05-08 22:18:19 +08:00
Yifei Zhang 696e84ea88
Merge pull request #1315 from binh234/vi_translation
Add Vietnamese translation
2023-05-08 11:51:28 +08:00
ShengYan, Zhang 9bcfe6461d chore: remove an unused css name 2023-05-08 08:48:47 +08:00
ShengYan, Zhang 4a82a91f2d fix: styles on .user-prompt-buttons 2023-05-08 08:27:10 +08:00
Mokou 6d62ab4257 feat: mobile chat overscroll-behavior none 2023-05-07 18:33:40 +08:00
Binh Le f6ff32f339 Add Vietnamese translation 2023-05-07 14:54:09 +07:00
LaChimere 1facbb2906 fix typo 2023-05-07 13:52:26 +08:00
ShengYan, Zhang 96545bd523 fix: show Loading Icon when checking repo update 2023-05-06 20:12:26 +08:00
Yidadaa d88da1f6ab feat: close #951 support mermaid 2023-05-05 23:32:35 +08:00
Yidadaa fe8e3f2bcf fix: #1273 overlap detecting 2023-05-05 22:59:21 +08:00
Yidadaa 4b9d753254 fix: #1251 use google fonts mirror 2023-05-05 22:49:41 +08:00
Yifei Zhang ec655f5182
Merge pull request #1248 from wsw2000/main
refactor: determine userInput by trimming
2023-05-04 23:26:02 +08:00
Yifei Zhang 093df395c7
Merge pull request #1235 from xesrc/main
resolve problem about basic auth when the app is behind a proxy server
2023-05-04 23:25:49 +08:00
wsw 319959ad6e refactor: determine userInput by trimming 2023-05-04 22:53:22 +08:00
Yidadaa c2e79d22d2 fix: #1233 detect api key with custom prefix 2023-05-04 22:50:07 +08:00
Yidadaa 596c9b1d27 feat: close #887 import masks 2023-05-04 22:33:13 +08:00
Yidadaa 40223e6b3f fix: #1237 can not delete cloned mask 2023-05-04 22:31:10 +08:00
Yidadaa eec1dd6448 fix: proxy api request 2023-05-04 22:18:03 +08:00
xesrc a5fe9bc6d6 resolve problem about basic auth when the app is behind a proxy server 2023-05-04 16:11:44 +08:00
Yidadaa fce3b3ce7b feat: use commit time as version id 2023-05-04 00:12:00 +08:00
Yidadaa 074bd9f045 feat: close #663 allow disable user api key input 2023-05-03 23:49:33 +08:00
Yidadaa b1ea26467d refactor: extract client side openai url 2023-05-03 23:25:17 +08:00
Yidadaa 48ebd74859 refactor: merge token and access code 2023-05-03 23:08:37 +08:00
Yidadaa ef5b7ce853 refactor: merge /api/chat-stream to /api/openai 2023-05-03 17:07:09 +08:00
Yidadaa 06268543d0 fixup 2023-05-03 16:24:25 +08:00
Yidadaa 58eadd6d7b feat: close #782 select prompt with arrow down / up 2023-05-03 16:22:37 +08:00
Yidadaa f250594e97 Merge branch 'main' into bugfix-0503 2023-05-03 15:56:02 +08:00
Yidadaa c1b6828ed4 fix: #1201 wont close prompt list when blur 2023-05-03 15:55:46 +08:00
Yidadaa 328ecd1cfb fix: #1210 change default lang to en 2023-05-03 15:22:44 +08:00
Clarence Dan aeda7520fe
fix: Resolve markdown link issue
Resolved Markdown Issue
This pull request also resolves an issue where internal links were not redirecting properly in markdown, and optimizes the behavior for external links to open in a new window.
2023-05-02 11:18:18 +08:00