ChatGPT-Next-Web/app/components
xiaotianxt dd20c36a55 fix: distinguish PC/Mobile behavior on auto-scroll
The chat list should be set to auto-scroll on mobile screen when the
input textarea is focused. It should not behave like that on PC screen
because user may want to refer to previous content.
2023-04-06 20:38:21 +08:00
..
button.module.scss
button.tsx
chat-list.tsx feat(dnd): add drag and drop feature 2023-04-06 01:43:10 +08:00
chat.module.scss feat: close #469 support reset session and do not send memory 2023-04-06 02:37:12 +08:00
chat.tsx fix: distinguish PC/Mobile behavior on auto-scroll 2023-04-06 20:38:21 +08:00
error.tsx fix: #397 #373 Array.prototype.at polyfill errors 2023-04-03 13:29:37 +08:00
home.module.scss feat(dnd): add drag and drop feature 2023-04-06 01:43:10 +08:00
home.tsx performance: introduce lazy-loading for ChatList 2023-04-06 02:41:27 +08:00
input-range.module.scss fix: 兼容不同浏览器的input range兼容 2023-04-06 12:39:31 +08:00
input-range.tsx fix: 兼容不同浏览器的input range兼容 2023-04-06 12:39:31 +08:00
markdown.tsx linkTarget={'_blank'},这个对于对话框中的链接,会在新的tab页打开,体验更好。 2023-04-04 16:33:36 +08:00
settings.module.scss fix: #418 valid model config 2023-04-04 01:05:33 +08:00
settings.tsx fix: 兼容不同浏览器的input range兼容 2023-04-06 12:39:31 +08:00
ui-lib.module.scss fix: #559 custom input ui style 2023-04-06 18:16:49 +08:00
ui-lib.tsx fix: #439 context prompt input with textarea 2023-04-06 02:05:44 +08:00
window.scss fix: header title overflow 2023-04-05 11:32:45 +00:00