Skip to content

fix(miners): align per-repository standings table headers at responsive breakpoints#1330

Open
carlh7777 wants to merge 1 commit into
entrius:testfrom
carlh7777:fix/repo-standings-table-header-responsive
Open

fix(miners): align per-repository standings table headers at responsive breakpoints#1330
carlh7777 wants to merge 1 commit into
entrius:testfrom
carlh7777:fix/repo-standings-table-header-responsive

Conversation

@carlh7777

Copy link
Copy Markdown
Contributor

Summary

Fixes responsive layout issues in the Per-repository standings table on the Miner Details page where headers could become misaligned, truncated, or overflow outside the standings card at medium viewport widths.

Changes

  • Constrain the shared DataTable scroll container so tables remain contained within their parent layout and scroll horizontally when necessary
  • Replace percentage-based column widths in MinerRepoStandings with fixed widths to maintain header alignment
  • Add right-aligned sortable header styling for numeric columns
  • Prevent the standings table from overflowing into the identity sidebar
  • Add table minimum widths to preserve single-line headers and consistent column sizing
  • Preserve existing sorting behavior and interactions

Related Issues

Fixes #1329

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • Other (describe below)

Screenshots

Before

image

After

image

Checklist

  • New components are modularized/separated where sensible
  • Uses predefined theme (e.g. no hardcoded colors)
  • Responsive/mobile checked
  • Tested against the test API
  • npm run format and npm run lint:fix have been run
  • npm run build passes
  • Screenshots included for any UI/visual changes

@xiao-xiao-mao xiao-xiao-mao Bot added the bug Something isn't working label Jun 11, 2026
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.

fix(miner): repo standings table header misalignment and overflow on responsive layouts

1 participant