Skip to content

Remove duplicate chat widget render from App#153

Open
mainuddinMains wants to merge 3 commits intomainfrom
fix/remove-duplicate-chat-widget
Open

Remove duplicate chat widget render from App#153
mainuddinMains wants to merge 3 commits intomainfrom
fix/remove-duplicate-chat-widget

Conversation

@mainuddinMains
Copy link
Collaborator

Description

Remove the extra ChatWidget render from frontend/src/App.tsx and rely on the chat UI already managed by Header.

Why

App.tsx was still rendering the standalone chat widget after chat state and handlers had already been wired into Header, which left the UI duplicated.

What changed

  • Removed the ChatWidget import from frontend/src/App.tsx
  • Passed chat messages, input state, send handler, and loading state into Header
  • Removed the standalone ChatWidget render at the bottom of App

Validation

  • npm run build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant