QuantumBadger / QuantumBadger/RedReader
Handle BPM-style links better
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2.7k
- Forks
- 527
- Avg merge
- 20d 10h
- Merged PRs (30d)
- 3
Description
Empty links look bad and because the links don't do anything useful it's just annoying.
Quick fix: ignore empty links (so if there's a link but no actual text, don't display the link at all). In the general case this will be fine - a browser user wouldn't be able to click it either.
Longer solution (enhancement) - option to actually support loading them (do whatever Relay does).
Example link to ignore: [](/c01)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the link-rendering entry point and reproduce the example [](/c01). Verify how links with no visible text are handled, then make sure the empty link is not displayed while ordinary links remain unchanged; manually check the example and any relevant existing checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100