Skip to content

core: move links under components/core #94600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 2, 2025
Merged

core: move links under components/core #94600

merged 8 commits into from
Jul 2, 2025

Conversation

JonasBa
Copy link
Member

@JonasBa JonasBa commented Jun 29, 2025

Move link component under components/core and use a named export like the rest of the core components.

I will followup with the change to bring ExternalLink under the same folder in a separate PR and likely remove the Anchor element, that way the links become just Link or ExternalLink.

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 29, 2025
Copy link

codecov bot commented Jun 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #94600       +/-   ##
===========================================
+ Coverage   61.39%   81.76%   +20.37%     
===========================================
  Files       10436    10408       -28     
  Lines      603387   602136     -1251     
  Branches    23491    23420       -71     
===========================================
+ Hits       370460   492363   +121903     
+ Misses     232561   109021   -123540     
- Partials      366      752      +386     

@JonasBa
Copy link
Member Author

JonasBa commented Jun 30, 2025

Requires #94628 to unblock CI

@JonasBa JonasBa marked this pull request as ready for review June 30, 2025 21:25
@JonasBa JonasBa requested review from a team as code owners June 30, 2025 21:25
@JonasBa JonasBa requested a review from a team as a code owner June 30, 2025 21:25
Copy link
Member

@evanpurkhiser evanpurkhiser left a comment

Choose a reason for hiding this comment

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

go

Fix the last remaining issue of linkStyle export which is blocking CI on
#94600

**Before**
![CleanShot 2025-06-30 at 13 40
29@2x](https://github.com/user-attachments/assets/cd8e66eb-e788-4e4e-a6bc-129c711cbedd)
**After**
![CleanShot 2025-06-30 at 13 43
22@2x](https://github.com/user-attachments/assets/e4304d37-f3d0-4c09-b198-57aa76cc5856)
@JonasBa JonasBa merged commit 628ab3b into master Jul 2, 2025
46 checks passed
@JonasBa JonasBa deleted the jb/core/link branch July 2, 2025 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants