feat(PBI-49): add BEM sub-elements to nav-status-indicators
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
eb6ace62c8
commit
59d2d44a64
1 changed files with 7 additions and 5 deletions
|
|
@ -65,11 +65,13 @@ export function SoloNavStatusIndicators({
|
|||
|
||||
return (
|
||||
<div className="flex items-center gap-3 px-2" {...debugProps('solo-nav-status-indicators', 'SoloNavStatusIndicators', 'components/solo/nav-status-indicators.tsx')}>
|
||||
<RealtimeIndicator
|
||||
status={realtimeStatus}
|
||||
showConnectingIndicator={showConnectingIndicator}
|
||||
/>
|
||||
<div className="flex items-center gap-1 text-xs text-muted-foreground">
|
||||
<span data-debug-id="nav-status-indicators__queue">
|
||||
<RealtimeIndicator
|
||||
status={realtimeStatus}
|
||||
showConnectingIndicator={showConnectingIndicator}
|
||||
/>
|
||||
</span>
|
||||
<div className="flex items-center gap-1 text-xs text-muted-foreground" data-debug-id="nav-status-indicators__running">
|
||||
<span className={cn(
|
||||
'size-2 rounded-full',
|
||||
isStandby
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue