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-2806] Processing Indicator #906

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

angiexyang
Copy link
Collaborator

Simulator Screenshot - iPhone 15 Pro - 2024-11-26 at 14 50 29
Simulator Screenshot - iPhone 15 Pro - 2024-11-26 at 14 50 21
Simulator Screenshot - iPhone 15 Pro - 2024-11-26 at 14 50 17

@angiexyang angiexyang requested a review from a team as a code owner November 26, 2024 22:54
@angiexyang angiexyang requested review from billzhou0223 and removed request for a team November 26, 2024 22:54
/// ProcessingIndicator(optionalTitle: "Processing")
/// ```
// sourcery: CompositeComponent
protocol _ProcessingIndicatorComponent: _OptionalTitleComponent {}
Copy link

Choose a reason for hiding this comment

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

File Length Violation: File should contain 700 lines or less: currently contains 728 (file_length)

.padding()
.fullScreenCover(isPresented: self.$showModalIndicator, content: {
VStack {
ProcessingIndicator(optionalTitle: "Loading")
Copy link
Contributor

Choose a reason for hiding this comment

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

Use the same as line 35, so title can be from tester as well in this case.
ProcessingIndicator(optionalTitle: AttributedString(self.labelText))

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.

some test code change

@angiexyang angiexyang merged commit 75b24eb into SAP:main Nov 27, 2024
12 checks passed
@angiexyang angiexyang deleted the HCPSDKFIORIUIKIT-2806 branch November 27, 2024 20:35
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.

2 participants