Package-level declarations

Types

Link copied to clipboard
data class PersonStat(val person: Person, val totalReceipts: Int, val topCategoryName: String, val streak: Int)
Link copied to clipboard
class StatsViewModel @Inject constructor(personRepository: PersonRepository, receiptRepository: ReceiptRepository, receiptDao: ReceiptDao) : ViewModel

Functions

Link copied to clipboard
Link copied to clipboard
fun EvidenceTag(label: String, value: String, color: Color = Color.White)
Link copied to clipboard
fun StatsScreen(onBack: () -> Unit, viewModel: StatsViewModel = hiltViewModel())
Link copied to clipboard