ios: right-align user bubbles on iPad #7

Merged
buzzert merged 4 commits from codex/ios-right-align-user-bubbles into master 2026-05-03 00:20:25 +00:00
Showing only changes of commit 188c460826 - Show all commits

View File

@@ -50,16 +50,10 @@ struct SybilWorkspaceView: View {
composerBar
}
}
.navigationTitle("")
.navigationTitle(viewModel.selectedTitle)
.navigationBarTitleDisplayMode(.inline)
.toolbarRole(.editor)
.toolbar {
ToolbarItem(placement: .principal) {
Text(viewModel.selectedTitle)
.font(.sybil(.headline, weight: .semibold))
.foregroundStyle(SybilTheme.text)
.lineLimit(1)
}
if !isSettingsSelected {
ToolbarItem(placement: .topBarTrailing) {
if viewModel.isSearchMode {