SimpleChatTCRV:UICleanup: PopOver, Reasoning bubble

Now popover menu autocloses faster, so that it doesnt distract the
user too long, if not needed.

Reasoning bubble dashed border has been made thinner, so that it
appears pleasant and not over bearing.
This commit is contained in:
hanishkvc 2025-11-20 04:13:36 +05:30
parent d242e7021a
commit 96f94b8439
2 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@ body {
overflow-wrap: break-word;
word-break: break-word;
hyphens: auto;
border-width: thin;
}
.chat-message-toolcall {
border-style: solid;

View File

@ -1027,7 +1027,7 @@ class MultiChatUI {
this.TimePeriods = {
ToolCallAutoSecsTimeUnit: 1000,
PopoverCloseTimeout: 8000,
PopoverCloseTimeout: 4000,
}
this.timers = {