Last changes before rethinking cardsview
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@
|
||||
"-sdk"
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk"
|
||||
"-target"
|
||||
"arm64-apple-ios17.5-simulator"
|
||||
"arm64-apple-ios17.0-simulator"
|
||||
"-enable-bare-slash-regex"
|
||||
"-module-cache-path"
|
||||
"/Users/pradyun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -12,9 +12,9 @@ extension ColorChooserCircle {
|
||||
@_dynamicReplacement(for: body) private var __preview__body: some View {
|
||||
#sourceLocation(file: "/Users/pradyun/Code/Apps/OnCue/OnCue/View/NewProjectForm.swift", line: 59)
|
||||
Circle()
|
||||
.strokeBorder(Color.gray,lineWidth: __designTimeInteger("#8129.[2].[1].property.[0].[0].modifier[0].arg[1].value", fallback: 2))
|
||||
.strokeBorder(Color.gray,lineWidth: __designTimeInteger("#17139.[2].[1].property.[0].[0].modifier[0].arg[1].value", fallback: 2))
|
||||
.background(Circle().foregroundColor(color))
|
||||
.frame(minHeight: __designTimeInteger("#8129.[2].[1].property.[0].[0].modifier[2].arg[0].value", fallback: 25))
|
||||
.frame(minHeight: __designTimeInteger("#17139.[2].[1].property.[0].[0].modifier[2].arg[0].value", fallback: 25))
|
||||
|
||||
#sourceLocation()
|
||||
}
|
||||
@@ -25,8 +25,8 @@ extension NewProjectForm {
|
||||
#sourceLocation(file: "/Users/pradyun/Code/Apps/OnCue/OnCue/View/NewProjectForm.swift", line: 21)
|
||||
NavigationView {
|
||||
Form {
|
||||
TextField(__designTimeString("#8129.[1].[5].property.[0].[0].arg[0].value.[0].arg[0].value.[0].arg[0].value", fallback: "Project Name"), text: $newProjectName)
|
||||
Section(header: Text(__designTimeString("#8129.[1].[5].property.[0].[0].arg[0].value.[0].arg[0].value.[1].arg[0].value.arg[0].value", fallback: "Project Colour"))) {
|
||||
TextField(__designTimeString("#17139.[1].[5].property.[0].[0].arg[0].value.[0].arg[0].value.[0].arg[0].value", fallback: "Project Name"), text: $newProjectName)
|
||||
Section(header: Text(__designTimeString("#17139.[1].[5].property.[0].[0].arg[0].value.[0].arg[0].value.[1].arg[0].value.arg[0].value", fallback: "Project Colour"))) {
|
||||
HStack {
|
||||
ForEach(colors, id: \.self) { clr in
|
||||
ColorChooserCircle(color: clr)
|
||||
@@ -39,16 +39,16 @@ extension NewProjectForm {
|
||||
}
|
||||
}
|
||||
}
|
||||
.navigationTitle(__designTimeString("#8129.[1].[5].property.[0].[0].arg[0].value.[0].modifier[0].arg[0].value", fallback: "Add New Project")).foregroundStyle(chosenColor)
|
||||
.navigationTitle(__designTimeString("#17139.[1].[5].property.[0].[0].arg[0].value.[0].modifier[0].arg[0].value", fallback: "Add New Project")).foregroundStyle(chosenColor)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .topBarLeading) {
|
||||
Button(__designTimeString("#8129.[1].[5].property.[0].[0].arg[0].value.[0].modifier[3].arg[0].value.[0].arg[1].value.[0].arg[0].value", fallback: "Cancel"), role: .cancel) { dismiss() }
|
||||
Button(__designTimeString("#17139.[1].[5].property.[0].[0].arg[0].value.[0].modifier[3].arg[0].value.[0].arg[1].value.[0].arg[0].value", fallback: "Cancel"), role: .cancel) { dismiss() }
|
||||
.foregroundStyle(.red)
|
||||
}
|
||||
ToolbarItem(placement: .topBarTrailing) {
|
||||
Button(__designTimeString("#8129.[1].[5].property.[0].[0].arg[0].value.[0].modifier[3].arg[0].value.[1].arg[1].value.[0].arg[0].value", fallback: "Done")) {
|
||||
completionHandler(newProjectName, chosenColor.toHex() ?? __designTimeString("#8129.[1].[5].property.[0].[0].arg[0].value.[0].modifier[3].arg[0].value.[1].arg[1].value.[0].arg[1].value.[0].arg[1].value.[0]", fallback: "FF0000"))
|
||||
Button(__designTimeString("#17139.[1].[5].property.[0].[0].arg[0].value.[0].modifier[3].arg[0].value.[1].arg[1].value.[0].arg[0].value", fallback: "Done")) {
|
||||
completionHandler(newProjectName, chosenColor.toHex() ?? __designTimeString("#17139.[1].[5].property.[0].[0].arg[0].value.[0].modifier[3].arg[0].value.[1].arg[1].value.[0].arg[1].value.[0].arg[1].value.[0]", fallback: "FF0000"))
|
||||
dismiss()
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -16,7 +16,7 @@
|
||||
},
|
||||
{
|
||||
"comment": "",
|
||||
"key": "Add Item"
|
||||
"key": "Sync"
|
||||
},
|
||||
{
|
||||
"comment": "",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2,6 +2,6 @@
|
||||
"tables" : {
|
||||
|
||||
},
|
||||
"source" : "ExtractedAppShortcutsMetadata",
|
||||
"version" : 1
|
||||
"version" : 1,
|
||||
"source" : "ExtractedAppShortcutsMetadata"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -16,7 +16,7 @@
|
||||
},
|
||||
{
|
||||
"comment": "",
|
||||
"key": "Add Item"
|
||||
"key": "Sync"
|
||||
},
|
||||
{
|
||||
"comment": "",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -18,7 +18,7 @@
|
||||
</data>
|
||||
<key>Watch/OnCuePresenter Watch App.app/OnCuePresenter Watch App</key>
|
||||
<data>
|
||||
u0mJHZ4rzjazKHh6tGjZitsxViE=
|
||||
VlTU1cTEHZTcvvfNGs71BpWsi6k=
|
||||
</data>
|
||||
<key>Watch/OnCuePresenter Watch App.app/PkgInfo</key>
|
||||
<data>
|
||||
@@ -42,7 +42,7 @@
|
||||
<dict>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
4TG+82Q+EecT8HozPPTEtbrCFMgey/BMr5zspD8I72Q=
|
||||
U+lHMonsg2Nljl1Ess4oGpX4/5uMBt0Jjthh+zo+Okg=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Watch/OnCuePresenter Watch App.app/PkgInfo</key>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user