Took and modified to adapt to this app the Table component, originally from my Zipline app
Fixed the pull to refresh, when calling onRefresh it didn’t actually set isRefreshing to true so the spinner would immediately disappear instead of swithcing to the spinner state till it finished loading
Removed the page property from functions since the page is already stored in the viewModel so it made no sense to retrieve it from the viewModel just to send it to a function in the viewModel
Fixed the formatDate function, it was crashing the app on older Android versions (<= 13) because the date time parser couldn’t understand the timezone (it expected a date like 2026-08-08-T15:43:30Z instead of 2026-08-08-T15:43:30+02:00)
Added a new primary color variant that looks good enough on light bgs
Fixed some multi-line TextInputs being marked as singleLine
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.