Skip to content

Refactor: DevRank Grid Location Column (VDOM + SCSS) #8942

@tobiu

Description

@tobiu

The 'Location' column in the DevRank grid suffers from layout issues when the text is too long, causing the row height to expand.

Requirements:

  1. Refactor Renderer: Switch the 'Location' column renderer from returning an HTML string to returning a VDOM object.
  2. CSS Truncation: Implement text truncation (text-overflow: ellipsis, white-space: nowrap) to handle long location names gracefully without breaking the row height.
  3. SCSS Extraction: Move all inline styles for this column into the SCSS file (apps/devrank/resources/scss/view/GridContainer.scss or similar).

Acceptance Criteria:

  • Long location names are truncated with an ellipsis.
  • Grid row heights remain consistent.
  • No inline styles in the VDOM renderer.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions