Skip to content

fix: baseAppUrl wrapping links#813

Merged
MaxFrank13 merged 3 commits into
masterfrom
mfrank/sync-react-query-conversion
Mar 27, 2026
Merged

fix: baseAppUrl wrapping links#813
MaxFrank13 merged 3 commits into
masterfrom
mfrank/sync-react-query-conversion

Conversation

@MaxFrank13
Copy link
Copy Markdown
Member

A couple spots that were missed in the React Query conversion. Previously, these links were being wrapped when they were set in Redux state.

https://github.com/openedx/frontend-app-learner-dashboard/blob/release/ulmo/src/data/redux/app/selectors/courseCard.js#L31

https://github.com/openedx/frontend-app-learner-dashboard/blob/release/ulmo/src/data/redux/app/selectors/courseCard.js#L58

This PR wraps the links in the components where they are used.

* fix: Run `npm audit fix` to update dependencies.

* chore(deps): update dependency @openedx/paragon to v23.14.9 (#735)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @reduxjs/toolkit to v2.9.1 (#736)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump actions/setup-node from 5 to 6 (#737)

---------

Co-authored-by: Feanil Patel <feanil@axim.org>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@arbrandes arbrandes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@arbrandes
Copy link
Copy Markdown
Contributor

(Though we do need to fix tests, first. :)

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.19%. Comparing base (09e0260) to head (23a8dae).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #813   +/-   ##
=======================================
  Coverage   98.19%   98.19%           
=======================================
  Files         145      145           
  Lines        1388     1388           
  Branches      298      293    -5     
=======================================
  Hits         1363     1363           
  Misses         25       25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@MaxFrank13 MaxFrank13 merged commit 5e69cf8 into master Mar 27, 2026
6 checks passed
@MaxFrank13 MaxFrank13 deleted the mfrank/sync-react-query-conversion branch March 27, 2026 18:19
arbrandes added a commit to arbrandes/frontend-app-learner-dashboard that referenced this pull request Apr 23, 2026
Ports the CertificateBanner portion of 5e69cf8 (openedx#813). The
ResumeButton changes from that commit are already covered by
4a75852.

Co-Authored-By: Claude <noreply@anthropic.com>
arbrandes added a commit that referenced this pull request Apr 23, 2026
Ports the CertificateBanner portion of 5e69cf8 (#813). The
ResumeButton changes from that commit are already covered by
4a75852.

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants