SpikeHD / Dorion

Tiny alternative Discord client with a smaller footprint, snappier startup, themes, plugins and more!
https://spikehd.github.io/projects/dorion/
GNU General Public License v3.0
558 stars 18 forks source link

[BUG] Discord components links don't open #50

Open Dysta opened 1 year ago

Dysta commented 1 year ago

Describe the bug When you click on a discord button components that redirect to a link, the link don't open and nothing happen.

To Reproduce Have a message with button components attached to it and click one of the buttons.

Expected behavior The redirect link should open in a browser or something

Screenshots image then click into one button and nothing happen

System Info (please complete the following information):

Additional context Same error with link in the about me section image Tested with and without the vencord plugin OpenInApp and the bug is still here

Dysta commented 1 year ago

Tested with my windows 10 and the issue is different, url and buttons open a weird explorer screen instead of using the default browser, probably why it dont open on my mac image

SpikeHD commented 1 year ago

Will probably require implementing the same changes as #2 which I was planning to tackle sometime soon. Do links in chat work? I recall them working on my Mac but I can't remember for sure.

Dysta commented 1 year ago

Yup, link in chat and markdown link like this image work correctly,

Dysta commented 1 year ago

Hello, I would like to add that I discover a new components that doesn't open link. When a pinned message contain a link, we can't directly click on the link and open it. We need to click on the jump button then click on the link in the message. Version : latest (0.7.2), OS: MacOS Ventura

image

SpikeHD commented 1 year ago

Component links fixed in https://github.com/SpikeHD/Vencordorion/commit/3acf808537510e361c053cb7c6cf0c1e66ec4e49 Pinned message/search results/etc. still WIP