Skip to content

fix(explorer): truncate addresses in Contracts and Withdrawal config sections#181

Merged
tuler merged 1 commit into
prerelease/v2from
claude/home-page-address-truncate-qyl4mw
Jul 2, 2026
Merged

fix(explorer): truncate addresses in Contracts and Withdrawal config sections#181
tuler merged 1 commit into
prerelease/v2from
claude/home-page-address-truncate-qyl4mw

Conversation

@tuler

@tuler tuler commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Summary

On the application overview (home) page of the explorer, the addresses in the Contracts and Withdrawal config sections were rendered full-length (full prop on the Hex component), which overflowed and broke the two-column layout.

This removes the full prop from those five rows (Application, Consensus, Input box, Guardian, Output builder) so they use the Hex component's default middle truncation (0x12345678…abcdef). Nothing is lost: the full address is still shown in the hover tooltip and the copy button copies the complete value. This also makes them consistent with the Template hash and Data availability rows, which were already truncated.

🤖 Generated with Claude Code

https://claude.ai/code/session_014B2t6oyr5zPy7xKzei1UPD

…sections

The app overview page rendered full-length addresses which overflowed
and broke the two-column layout. Use the Hex component's default middle
truncation instead — the full value remains available via the hover
tooltip and the copy button.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014B2t6oyr5zPy7xKzei1UPD
@changeset-bot

changeset-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 38027d5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@deroll/explorer Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercel Bot commented Jul 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
deroll-explorer Ready Ready Preview, Comment Jul 2, 2026 3:44pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
deroll Skipped Skipped Jul 2, 2026 3:44pm

@tuler tuler changed the base branch from main to prerelease/v2 July 2, 2026 15:45
@tuler tuler changed the title Restructure monorepo and add Cartesi Machine bindings fix(explorer): truncate addresses in Contracts and Withdrawal config sections Jul 2, 2026
@tuler tuler merged commit f24d9fb into prerelease/v2 Jul 2, 2026
5 checks passed
@tuler tuler deleted the claude/home-page-address-truncate-qyl4mw branch July 2, 2026 15:46
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.

2 participants