[Bug] Course search panel on the Competency Management page doesn't match the Paragon components and tokens in the design
Maintainers usually reply within 1 day
@AShatsila is already working on this.
Since Sep 26, 2026.
Assessment
This issue has not been assessed yet.
Description
Environment: Master Sandbox, https://apps.master.openedx.io/authoring/taxonomy/45/competencies
Design: Figma, "Apply Competencies" frame
The design builds the course search panel from Paragon components with specific properties and spacing tokens. In the points below, the implementation uses the same Paragon components but with different properties, or hard-coded values in place of the tokens. The values from the design were read from the Figma properties panel.
- The "Start Date" button uses different Button properties than the design.
- Design: Paragon Button, color
Tertiary, sizeSmall, thedate_rangeicon before the label. The button keeps the same style when a date range is selected. - Implementation:
variant="outline-primary", which switches to a filledvariant="primary"once dates are selected. The button has the default size and the calendar icon after the label (iconAfter={Calendar}). - Expected:
variant="tertiary",size="sm",iconBefore={Calendar}, with the same variant whether or not dates are selected.
- Design: Paragon Button, color
- The pagination below the course list uses the default size.
- Design: Paragon Pagination, size
Small, with a 1pxgray/100border above it. - Expected:
size="small"and a top border using--pgn-color-gray-100.
- Design: Paragon Pagination, size
- The gap between the search field and the "Start Date" button is 16px.
- Design: the gap is 8px.
- Expected:
gap={2}on the toolbarStackinstead ofgap={3}.
-
Several styles in
src/taxonomy/competency-management/course-search/CourseSearchBrowse.scssare hard-coded, although Paragon has tokens with exactly the same values. Replacing them doesn't change how the page looks, but keeps the page in sync if the theme changes.Where Current value Paragon token $block-shadow(line 23), used by the course and section cards (&__group, line 160) and the subsection card (&__subsection, line 204)0 0 4px rgb(0 0 0 / .15), 0 0 2px rgb(0 0 0 / .15)var(--pgn-elevation-box-shadow-centered-1)(the design uses the "Elevation Level 1 (Centered)" style)&__toolbar .pgn__searchfield:border-radius(line 59) and--pgn-size-search-field-border-radius(line 62)6pxvar(--pgn-size-border-radius-base)&__section-label(line 101) and&__associations-label(line 115)padding: 4px 8pxvar(--pgn-spacing-spacer-1) var(--pgn-spacing-spacer-2)&__toolbar(line 52)padding: 24px 0var(--pgn-spacing-spacer-4) 0$container-padding-x(line 11), used by&__container(line 89) and&__associations(line 129)16pxvar(--pgn-spacing-spacer-3)
- Dominant language
- Python
- Stars
- 10
- Forks
- 33
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 10
Getting set up
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from openedx/openedx-core
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
openedx/openedx-core#831 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
openedx/openedx-core#827 ·
Maintainers usually reply within 1 day
-
[Bug] Competency Management page: columns need a fixed height, and competency rows don't show a clickable cursorPossibly taken @AShatsila claimed this 1 day ago. Open
openedx/openedx-core#835 · 1 assignee ·
Maintainers usually reply within 1 day
-
[Bug] Start date filter on the Competency Management page uses UTC days, while Studio shows course dates in the user's time zonePossibly taken @AShatsila claimed this 1 day ago. Open
openedx/openedx-core#834 · 1 assignee ·
Maintainers usually reply within 1 day
-
[FE] Manage & Apply Competencies: delete a Competency RulePossibly taken @ufedaseyeuconsultant claimed this 1 day ago. Open
openedx/openedx-core#833 · 1 assignee ·
Maintainers usually reply within 1 day
All issues in openedx/openedx-core
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
PedestrianDynamics/pyFDS-Evac#199 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
521xueweihan/HelloGitHub#3790 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
sandialabs/atlas-ui-3#978 ·
Maintainers usually reply within 1 day
-
area: tests perceived difficulty: 2
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
Nitjsefnie-Harness-Commons/daedalus#1255 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
EleutherAI/lm-evaluation-harness#4256 ·
Maintainers usually reply within 1 day