Skip to content

Commit

Permalink
ui: Improve files structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin42 committed Jan 25, 2025
1 parent 161d253 commit 0352df3
Show file tree
Hide file tree
Showing 26 changed files with 58 additions and 87 deletions.
141 changes: 56 additions & 85 deletions osx/PhotoBook/PhotoBook.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct DeleteProjectDialog: View {
TextField("", text: $projectDeleteText)
.textFieldStyle(RoundedBorderTextFieldStyle())
}

Das
HStack {
Button("Delete")
{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion osx/PhotoBook/PhotoBook/UPL/UnstagedPhotoLine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct UnstagedPhotoLine: View
{
@ObservedObject var model: UnstagedPhotoLineModel
@Binding var canvasImage: FrontendImage?
@State var selectedIndex:Int = -1
@State var selectedIndex: Int = -1

var body: some View {
ScrollView(.horizontal, showsIndicators: false) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0352df3

Please sign in to comment.