aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
708 stars 250 forks source link

[BUG] Incorrect Header Title on Small Screens #196

Open wadabee opened 3 months ago

wadabee commented 3 months ago

Describe the bug In the case of small screens, the header is displayed, but the header title always shows "New Conversation" regardless of the current screen or context. The header content should be dynamic and change based on the specific screen or view being displayed.

To Reproduce

Screenshots

image

Additional context Add any other context about the problem here.

github-actions[bot] commented 2 months ago

This issue has been labeled as "stale" due to no response by the reporter within 1 month (and 14 days after last commented by someone). And it will be closed automatically 14 days later if not responded.

k70suK3-k06a7ash1 commented 2 weeks ago

conversations?.find((c) => c.id === conversationId)?.title ?? 'New Chat'

frontend/src/hooks/useConversation.ts