compose-lobsters/common
Ruben Quadros 86400c352b feat(comments): remember comment collapsed state
Remember the comment expanded/collapsed state when scrolling. Previously,
the state was remembered inside the `Node` composable. When the users scroll,
and `Node` re-composes, the state was being reset.

In this commit, we add the collapsed state into the `CommentNode`. This makes
sure that the state is retained even when the UI is re-composed.
2024-10-04 19:51:39 +05:30
..
src feat(comments): remember comment collapsed state 2024-10-04 19:51:39 +05:30
build.gradle.kts fix(build): enable Compose Compiler feature flags 2024-10-02 17:08:11 +05:30
lint-baseline.xml chore: refresh Lint baseline 2024-06-13 20:56:45 +05:30