fix: ui changes steward

This commit is contained in:
2025-09-29 15:00:31 +03:30
parent 2750f81308
commit e8a32d5648
22 changed files with 319 additions and 166 deletions

View File

@@ -67,12 +67,11 @@ class InspectionPoultryScienceLogic extends GetxController {
@override
void onClose() {
baseLogic.isSearchSelected.value=false;
baseLogic.textEditingController.clear();
baseLogic.searchValue.value=null;
super.onClose();
baseLogic.clearSearch();
}
Future<void> getHatchingList([bool isLoadingMore = false]) async {
if (isLoadingMore) {
isLoadingMoreAllocationsMade.value = true;

View File

@@ -349,7 +349,7 @@ class InspectionPoultrySciencePage extends GetView<InspectionPoultryScienceLogic
child: itemListWidgetReport(item),
secondChild: itemListExpandedWidgetReport(item),
labelColor: item.state == 'rejected' ? AppColor.redLight : AppColor.greenLight,
labelIcon: Assets.vec.checkSquareSvg.path,
labelIcon: Assets.vec.cubeSearchSvg.path,
);
}, controller.expandedIndex);
},