refactor(tabs): update default chat tab title for clarity; adjust TabBar styles for improved layout and hover effects

This commit is contained in:
Anish Sarkar 2026-05-03 23:30:36 +05:30
parent 04f9f7dfc1
commit 331589275b
2 changed files with 27 additions and 21 deletions

View file

@ -136,7 +136,7 @@ export const syncChatTabAtom = atom(
const newTab: Tab = {
id: tabId,
type: "chat",
title: title || `Chat ${chatId}`,
title: title || "New Chat",
chatId,
chatUrl,
searchSpaceId,