This commit is contained in:
2026-03-29 15:59:49 +03:00
parent 1f6d129fc2
commit bc8c272e63
21 changed files with 114 additions and 327 deletions
@@ -134,10 +134,9 @@ class AccountDropdownOverlay extends ConsumerWidget {
Widget build(BuildContext context, WidgetRef ref) {
final accountsAsync = ref.watch(accountsProvider);
// Calculate position from trigger key
double top = 76;
double left = 20;
double triggerWidth = 200; // fallback width
double triggerWidth = 200;
if (triggerKey?.currentContext != null) {
final triggerBox =