+
+ {PROVIDER_LABELS[conn.provider] || conn.provider}
+
+ {conn.external_account_email || 'Connected account'}
+ {conn.last_sync_status ? ` · ${conn.last_sync_status}` : ''}
+ {conn.last_sync_at
+ ? ` · Last synced ${new Date(conn.last_sync_at).toLocaleString()}`
+ : ''}
+
+
+
+ handleSync(conn.id)}
+ disabled={Boolean(action)}
+ >
+ {action === 'sync' ? 'Syncing…' : 'Sync now'}
+
+ handleDisconnect(conn.id)}
+ disabled={Boolean(action)}
+ >
+ {action === 'disconnect' ? 'Disconnecting…' : 'Disconnect'}
+
+
+
+
+ {selectedLabels.length > 0 && (
+