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: HCPSDKFIORIUIKIT-2764] list picker enhancement #823

Merged
merged 12 commits into from
Oct 25, 2024

Conversation

xiaoyu0722
Copy link
Contributor

@xiaoyu0722 xiaoyu0722 commented Oct 14, 2024

Debug Panel Normal Single Selection Multiple Selections
Simulator Screenshot - iPhone 16 Pro Max - 2024-10-14 at 17 00 09 Simulator Screenshot - iPhone 16 Pro Max - 2024-10-14 at 17 25 36 Simulator Screenshot - iPhone 16 Pro Max - 2024-10-14 at 17 43 59
Search Filter Cancel Alert Customizaiton
Simulator Screenshot - iPhone 16 Pro Max - 2024-10-14 at 17 44 19 Simulator Screenshot - iPhone 16 Pro Max - 2024-10-14 at 17 44 29 Simulator Screenshot - iPhone 16 Pro Max - 2024-10-14 at 17 45 39 Simulator Screenshot - iPhone 16 Pro Max - 2024-10-14 at 17 46 12

@xiaoyu0722 xiaoyu0722 requested a review from a team as a code owner October 14, 2024 09:35
@xiaoyu0722 xiaoyu0722 requested review from billzhou0223 and removed request for a team October 14, 2024 09:35
// sourcery: default.value = .horizontal
// sourcery: no_view
var axis: Axis { get }
}

@available(*, unavailable, renamed: "_ListPickerItemModel", message: "Will be removed in the future release. Please create ListPickerItem with other initializers instead.")
public protocol ListPickerItemModel {}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing Docs Violation: public declarations should be documented. (missing_docs)

@xiaoyu0722 xiaoyu0722 force-pushed the fix-list-picker-enhancement branch from ced5b72 to 02f3d4a Compare October 14, 2024 09:54
Copy link
Contributor

@dyongxu dyongxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comments inlined

@xiaoyu0722 xiaoyu0722 requested a review from dyongxu October 17, 2024 10:22
@dyongxu
Copy link
Contributor

dyongxu commented Oct 17, 2024

@xiaoyu0722 Need to resolve merge conflict issue.


/// Grouped sections data model for `ListPickerDestination`.
public protocol ListPickerSectionModel {
associatedtype Data: RandomAccessCollection
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing Docs Violation: public declarations should be documented. (missing_docs)


/// Grouped sections data model for `ListPickerDestination`.
public protocol ListPickerSectionModel {
associatedtype Data: RandomAccessCollection
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing Docs Violation: public declarations should be documented. (missing_docs)


/// Grouped sections data model for `ListPickerDestination`.
public protocol ListPickerSectionModel {
associatedtype Data: RandomAccessCollection
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing Docs Violation: public declarations should be documented. (missing_docs)

@billzhou0223 billzhou0223 merged commit f546939 into SAP:main Oct 25, 2024
12 checks passed
@xiaoyu0722 xiaoyu0722 deleted the fix-list-picker-enhancement branch October 27, 2024 23:24
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