Skip to content

Add ScoreSaber profile linking to team page#102

Closed
yabje wants to merge 6 commits into
ScoreSaber:mainfrom
yabje:main
Closed

Add ScoreSaber profile linking to team page#102
yabje wants to merge 6 commits into
ScoreSaber:mainfrom
yabje:main

Conversation

@yabje
Copy link
Copy Markdown

@yabje yabje commented Feb 23, 2026

Added Scoresaber profile links to the ScoreSaber Team page!

Please merge together with team page PR:
ScoreSaber/team#40

Might need testing if plugins survive

Copy link
Copy Markdown
Member

@Qwasyx Qwasyx left a comment

Choose a reason for hiding this comment

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

Before we can accept this we need to be 100% sure this doesn't break the PC or Quest plugins team pages, they are somewhat sensitive to the specific json format.

{ platform: 'GitHub', url: teamMember.GitHub ? `https://github.com/${teamMember.GitHub}` : null, icon: 'fab fa-github', label: 'GitHub' }
].filter((link) => link.url);

$: scoreSaberLink = `https://scoresaber.com/u/${teamMember.ScoreSaberID}`;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We shouldn't statically create a link like this, requiring the links to be to scoresaber.com

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

this one is gone now, just only have the link that i also mentioned in the thing below

{/each}
</div>
{/if}
<a href={scoreSaberLink} class="cursor-pointer">
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

if we already have the ScoreSaber id, we should just directly use the corresponding player links. That way everyone also has their correct color.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

should be fixed with a /u/{scoresaberid} now

@yabje yabje changed the title Add ScoreSaber linking to team page Add ScoreSaber profile linking to team page Feb 24, 2026
@Umbranoxio Umbranoxio closed this May 29, 2026
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.

3 participants