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

shorten name and version to avoid table breaking or destructuring #343

Merged
merged 1 commit into from
Nov 3, 2024

Conversation

viveksahu26
Copy link
Collaborator

Sometime when component name or version are big, this leads to break the table structure and that looks really bad. In that user have to zoom out to make table structure, due to which the text size becomes too small. To avoid this, we come up with shortening names or version, which resolves these issues.

image

Examples,

  • comp name is org.jetbrains.kotlin:kotlin-stdlib-jdk7, then it would become org.jetbrain...lib-jdk7
  • similarly if comp version is v0.0.0-20230321023759-10a507213a29, then it would become v0.0.0...213a29.

And both combined as ElementdID would look like: org.jetbrain...lib-jdk7-v0.0.0...213a29

image

@riteshnoronha riteshnoronha merged commit f545b10 into interlynk-io:main Nov 3, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants