llama-gpt/components/Chat
Syed Muzamil 91cbe0b104
fix: some ui issues (#346)
* fix: scroll button not visible in light mode

* fix: sidebar when there is a folder

When a folder is added in the sidebar and there are less items scroll
bar appears. This simple change fixes that behaviour

* fix: small devices regerate/Stop button below input

Below 768px Stop Genrating and Regerate Button remains hidden behind the
input. This is the fix for that
2023-04-01 23:11:03 -06:00
..
Chat.tsx fix: some ui issues (#346) 2023-04-01 23:11:03 -06:00
ChatInput.tsx fix: some ui issues (#346) 2023-04-01 23:11:03 -06:00
ChatLoader.tsx fix: label layout shift (#338) 2023-03-31 20:14:59 -06:00
ChatMessage.tsx fix: resolve Enter event conflict during CJK IME (#253) 2023-03-28 02:46:16 -06:00
ErrorMessageDiv.tsx Prompts (#229) 2023-03-27 09:38:56 -06:00
ModelSelect.tsx Feature: add link to openai account usage (#319) 2023-03-30 20:10:11 -06:00
PromptList.tsx make all chat area components tabbable (accessibility) (#246) 2023-03-28 02:35:57 -06:00
Regenerate.tsx make all chat area components tabbable (accessibility) (#246) 2023-03-28 02:35:57 -06:00
SystemPrompt.tsx fix: prompts list height (#340) 2023-04-01 01:40:25 -06:00
VariableModal.tsx Prompts (#229) 2023-03-27 09:38:56 -06:00