Move conversation name to header (macOS document-title style)
The save indicator was sitting in the bottom-right corner of the footer. Moved it to the center of the header bar, where macOS apps conventionally show the document/conversation title. An orange dot appears when there are unsaved changes; clicking saves. Removed the indicator from the footer. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -38,7 +38,10 @@ struct ChatView: View {
|
||||
provider: viewModel.currentProvider,
|
||||
model: viewModel.selectedModel,
|
||||
onModelSelect: onModelSelect,
|
||||
onProviderChange: onProviderChange
|
||||
onProviderChange: onProviderChange,
|
||||
conversationName: viewModel.currentConversationName,
|
||||
hasUnsavedChanges: viewModel.hasUnsavedChanges,
|
||||
onQuickSave: viewModel.quickSave
|
||||
)
|
||||
|
||||
// Messages
|
||||
|
||||
Reference in New Issue
Block a user