fix(onboarding): tighten welcome copy and raise nav
parent
7b38ba0e65
commit
293701f520
|
|
@ -117,17 +117,13 @@ struct OnboardingView: View {
|
||||||
self.onboardingPage {
|
self.onboardingPage {
|
||||||
Text("Welcome to Clawdis")
|
Text("Welcome to Clawdis")
|
||||||
.font(.largeTitle.weight(.semibold))
|
.font(.largeTitle.weight(.semibold))
|
||||||
Text("Your macOS menu bar companion for notifications, screenshots, and privileged agent actions.")
|
Text(
|
||||||
|
"Your macOS menu bar companion for notifications, screenshots, and agent automation — setup takes just a few minutes.")
|
||||||
.font(.body)
|
.font(.body)
|
||||||
.foregroundStyle(.secondary)
|
.foregroundStyle(.secondary)
|
||||||
.multilineTextAlignment(.center)
|
.multilineTextAlignment(.center)
|
||||||
.frame(maxWidth: 520)
|
.lineLimit(2)
|
||||||
.fixedSize(horizontal: false, vertical: true)
|
.frame(maxWidth: 560)
|
||||||
Text("Quick steps with live permission checks and the helper CLI so you can finish setup in minutes.")
|
|
||||||
.font(.body)
|
|
||||||
.foregroundStyle(.secondary)
|
|
||||||
.multilineTextAlignment(.center)
|
|
||||||
.frame(maxWidth: 520)
|
|
||||||
.fixedSize(horizontal: false, vertical: true)
|
.fixedSize(horizontal: false, vertical: true)
|
||||||
|
|
||||||
self.onboardingCard(spacing: 10, padding: 14) {
|
self.onboardingCard(spacing: 10, padding: 14) {
|
||||||
|
|
@ -532,7 +528,7 @@ struct OnboardingView: View {
|
||||||
.buttonStyle(.borderedProminent)
|
.buttonStyle(.borderedProminent)
|
||||||
}
|
}
|
||||||
.padding(.horizontal, 28)
|
.padding(.horizontal, 28)
|
||||||
.padding(.bottom, 12)
|
.padding(.bottom, 24)
|
||||||
.frame(height: 60)
|
.frame(height: 60)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue