Skip to content
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

LIVE-14383 working display of team link #8028

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

Wozacosta
Copy link
Contributor

@Wozacosta Wozacosta commented Oct 7, 2024

βœ… Checklist

  • npx changeset was attached.
  • Covered by automatic tests.
  • Impact of the changes:
    • ...

πŸ“ Description

Third party integration teams, assuming they provided a link, now get's their team names clickable in the "integrated by" drawer

Before LLM:

image

After LLM:

image

LLD

image image image image

❓ Context

  • JIRA or GitHub link:

🧐 Checklist for the PR Reviewers

  • The code aligns with the requirements described in the linked JIRA or GitHub issue.
  • The PR description clearly documents the changes made and explains any technical trade-offs or design decisions.
  • There are no undocumented trade-offs, technical debt, or maintainability issues.
  • The PR has been tested thoroughly, and any potential edge cases have been considered and handled.
  • Any new dependencies have been justified and documented.
  • Performance considerations have been taken into account. (changes have been profiled or benchmarked if necessary)

@Wozacosta Wozacosta requested review from a team as code owners October 7, 2024 08:33
Copy link

vercel bot commented Oct 7, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

5 Skipped Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-docs ⬜️ Ignored (Inspect) Visit Preview Oct 9, 2024 8:02am
ledger-live-github-bot ⬜️ Ignored (Inspect) Visit Preview Oct 9, 2024 8:02am
native-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Oct 9, 2024 8:02am
react-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Oct 9, 2024 8:02am
web-tools ⬜️ Ignored (Inspect) Visit Preview Oct 9, 2024 8:02am

@Wozacosta Wozacosta self-assigned this Oct 7, 2024
@live-github-bot live-github-bot bot added desktop Has changes in LLD mobile Has changes in LLM translations Translation files have been touched labels Oct 7, 2024
@Wozacosta Wozacosta changed the title working display of team link LIVE-14383 working display of team link Oct 7, 2024
hedi-edelbloute
hedi-edelbloute previously approved these changes Oct 8, 2024
LucasWerey
LucasWerey previously approved these changes Oct 9, 2024
<ExternalLinkIconContainer>
<IconExternalLink size={12} />
</ExternalLinkIconContainer>
</Link>{" "}
Copy link
Contributor

Choose a reason for hiding this comment

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

remove the {" "}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's actually required to not have the link stuck to the surrounding works, not using padding/margin allows the renderer to break the line where needed.

Copy link
Contributor

Choose a reason for hiding this comment

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

you can use a none braking space , its more native than this.
&nbsp;

@Wozacosta Wozacosta marked this pull request as draft October 9, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop Has changes in LLD mobile Has changes in LLM translations Translation files have been touched
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants