Skip to content

fix(ui): keep toggle selected border seam color consistent in light mode without fill#25

Open
silvanus930 wants to merge 2 commits intoentrius:testfrom
silvanus930:fix/miner-toggle-selected-border-light-mode
Open

fix(ui): keep toggle selected border seam color consistent in light mode without fill#25
silvanus930 wants to merge 2 commits intoentrius:testfrom
silvanus930:fix/miner-toggle-selected-border-light-mode

Conversation

@silvanus930
Copy link
Copy Markdown

@silvanus930 silvanus930 commented Apr 14, 2026

Summary

Fixes a UI overflow bug in Discovery Miner Details (/discoveries/details) where long repository names in the Repositories table overlapped adjacent numeric columns.

Changes made:

  • Added explicit width support to SortableHeaderCell and applied stable column widths in the repositories table header.
  • Added truncation behavior (overflow: hidden, textOverflow: 'ellipsis', whiteSpace: 'nowrap') to repository name text.
  • Added title on repository name to preserve full value visibility on hover.

Related Issues

Fixes #24

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

@silvanus930
Copy link
Copy Markdown
Author

Hi, @anderdc, @LandynDev . Please review this pr.

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.

[BUG] Fix Direction Filter Toggle Border Seam in Light Mode

1 participant