Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Dec 21, 2024
1 parent 60c1609 commit 7863265
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ import HybridColor
*/
fileprivate struct IconButtonStyle: ButtonStyle {
/**
* - Fixme: ⚠️️ add doc
* The name of the system icon to be used for the button.
*/
fileprivate var iconName: String
/**
* - Fixme: ⚠️️ add doc
* The background color of the button.
*/
fileprivate var bgColor: Color
/**
* - Fixme: ⚠️️ add doc
* The color of the icon.
*/
fileprivate var fillColor: Color
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import Foundation
import SplitViewKit
/**
* Const
* - Fixme: ⚠️️ Add description
* CustomColumnWidth
* - Description: A struct conforming to ColumnWidthKind, used to define custom column widths for a SplitView.
* It provides methods to calculate the appropriate widths for sidebar, main, and detail columns
* based on the window width and device orientation.
* - Fixme: ⚠️️ Add support for storing columnwidths in userdefault, esp for macOS, for ipad the columns are fixed when using native swiftui navsplitview see: https://github.com/stevengharris/SplitView#using-userdefaults-for-split-state etc
* - Fixme: ⚠️️ Maybe store "section-fraction" size in userdefault (also check out how we did this in legacy code)
*/
Expand Down

0 comments on commit 7863265

Please sign in to comment.