Skip to content

fix: Repository Name Overlaps Adjacent Columns in Discovery Miner Details#135

Open
volcano303 wants to merge 7 commits intoentrius:testfrom
volcano303:fix/repository-name-overlaps
Open

fix: Repository Name Overlaps Adjacent Columns in Discovery Miner Details#135
volcano303 wants to merge 7 commits intoentrius:testfrom
volcano303:fix/repository-name-overlaps

Conversation

@volcano303
Copy link
Copy Markdown

@volcano303 volcano303 commented Apr 10, 2026

Summary

Fix long repository names overflowing into adjacent numeric columns on the Discovery Miner Details → Repositories tab. Adds explicit column width percentages to the fixed-layout table and truncates repository names with ellipsis. Full name is visible on hover via a title attribute.

Related Issues

Fixes #134

Type of Change

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

Screenshots

image 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

eureka0928 and others added 7 commits April 10, 2026 11:45
…igible

- Dashboard models: remove tier, currentTier, qualifiedUniqueReposCount,
  rawCredibility, credibilityScalar, repositoryUniquenessMultiplier,
  all bronze/silver/gold tier stats fields
- Add isEligible and credibility to MinerEvaluation
- Delete Predictions model and API
- Remove TierConfig from Configurations model and API
- Update leaderboard MinerStats type
Strip Bronze/Silver/Gold tier system across 51 files (~4950 lines removed).
Replace with flat isEligible boolean, update dynamic PR threshold from 500
to 300, revamp onboard Getting Started with 7-step inline setup guide
matching docs, remove Roadmap and FAQ tabs from onboard page.
🤖 Automated formatting by GitHub Actions
…ting

Replace dangerouslySetInnerHTML with ReactMarkdown + rehypeRaw for safe
rendering of GitHub-provided HTML in issue bodies and PR conversations.
Add missing CSS for lists, paragraphs, tables, and other elements that
MUI CssBaseline resets.

- Use ReactMarkdown with remarkGfm and rehypeRaw (same as ReadmeViewer)
- Add styles for ul/ol, li, p, table, hr, task checkboxes
- Fix pre/code nesting so inline code inside blocks renders correctly
- Left-align conversation panels to match GitHub layout
- Fix fallback text rendering (HTML em instead of markdown asterisks)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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] Repository Name Overlaps Adjacent Columns in Discovery Miner Details (Repositories Tab)

3 participants