From a7af519d0160f13db24c36cbdc15f9ecc88c06d6 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:08:27 -0300 Subject: [PATCH] fix: added empty message on file upload handling, fixed time calculation on onboarding (#316) * fixed miscalculation of provider steps * Handled empty message with file * fixed same key --- frontend/components/navigation.tsx | 4 +- .../src/app/chat/components/user-message.tsx | 2 +- frontend/src/app/chat/page.tsx | 13 ++- .../components/animated-provider-steps.tsx | 19 ++-- .../onboarding/components/onboarding-card.tsx | 101 ++++++++++++------ frontend/src/lib/constants.ts | 4 +- 6 files changed, 90 insertions(+), 53 deletions(-) diff --git a/frontend/components/navigation.tsx b/frontend/components/navigation.tsx index 2d4d64df..28422445 100644 --- a/frontend/components/navigation.tsx +++ b/frontend/components/navigation.tsx @@ -594,8 +594,8 @@ export function Navigation({ No documents yet ) : ( - newConversationFiles?.map((file) => ( -