Page MenuHomePhabricator

Beginner chip missing border styling in completed task state
Closed, ResolvedPublic2 Estimated Story Points

Description

In a completed task card state, the "Beginner" chip appears visually inconsistent with the other chips. It is missing the border/background container styling that the adjacent chips (e.g., "Editing" and "Content Translation") have.

Steps to reproduce

  • Complete a task
  • View the task card in its completed state
  • Observe the chips below the title:
    • Editing
    • Beginner
    • Content Translation

Expected behavior
All chips should maintain consistent visual styling in completed mode, including border/background/padding treatment.

Actual behavior:
The "Beginner" chip appears without a visible border/container, making it look visually inconsistent and slightly misaligned compared to neighboring chips.

Screenshot

Screenshot 2026-07-02 at 4.48.45 PM.png (2,180×828 px, 173 KB)

Details

Related Changes in GitLab:
TitleReferenceAuthorSource BranchDest Branch
Feat: Add Codex-token borders to essential task badgesrepos/lpl/starterkit-v1!117ngkountasfeat/essential-badge-borders-T431354main
Fix: Beginner chip missing border styling in completed task staterepos/lpl/starterkit-v1!113toluayofix/beginner-chip-complete-statemain
Customize query in GitLab

Event Timeline

srishakatux set the point value for this task to 2.

Thanks for the feedback @srishakatux. This will be the adjusted border styling, adhering to Wikimedia's codex styling, which is making the chip background transparent with clear border for the Beginner chip:

image.png (1,044×390 px, 52 KB)

srishakatux awarded a token.

This works like a charm!