git-point
git-point copied to clipboard
UX: RepositoryListItem should truncate description
| Question | Response |
|---|---|
| Version? | v1.4.1 |
| Devices tested? | iPhone 7 |
What Currently Happens?
If you search for the user "vhicxs", and check his repositories list, you will notice a weird 3 blank pages scrolling in the "vhcixs/repository"
This is because the repository description is a big HTML chunk: https://github.com/vhicxs/google
What Do You Expect To Happen?
The HTML tags should be displayed, and the description should be truncated at some point. (GitHub limit seems to be 350 chars, we seems pretty fair)
My Reproduction Steps
- Open the application
- Navigate to search
- Click "Users"
- Search for "vhcixs"
- Click the search result corresponding to "vhcixs" to go to the user profile
- Click on the repositories number
Yay @jamesg1, go ahead!
has this issue been fixed already? if not id like to take it on!
@Aberman12 has this issue been fixed? I can fix it if it hasn't