Skip to content

fix(ui): missing space between 'Repos' label and count in sidebar heading #175

@mpiton

Description

@mpiton

Bug Report

Description

The sidebar section heading for repositories displays "Repos73" without a space between the label and the count number.

Steps to Reproduce

  1. Open PRism
  2. Look at the sidebar "Repos" section heading

Expected Behavior

"Repos 73" or "Repos (73)" — with proper spacing.

Actual Behavior

"Repos73" — label and count concatenated.

Proposed Fix

Check the SectionHead component usage in Sidebar.tsx for the repos section — ensure a space or wrapper between title and count props.

Files to Modify

  • src/components/Sidebar/Sidebar.tsx — repos SectionHead usage
  • Possibly src/components/atoms/SectionHead.tsx — spacing between title and count

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions