forked from aparoksha/adwaita-swift
Update demo title and description
This commit is contained in:
parent
a84d94cca5
commit
61f985f0d0
@ -60,7 +60,7 @@ struct Demo: App {
|
|||||||
}
|
}
|
||||||
.closeShortcut()
|
.closeShortcut()
|
||||||
.defaultSize(width: 400, height: 250)
|
.defaultSize(width: 400, height: 250)
|
||||||
.title("Binding Reactor Demo")
|
.title("Password Checker Demo")
|
||||||
|
|
||||||
Window(id: "navigation", open: 0) { _ in
|
Window(id: "navigation", open: 0) { _ in
|
||||||
NavigationViewDemo.WindowContent()
|
NavigationViewDemo.WindowContent()
|
||||||
|
|||||||
@ -47,7 +47,7 @@ enum Page: String, Identifiable, CaseIterable, Codable, CustomStringConvertible
|
|||||||
case .alertDialog:
|
case .alertDialog:
|
||||||
return "Alert Dialog"
|
return "Alert Dialog"
|
||||||
case .passwordChecker:
|
case .passwordChecker:
|
||||||
return "Binding Reactor"
|
return "Password Checker"
|
||||||
default:
|
default:
|
||||||
return rawValue.capitalized
|
return rawValue.capitalized
|
||||||
}
|
}
|
||||||
@ -91,7 +91,7 @@ enum Page: String, Identifiable, CaseIterable, Codable, CustomStringConvertible
|
|||||||
case .form:
|
case .form:
|
||||||
return "Group controls used for data entry"
|
return "Group controls used for data entry"
|
||||||
case .passwordChecker:
|
case .passwordChecker:
|
||||||
return "React to binding variable changes"
|
return "Check the validity of a password"
|
||||||
case .popover:
|
case .popover:
|
||||||
return "Present content in a bubble-like context popup"
|
return "Present content in a bubble-like context popup"
|
||||||
case .flowBox:
|
case .flowBox:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user