Wrap fingerprint line on smaller displays
When I use my iPhone for searching an Tor relay, I can´t see my uptime because the fingerprint line ist to long!
Trac:
Username: Zitlo
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
Are you referring to the "details" page of a relay? Also, please provide a screenshot of the problem.
Trac:
Status: new to needs_informationPicking a more descriptive summary line.
FWIW, on the ExoneraTor page we're inserting Unicode Character 'ZERO WIDTH SPACE' (U+200B) after 20 of the 40 fingerprint hex characters. Example:
<td>847B1F850344D7876491​A54892F904934E4EB85D</td>
Maybe that's an option for Atlas, too?
Trac:
Summary: TorAtlas search bug on iPhone to Wrap fingerprint line on smaller displays
Severity: N/A to Normal
Sponsor: N/A to N/A
Reviewer: N/A to N/AHere's a patch that follows Karsten's suggestion:
https://github.com/RaphaelBergmann/atlas/commit/3ee5db41cc1416945f33b2fda7643f69f7a7a764
Trac:
Username: RaBe
Status: needs_information to needs_reviewThis change shouldn't be happening in the model, but in the view. It's not changing a property of the data but a property of the presentation. By changing it in the model it breaks generated URLs. You'll see that in the "Top 10" page, none of those links are usable as the URLs are generated from the fingerprint in the model and you end up with links like:
index.html#details/81B75D534F91BFB7C57A%E2%80%8BB67DA10BCEF622582AE8%E2%80%8B
Just for fun, by the time it gets to being a link it's also been URL encoded.
Looks like the right fix, but not in the right place.
Trac:
Owner: irl to RaBe
Status: needs_review to assignedOh, I see. I moved the fix to another place...
https://github.com/RaphaelBergmann/atlas/commit/49e8b14c9a7ab924d29f8428c7bce5c3a22173fc
Trac:
Username: RaBe
Owner: RaBe to irl- Trac closed
closed
- cypherpunks mentioned in issue #17231 (moved)
mentioned in issue #17231 (moved)
- cypherpunks mentioned in issue #21350 (moved)
mentioned in issue #21350 (moved)
- cypherpunks mentioned in issue #21459 (moved)
mentioned in issue #21459 (moved)