From af59f29944a5a7a086755af81229a0943b4c3bf1 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Mon, 10 Mar 2025 12:49:45 -0600 Subject: [PATCH] update some UI animations --- .../new-user/_NewUserController.tsx | 1 - web/src/app/app/layout.tsx | 1 + .../StreamingMessageCode/StreamingMessageCode.tsx | 1 + .../ui/typography/AppCodeBlock/AppCodeBlock.tsx | 13 ++----------- .../ui/typography/AppMarkdown/AppMarkdownCommon.tsx | 7 +------ .../NewChatProvider/chatStreamMessageHelper.ts | 4 ++-- .../ReasoningMessage_Text/ReasoningMessage_Text.tsx | 2 +- .../ChatContainer/ChatContent/ChatUserMessage.tsx | 4 ++-- 8 files changed, 10 insertions(+), 23 deletions(-) diff --git a/web/src/app/app/(primary_layout)/new-user/_NewUserController.tsx b/web/src/app/app/(primary_layout)/new-user/_NewUserController.tsx index 01ecf2e59..a236c8b00 100644 --- a/web/src/app/app/(primary_layout)/new-user/_NewUserController.tsx +++ b/web/src/app/app/(primary_layout)/new-user/_NewUserController.tsx @@ -93,7 +93,6 @@ export const NewUserController = () => { value={company || ''} onChange={(e) => setCompany(e.target.value)} onPressEnter={handleSubmit} - defaultValue={userOrganizations?.name || ''} />