nextcloud-libraries / nextcloud-libraries/nextcloud-dialogs
Links in toast notification should be distinguishable
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 19
- Forks
- 8
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 37
Description
Steps to reproduce:
showSuccess('Click this <a href="https://github.com/nextcloud/">link</a>.', {isHTML: true})
Expected result
The link has a different color.
Actual result
The link is styled exactly the same as the text, so a user won't think about clicking it.
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 reproducing the issue with the showSuccess example and inspect the toast notification styling in the nextcloud-dialogs package. Confirm that an HTML anchor in the toast is visually distinguishable from surrounding text, then verify the reproduction no longer matches the reported actual result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100