Status Indicator
fun StatusIndicator(color: Color, isAnimated: Boolean = false, onTap: () -> Unit? = null, modifier: Modifier = Modifier)
Generic status indicator component - displays a colored dot with optional pulsing animation Can be used for socket status, network status, API status, etc.
Parameters
color
The color to display
is Animated
Whether to show pulsing animation (for "in progress" states)
on Tap
Optional click handler
modifier
Modifier for customization