mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-09 20:53:01 +02:00
👌 Handle TODOs
This commit is contained in:
@@ -187,7 +187,7 @@ class Valet {
|
|||||||
|
|
||||||
// 3. Notify user if the version is too high
|
// 3. Notify user if the version is too high
|
||||||
if version.major > 4 {
|
if version.major > 4 {
|
||||||
// TODO:
|
// TODO: Notify user if the version is too high
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -80,12 +80,10 @@ struct WarningListView_Previews: PreviewProvider {
|
|||||||
static var previews: some View {
|
static var previews: some View {
|
||||||
WarningListView(empty: true)
|
WarningListView(empty: true)
|
||||||
.frame(width: 600, height: 480)
|
.frame(width: 600, height: 480)
|
||||||
|
.previewDisplayName("Empty List")
|
||||||
|
|
||||||
/*
|
WarningListView(empty: false)
|
||||||
WarningListView()
|
|
||||||
// TODO: Figure out how the empty() only applies to this single instance
|
|
||||||
// .empty()
|
|
||||||
.frame(width: 600, height: 480)
|
.frame(width: 600, height: 480)
|
||||||
*/
|
.previewDisplayName("List With All Warnings")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user