decentraland / decentraland/ui2
UI issues in notifications
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 2
- Avg merge
- 2h 1m
- Merged PRs (30d)
- 10
Description
### Description
When receiving a notification after renting a LAND, a couple of visual/UI problems appear:
1. **Missing parcel position**
- The notification shows only the position icon but not the actual parcel coordinates.
2. **Misleading text hover state**
- The text `The rent on your LAND at ... was rented by ...` changes color on hover as if it were a link,
but it does not do anything.
- The cursor is also incorrect: it shows as if it were for text selection instead of `pointer` or a normal cursor.
- This gives the impression that it is clickable or editable, but nothing happens.
These could also appear in other notification components.
### Steps to reproduce
1. Rent a LAND parcel.
2. Check the notification that is displayed.
3. Hover over the text and check the position icon.
### Expected behavior
- The notification should display the actual **parcel coordinates** next to the position icon.
- The text should not have a hover style if it is not a link.
- The cursor should remain normal (or pointer if it is a link).
### Actual behavior
- Only the position icon is shown without coordinates.
- Hovering over the text changes its color and shows the wrong cursor, suggesting a link that does not exist.
Contributor guide
Assessment
This issue has not been assessed yet.