This commit is contained in:
2026-06-28 18:33:46 +03:00
parent 65ea30339d
commit 4727835402
22 changed files with 534 additions and 54 deletions
@@ -33,7 +33,15 @@ class AccountScopeChips extends ConsumerWidget {
HapticService.selection();
},
),
const SizedBox(width: 6),
if (accounts.isNotEmpty) ...[
const SizedBox(width: 8),
Container(
width: 1,
height: 16,
color: Theme.of(context).colorScheme.onSurface.withOpacity(0.15),
),
const SizedBox(width: 8),
],
...accounts.asMap().entries.map((entry) {
final index = entry.key + 1;
final account = entry.value;