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

Nav refactor #497

Merged
merged 11 commits into from
Jul 31, 2024
Merged

Nav refactor #497

merged 11 commits into from
Jul 31, 2024

Conversation

magda-woj
Copy link
Contributor

Fragments replaced with composables (with some changes to direcotry tree), navigation to product details added.

@magda-woj magda-woj requested a review from a team July 29, 2024 10:05
Copy link

linux-foundation-easycla bot commented Jul 29, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@magda-woj magda-woj force-pushed the nav-refactor branch 2 times, most recently from 8626d16 to 5292795 Compare July 30, 2024 19:13
@breedx-splk
Copy link
Contributor

Product details are looking good!
image

modifier = Modifier.fillMaxWidth(),
textAlign = TextAlign.Center
)
Spacer(modifier = Modifier.height(32.dp))
Copy link
Contributor

Choose a reason for hiding this comment

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

TODO: in a subsequent PR, the user should be able to specify a quantity to add, typically with some kind of integer spin box.

Copy link
Contributor

@breedx-splk breedx-splk left a comment

Choose a reason for hiding this comment

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

Looking good to me. One small cleanup comment, but great progress. Thanks!

@breedx-splk
Copy link
Contributor

@open-telemetry/android-approvers would be nice to have some Splunk-external eyes on this as well. ❤️

Copy link
Contributor

@LikeTheSalad LikeTheSalad left a comment

Choose a reason for hiding this comment

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

Thank you!

) {
// this.items(products) { product -> CartItem(product) }
}
// CheckoutButton(totalPrice = products.sumOf { it.price })
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason for us to keep the above lines of code commented?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

they had errors and because cart screen is a placeholder now and i'll probably rewrite a lot of it anyway i forgot about fixing them, but i did now

@breedx-splk breedx-splk merged commit 8f14783 into open-telemetry:main Jul 31, 2024
3 checks passed
@magda-woj magda-woj deleted the nav-refactor branch August 21, 2024 09:08
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