mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 12:25:48 +03:00
[GH-ISSUE #13] Make link-like buttons actual links #8
Labels
No labels
bug
duplicate
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tidal-ui#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @svee4 on GitHub (Oct 10, 2025).
Original GitHub issue: https://github.com/binimum/tidal-ui/issues/13
There are some buttons that act like links, as in, they redirect you to a new page.
Take for example the artist list:
The artist card is a button and pressing it button takes me to
/artist/3637422.However, because they are
<button>tags, not<a>tags, there is no "open in new tab" option, etc. This really hurts usability and accessibility.@binimum commented on GitHub (Oct 11, 2025):
The links are dynamic so pressing them doesn't reload the page, which is why they are buttons. I'll investigate this.
@binimum commented on GitHub (Oct 11, 2025):
Done, thanks for the feedback!