Implement habit group score ring, sorting sub habits (except with score)

This commit is contained in:
Dharanish
2024-07-06 09:00:25 +02:00
parent b043c90770
commit c1f0dae683
7 changed files with 83 additions and 33 deletions

View File

@@ -97,6 +97,7 @@ class HabitCardView(
set(value) {
scoreRing.setPercentage(value.toFloat())
scoreRing.setPrecision(1.0f / 16)
behavior.onChangeScore(habit!!)
}
var unit