Skip to content

fix(ui): consistent Disabled style for JupyterLab Status card#92

Merged
rbardaji merged 2 commits intomainfrom
fix/91-jupyter-disabled-style
Apr 3, 2026
Merged

fix(ui): consistent Disabled style for JupyterLab Status card#92
rbardaji merged 2 commits intomainfrom
fix/91-jupyter-disabled-style

Conversation

@rbardaji
Copy link
Copy Markdown
Collaborator

@rbardaji rbardaji commented Apr 3, 2026

Summary

Fixes #91

  • JupyterLab Status "Disabled" state used a red error style (status-error + AlertCircle), which implied something was broken
  • Changed to warning style (status-warning + MinusCircle) to match the Streaming Status card
  • "Disabled" is not an error — it means the feature is intentionally turned off by configuration

Test plan

  • Set USE_JUPYTERLAB=False and verify JupyterLab Status shows "Disabled" with warning style (yellow/amber, MinusCircle icon)
  • Set KAFKA_CONNECTION=False and verify Streaming Status shows "Disabled" with the same style
  • Verify both "Disabled" cards look identical in style
  • Verify all 1011 existing tests pass

Raul Bardaji added 2 commits April 3, 2026 11:58
Changed JupyterLab Disabled state from red error style (AlertCircle) to
warning style (MinusCircle) to match Streaming Status card. Disabled is
not an error — it means the feature is intentionally turned off.
@rbardaji rbardaji merged commit ff1b1c6 into main Apr 3, 2026
@rbardaji rbardaji deleted the fix/91-jupyter-disabled-style branch April 3, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JupyterLab Disabled status style inconsistent with Streaming Status style

1 participant