feat : new ui for steward

This commit is contained in:
2025-10-01 13:16:16 +03:30
parent 20a4a59c2e
commit 3d957b8aee
12 changed files with 573 additions and 136 deletions

View File

@@ -413,7 +413,6 @@ class SegmentationPage extends GetView<SegmentationLogic> {
return OverlayDropdownWidget<GuildModel>(
key: ValueKey(item?.user?.fullname ?? ''),
items: controller.guildsModel,
isDisabled: controller.saleType.value == 1,
onChanged: (value) {
controller.selectedGuildModel.value = value;
},