feat: merchant page

This commit is contained in:
efrilm
2025-08-28 01:11:19 +07:00
parent 627de219cb
commit d86c38e77c
12 changed files with 618 additions and 121 deletions
@@ -43,7 +43,7 @@ class ImagePlaceholder extends StatelessWidget {
: null,
),
child: Center(
child: minDimension < 100
child: minDimension < 150
? _buildSimpleVersion(minDimension)
: _buildDetailedVersion(minDimension),
),