feat: dialig for conectivity

This commit is contained in:
2026-07-10 10:20:17 +03:30
parent 7f420e6ae1
commit f5e51ed44d
7 changed files with 228 additions and 5 deletions
@@ -99,7 +99,7 @@ class ShopScreen extends StatelessWidget {
const _AvatarsTab(),
const _CarpetsTab(),
const _FramesTab(),
_BoostersTab(boosters: d.boosters),
_VipTab(packages: d.vipPackages),
],
@@ -130,9 +130,7 @@ class ShopScreen extends StatelessWidget {
child: Row(
children: [
const AppBackButton(),
const SizedBox(width: 6),
const Icon(Icons.storefront, color: AppColors.gold, size: 22),
const SizedBox(width: 6),
const Spacer(),
const GlowText('فروشگاه', size: 20),
const Spacer(),
BlocBuilder<WalletBloc, WalletBlocState>(