You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Rust-side change is a small, additive format! extension in cards.rs (numeric fields only, no injection risk) plus one new regression-style test in home_page.rs — neither triggers any of the applicable code-style.md patterns (no .unwrap() in production code, no spawns, no retry loops, no biased;, no time/rng/socket usage, no persisted config fields). The bulk of the change is browser-side JavaScript (dashboard.js, bandwidth_chart.test.mjs) and CSS, which fall outside the Rust-scoped code-style.md (**/*.rs) and outside the Rust-specific concerns of testing.md (TimeSource/GlobalRng/SimulationSocket). The new .mjs test suite is unusually thorough for the areas testing.md's "edge cases and boundary conditions" section calls out — zero/negative/invalid counters, BigInt overflow, backward clocks, counter resets, window gaps, empty/partial history, and viewport-edge tooltip clamping are all covered. The commit message follows conventional-commits format. No PR-description content was available to review that section of git-workflow.md.
No rule violations detected.
Rule review against .claude/rules/. WARNING findings block merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #5152
Added a graph showing the last minute of upload and download bandwidth in the dashboard.
The code was written by GPT 5.6 Sol (Codex)