Skip to content
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

Merged
merged 28 commits into from
Nov 7, 2023

Conversation

CharlesXu0488
Copy link
Contributor

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
@CharlesXu0488 CharlesXu0488 requested a review from a team as a code owner October 19, 2023 21:47
@CharlesXu0488 CharlesXu0488 requested review from billzhou0223, shengxu7, dyongxu and janhuachu and removed request for a team and billzhou0223 October 19, 2023 21:47
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
typealias LeftIcon = EmptyModifier
typealias LeftIconCumulative = EmptyModifier
typealias Title = EmptyModifier
typealias TitleCumulative = EmptyModifier
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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)

@dyongxu dyongxu merged commit 6b3eef6 into SAP:main Nov 7, 2023
8 of 10 checks passed
MarcoEidinger added a commit that referenced this pull request Nov 17, 2023
* '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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants