maxrave-dev / maxrave-dev/SimpMusic

Artist selector

Open
#1,694 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Kotlin
Stars
11.4k
Forks
599
Avg merge
3d 18h
Merged PRs (30d)
7

Description

Problem Description

So when u click on a song The artists' names appear in a box next to the album photo, but if there are more than two artists, when you click on this box, you are always redirected to the first artist's page. Would it be possible to create separate boxes for each artist on a track that redirect to their respective pages?

Proposed Solution

To resolve this navigation issue, I propose the following implementation:

  1. individual Hyperlinks/Chips Instead of grouping all artist names into a single clickable container, each artist's name should be rendered as an independent, clickable element (e.g., a "Chip" component or a separate text link).
Alternative Solutions
  1. Distinct Hit Areas: Ensure that each artist's name has its own hit area (clickable zone) so that clicking on "Artist B" correctly routes the user to Artist B's profile, rather than defaulting to the first artist in the list.
Additional Context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the song screen's artist display and its click-handling entry point. Inspect how multiple artists are currently rendered and routed. Done means each artist has a distinct clickable area and selecting any artist opens that artist's page.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
mobile-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.