Skip to content

fix: scale back layout width to 8xl (1536px)#33

Merged
Cordtus merged 1 commit into
mainfrom
fix/layout-width-8xl
Jan 11, 2026
Merged

fix: scale back layout width to 8xl (1536px)#33
Cordtus merged 1 commit into
mainfrom
fix/layout-width-8xl

Conversation

@Cordtus

@Cordtus Cordtus commented Jan 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • Scales back from full-width to max-width 8xl (1536px)
  • This is ~20% wider than the previous 7xl (1280px) but not full-width
  • Maintains centered layout with balanced margins on wide screens

Changes

  • root.tsx: maxW 8xl with centered content
  • header.tsx: maxW 8xl with centered content
  • footer.tsx: maxW 8xl with centered content

🤖 Generated with Claude Code

@Cordtus Cordtus merged commit a23b7ee into main Jan 11, 2026
Cordtus added a commit that referenced this pull request Feb 5, 2026
* fix: validator detail denom display and empty section handling

- Use useQuery for chain info to properly load denom before rendering
- Replace synchronous getChainBaseDenom/getChainDisplayDenom with
  query-derived baseDenom/displayDenom to fix "UNKNOWN" token issue
- Rename "Chain Info" to "Validator History" (more accurate naming)
- Only show Validator History section when there's data to display

* feat: sort validators by status (active first) then moniker alphabetically

- Active validators always appear first in the list
- Within each status group, validators are sorted by moniker descending (Z-A)
- Users can still click column headers to re-sort by other fields
- Reduces tendency to delegate to "top" validators based on power ranking
@Cordtus Cordtus deleted the fix/layout-width-8xl branch February 13, 2026 23:51
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.

1 participant