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

feat(openchallenges): add link to our Discord server to the OC navbar #2283

Merged
merged 3 commits into from
Oct 30, 2023

Conversation

tschaffter
Copy link
Member

@tschaffter tschaffter commented Oct 27, 2023

Closes #2278

Changelog

  • Add a Discord button to the OC navbar with permanent invite link

Preview

image

Preview design

image

@tschaffter tschaffter self-assigned this Oct 27, 2023
@tschaffter tschaffter marked this pull request as ready for review October 27, 2023 21:42
@vpchung
Copy link
Member

vpchung commented Oct 30, 2023

Nice! This will be for a different PR, but what do you think about integrating a Discord widget into the OC? That way, non-Discord users can still participate and communicate in the channels (as guests) without needing to create a Discord account.

Copy link
Member

@vpchung vpchung left a comment

Choose a reason for hiding this comment

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

Thanks! One minor suggestion.

styleUrls: ['./discord-button.component.scss'],
})
export class DiscordButtonComponent {
@Input({ required: false }) label = 'Discord';
Copy link
Member

Choose a reason for hiding this comment

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

Could we use a more descriptive label here? e.g. "Contact us on Discord"

Copy link
Member Author

Choose a reason for hiding this comment

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

"Join us on Discord"? (a bit shorter - I will post a preview soon)

@tschaffter tschaffter merged commit 96dddc8 into Sage-Bionetworks:main Oct 30, 2023
8 checks passed
@tschaffter tschaffter deleted the discord-button branch October 30, 2023 19:55
@tschaffter tschaffter restored the discord-button branch October 30, 2023 19:56
@tschaffter
Copy link
Member Author

Arg, I posted the preview but forgot to push the update. I will open another PR to finalize the PR.

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.

[Feature] Add link to our Discord server to the OC navbar
2 participants