Louis
5e80587138
chore: button css
2025-05-15 17:10:56 +07:00
Louis
e1995a3ccb
feat: permission dialog for tool call requests
2025-05-15 17:10:56 +07:00
Louis
d17c2ea5e5
fix: input scrolls to the bottom when set the caret to the top ( #4399 )
...
* fix: input scrolls to the bottom on long inputs
* test: fix failed tests
2025-01-03 23:47:27 +07:00
Faisal Amir
7d07e995ab
feat: handle case thread when original model deleted ( #4280 )
2024-12-18 18:37:26 +08:00
hongchan-ui
6efdb74027
chore: Fix linter issue by adjusting onKeyDown logic formatting to Prettier standard
...
- Refactored condition in `onKeyDown` function for better readability.
- Resolved Prettier lint error by adding line breaks and proper indentation.
2024-12-16 18:47:30 +09:00
cuhong
3272c30b20
Merge branch 'dev' into fix/cjk-input-issue
2024-12-13 16:56:46 +09:00
Faisal Amir
14737b7e31
fix: markdown inline inputbox ( #4269 )
2024-12-12 14:44:54 +07:00
cuhong
137ba0789b
Add check for isComposing to ensure events are not triggered prematurely.
2024-12-12 15:30:14 +09:00
Faisal Amir
21389070fb
fix: performance issue when pasting long content into the chat input box ( #4240 )
2024-12-06 15:48:01 +07:00
Faisal Amir
e196aefcd3
feat: new UI code block and Enable copying of code blocks or plain text mid-stream ( #4010 )
...
* feat: improvement ui codeblock
* chore: update ui code block
* chore: finalize ui code block and latex
* chore: fix jest testing and cleanup unused deps
2024-11-14 14:46:35 +07:00
Faisal Amir
244d3d10dc
fix: edge cases highlight codeblock ( #3984 )
2024-11-10 17:57:49 +07:00
Faisal Amir
ebad6c3e93
fix: correct chat input cursor behavior when content is scrollable ( #3979 )
2024-11-08 16:32:42 +07:00
Faisal Amir
8d4734cb8a
fix: handle edge cases syntax highlight ( #3969 )
2024-11-07 16:08:56 +07:00
Faisal Amir
755b2f234b
ux: auto-focus the chat input box ( #3941 )
...
* ux: auto-focus the chat input box and search box when switching between pages and thread lists
* chore: remove autofocus hub
2024-11-04 14:57:09 +07:00
Faisal Amir
a6ca2e2bf0
fix: handle edge cases syntax highlight ( #3892 )
...
* fix: handle edge cases syntax highlight
* chore: remove unused import
* chore: remove unused code
* chore: reset type code when selection delete
2024-10-31 10:19:22 +07:00
Faisal Amir
c47d049920
fix: placeholder no hardware detect ( #3876 )
2024-10-24 14:26:17 +07:00
Faisal Amir
9867634b5a
feat: support markdown on user message ( #3848 )
...
* feat: enable render markdown for user message
* wip: slate
* style: update style rich text editor
* chore: finalize richText editor
* chore: fix model dropdown selector
* chore: fix change format file syntax highlight
* chore: fix missing element during the test
* fix: adjust onPrompChange include on fake textarea
2024-10-22 15:44:34 +07:00