DroidKaigi / conference-app-2024

The Official Conference App for DroidKaigi 2024
Apache License 2.0
422 stars 200 forks source link

Display the total number of persons in ContributorsScreen #903

Closed kosenda closed 1 week ago

kosenda commented 2 weeks ago

Overview

Many people are involved in DroidKaigi, and I thought it would be easier to convey the atmosphere of more people being involved if the number of staff and contributors were listed.

Sample

https://github.com/user-attachments/assets/2ce8487e-3d2f-451d-afb4-c360c2d83d21

val animatedCount by animateIntAsState(
    targetValue = uiState.staff.size,
    animationSpec = tween(
        delayMillis = 300,
        durationMillis = 1000,
        easing = EaseOutQuart
    )
)
kosenda commented 2 weeks ago

@nobonobopurin @takahirom It may be an unnecessary feature, but what do you think?

Corvus400 commented 2 weeks ago

It's cool, so I think it would be good to have this implemented. 😊

nobonobopurin commented 2 weeks ago

@kosenda I think it's really greatπŸ€©πŸ‘

takahirom commented 2 weeks ago

Regarding the staff, we do not display every staff member on the staff screen, so the number may be inaccurate. Therefore, could we only implement this on the Contributor screen?

kosenda commented 2 weeks ago

I see...!

@nobonobopurin I would like to see this reflected in the design of ContributorsScreen πŸ™‡

nobonobopurin commented 2 weeks ago

@kosenda cc @takahirom I have reflected this in the design of the ContributorsScreen. Please have a look! πŸ™‡β€β™‚οΈ Figma contributor

raseln commented 1 week ago

βœ‹

takahirom commented 1 week ago

Thanks! Assigned πŸ‘