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

Popup: Adds FieldsPopupElement composable #428

Merged
merged 51 commits into from
May 22, 2024

Conversation

eri9000
Copy link
Collaborator

@eri9000 eri9000 commented May 15, 2024

Adds FieldsPopupElement composable to display FieldsPopupElements in a Popup.

Soren Roth and others added 30 commits April 30, 2024 10:34
…d. Add missing version for artifact not covered by compose bom (androidx-activity:activity-compose)
pull compose bom into androidTest and test Implementations when needed. Add missing version for artifact not covered by compose bom (androidx-activity:activity-compose).
Co-authored-by: Erick Lopez Solis <erick_solis@esri.com>
@eri9000 eri9000 marked this pull request as ready for review May 15, 2024 20:37
Soren Roth and others added 3 commits May 15, 2024 13:49
ExpandableCard(
title = state.title,
description = state.description,
elementCount = state.fieldsToFormattedValues.size,
Copy link
Collaborator

Choose a reason for hiding this comment

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

This looks to be using elementCount which has been removed from ExpandableCard in this PR. I was planning on reviewing it when I reached this compilation error.

@puneet-pdx puneet-pdx self-requested a review May 22, 2024 15:23
Copy link
Collaborator

@puneet-pdx puneet-pdx left a comment

Choose a reason for hiding this comment

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

@eri9000 this branch also has conflicts, can you please resolve them.

# Conflicts:
#	toolkit/popup/src/main/java/com/arcgismaps/toolkit/popup/Popup.kt
@puneet-pdx puneet-pdx self-requested a review May 22, 2024 16:22
Copy link
Collaborator

@puneet-pdx puneet-pdx left a comment

Choose a reason for hiding this comment

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

@eri9000 changes look good, but I do see a flicker when scrolling the fields popup element and it seems the list resets and I have to scroll twice as much to get back to the top.

@eri9000 eri9000 merged commit ad4a67d into feature-branches/popup May 22, 2024
@eri9000 eri9000 deleted the Erick/FieldsPopupElement branch May 22, 2024 17:18
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.

None yet

4 participants