refactor : base page

This commit is contained in:
2025-09-24 21:42:22 +03:30
parent 19802e913c
commit fd9de4f80c
43 changed files with 400 additions and 268 deletions

View File

@@ -10,7 +10,7 @@ class RequestsPage extends GetView<RequestsLogic> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: RAppBar(title: 'لیست درخواست‌ها', hasBack: false, centerTitle: true),
/* appBar: RAppBar(title: 'لیست درخواست‌ها', hasBack: false, centerTitle: true),*/
body: Column(
children: [
SizedBox(height: 8),