Skip to content

dashboard.py — Fix signing state error, badge CSS, and stale column header - #13

Merged
aryanap07 merged 6 commits into
mainfrom
dashboard-update
Apr 12, 2026
Merged

aryanap07 merged 6 commits into
mainfrom
dashboard-update

Conversation

@aryanap07

@aryanap07 aryanap07 commented Apr 12, 2026 •

Copy link
Copy Markdown
Owner

Resolves three bugs identified during a dashboard review session.

Changes

  1. Fix: Signing state error after broadcast
    st.session_state.send_to_ui was being modified after the widget was already instantiated in the current render cycle, causing a Streamlit state conflict. Deferred the reset to the next rerun cycle to resolve the error cleanly without affecting broadcast behaviour.
  2. Fix: COINBASE / TRANSFER badge CSS
    .b-reward and .b-recv badge classes were not being applied correctly to the COINBASE and TRANSFER labels in the Chain Explorer transaction list. Corrected class assignments so badges render with the intended colors and borders.
  3. Fix: Stale column header in Chain Explorer
    A redundant column label in the block list header was misaligned with the actual rendered columns. Removed the orphaned reference so the header matches the layout exactly.

@aryanap07 aryanap07 self-assigned this Apr 12, 2026
@aryanap07 aryanap07 added the bug Something isn't working label Apr 12, 2026
@aryanap07
aryanap07 merged commit a0b45de into main Apr 12, 2026
4 checks passed
@aryanap07

Copy link
Copy Markdown
Owner Author

Fixed Changes.

@aryanap07
aryanap07 deleted the dashboard-update branch April 12, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dashboard.py — Signing state error, CSS badge rendering, stale column header

1 participant