mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
Convert SeasonTabs from horizontal scrollable tabs to a clickable label that opens a ModalBottomSheet listing all seasons for selection. - Removes unused LazyRow, itemsIndexed, rememberLazyListState imports - Removes unused SeasonTab private composable and SeasonTabTagPrefix constant - Adds ArrowDropDown and Check icon imports - Adds OptIn(ExperimentalMaterial3Api) for ModalBottomSheet