Conversation
Use full unit names (KB, MB, GB) with proper spacing and show used/total with percentages in the memory graph header and stats. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThe changes adjust memory display and add a live status indicator. MemoryBar.tsx updates byte-unit labels to two-letter abbreviations (B, KB, MB, GB, TB) and inserts a space between numeric values and units. MemoryGraph.tsx augments displayed info to show used and total as formatted bytes plus percentage, shows used as bytes with percentage, and shows free as bytes with a computed free percentage. StatusBar.tsx and App.css add a blinking "LIVE" indicator and related styles. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds a green dot that flashes on/off every second with a "LIVE" label, giving a visual heartbeat indicator in the bottom status bar. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New AlertBar component sits above the status bar and displays system health alerts. It flashes when CPU or memory usage exceeds thresholds (70% warn, 90% critical) and shows "All systems nominal" when healthy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
formatBytesTest plan
🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
UI / Style