Skip to content

Settings: Add discord rich presence#1101

Open
kKaskak wants to merge 4 commits into
developmentfrom
feat/discord-rich-presence
Open

Settings: Add discord rich presence#1101
kKaskak wants to merge 4 commits into
developmentfrom
feat/discord-rich-presence

Conversation

@kKaskak
Copy link
Copy Markdown
Member

@kKaskak kKaskak commented Dec 25, 2025

No description provided.

@kKaskak kKaskak added this to the v5.0.0-beta.30 milestone Dec 25, 2025
@kKaskak kKaskak self-assigned this Dec 25, 2025
@kKaskak kKaskak added the feature New feature implementation label Dec 25, 2025
@kKaskak kKaskak requested review from core1024 and tymmesyde January 22, 2026 10:34
@kKaskak kKaskak modified the milestones: v5.0.0-beta.31, v5.0.0-beta.32 Mar 4, 2026
@kKaskak kKaskak removed this from the v5.0.0-beta.35 milestone Apr 22, 2026
@kKaskak kKaskak added refactor Code refactoring or cleanup and removed refactor Code refactoring or cleanup feature New feature implementation labels Apr 22, 2026
@kKaskak kKaskak removed request for core1024 and tymmesyde May 12, 2026 08:28
@kKaskak kKaskak added this to the v5.0.0-beta.37 milestone May 12, 2026
@kKaskak kKaskak added the feature New feature implementation label May 12, 2026
@kKaskak kKaskak requested a review from Botsy May 22, 2026 17:52
@kKaskak kKaskak force-pushed the feat/discord-rich-presence branch from 17819d6 to bb356f6 Compare May 22, 2026 17:57
@kKaskak kKaskak force-pushed the feat/discord-rich-presence branch from bb356f6 to 16e8823 Compare May 22, 2026 17:59
Copy link
Copy Markdown
Member

@Botsy Botsy left a comment

Choose a reason for hiding this comment

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

I tested with suggested fixes and it worked for me. Still I think we might need some improvements in terms of giving feedback to the user when a connection is successful or has failed/is unavailable.

Comment thread src/routes/Player/Player.js Outdated
Comment thread src/services/index.js Outdated
Comment on lines +63 to +65
get available(): boolean {
return this.shell && this.shell.active;
}
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.

What happens if user doesn't have Discord installed at all? Shouldn't the available flag reflect whether Discord is actually usable (after a successful connection)? And Settings toggle should show and display connection state more clearly (connected / disconnected / unavailable). Probably we need some feedback when connection is successful/failed in toast message as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants