-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: πΈ jira 2286 sort & filter for SwiftUI project #606
Conversation
A SwiftUI component for configuration criteria of performing sorting and filter. SortFilterMenu and SortFilterFullCFG are provided. β Closes: 1
A SwiftUI component for configuration criteria of performing sorting and filter. SortFilterMenu and SortFilterFullCFG are provided. β Closes: 1
A SwiftUI component for configuration criteria of performing sorting and filter. SortFilterMenu and SortFilterFullCFG are provided. β Closes: 1
c37aeea
to
84cf550
Compare
Apps/Examples/Examples/FioriSwiftUICore/SortFilter/SortFilterExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/SortFilter/SortFilterExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/SortFilter/SortFilterExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/SortFilter/SortFilterExample.swift
Outdated
Show resolved
Hide resolved
Apps/Examples/Examples/FioriSwiftUICore/SortFilter/SortFilterExample.swift
Outdated
Show resolved
Hide resolved
Sources/FioriSwiftUICore/Views/SortFilter/SortFilterItemTitle.swift
Outdated
Show resolved
Hide resolved
Sources/FioriSwiftUICore/Views/SortFilter/SortFilterStyle.swift
Outdated
Show resolved
Hide resolved
β¦d-sdk-ios-fiori into HCPSDKFIORIUIKIT-2286
typealias LeftIcon = EmptyModifier | ||
typealias LeftIconCumulative = EmptyModifier | ||
typealias Title = EmptyModifier | ||
typealias TitleCumulative = EmptyModifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nesting Violation: Types should be nested at most 1 level deep (nesting)
enum FilterFeedbackBarButton { | ||
typealias LeftIcon = EmptyModifier | ||
typealias LeftIconCumulative = EmptyModifier | ||
typealias Title = EmptyModifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nesting Violation: Types should be nested at most 1 level deep (nesting)
extension Fiori { | ||
enum FilterFeedbackBarButton { | ||
typealias LeftIcon = EmptyModifier | ||
typealias LeftIconCumulative = EmptyModifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
||
extension Fiori { | ||
enum FilterFeedbackBarButton { | ||
typealias LeftIcon = EmptyModifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
||
extension Fiori { | ||
enum FilterFeedbackBar { | ||
typealias Items = EmptyModifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nesting Violation: Types should be nested at most 1 level deep (nesting)
extension Fiori { | ||
enum FilterFeedbackBarItem { | ||
typealias LeftIcon = EmptyModifier | ||
typealias LeftIconCumulative = EmptyModifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
||
extension Fiori { | ||
enum FilterFeedbackBarItem { | ||
typealias LeftIcon = EmptyModifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nesting Violation: Types should be nested at most 1 level deep (nesting)
typealias ResetAction = EmptyModifier | ||
typealias ResetActionCumulative = EmptyModifier | ||
typealias ApplyAction = EmptyModifier | ||
typealias ApplyActionCumulative = EmptyModifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nesting Violation: Types should be nested at most 1 level deep (nesting)
typealias CancelActionCumulative = EmptyModifier | ||
typealias ResetAction = EmptyModifier | ||
typealias ResetActionCumulative = EmptyModifier | ||
typealias ApplyAction = EmptyModifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nesting Violation: Types should be nested at most 1 level deep (nesting)
typealias CancelAction = EmptyModifier | ||
typealias CancelActionCumulative = EmptyModifier | ||
typealias ResetAction = EmptyModifier | ||
typealias ResetActionCumulative = EmptyModifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nesting Violation: Types should be nested at most 1 level deep (nesting)
* 'main' of github.com:SAP/cloud-sdk-ios-fiori: fix: π [bcp: 0] remove background in ObjectHeader (#614) docs: βοΈ build documentation with DocC and host on swiftpackageindex.com (#613) chore: π€ refactor FioriIcon and support accessing cgImage through Image (#612) feat: πΈ jira 2286 sort & filter for SwiftUI project (#606) fix: π [bcp: 2370136916] fix width mode for DimensionSelector (#610) feat: [JIRA: HCPSDKFIORIUIKIT-2444] Update to include more icons feat: [JIRA: HCPSDKFIORIUIKIT-2444] Update to include more icons chore: π€ update CI job for watchOS to use xcode 15 (#609) chore: π€ run CI job on macos-13 and xcode 15.0 (#608) feat: [JIRA: HCPSDKFIORIUIKIT-2444] Update to include more icons feat: [JIRA: HCPSDKFIORIUIKIT-2444] Update to include more icons feat: πΈ [JIRA: HCPSDKFIORIUIKIT-2224] New FioriButtonStyle support (#603) feat: πΈ [JIRA: HCPSDKFIORIUIKIT-2444] Update to include more icons feat: πΈ [JIRA: HCPSDKFIORIUIKIT-2444] Update to include more icons feat: [JIRA: HCPSDKFIORIUIKIT-2444] Update to include more icons
A SwiftUI component for configuration criteria of performing sorting and filter. SortFilterMenu and SortFilterFullCFG are provided.
β Closes: 1