OperationConsole
fun OperationConsole(result: String?, hint: String, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier)
A console-style result card that shows the outcome of the last operation (a reference ID, a status payload, or an error), or a hint when nothing has run yet.
Parameters
result
The text to display; null shows the placeholder hint.
hint
The placeholder text shown when result is null.
modifier
Modifier applied to the card.