calpaterson / quarchive

Traditional "Web 2.0" social bookmarking, with small improvements
https://quarchive.com/
GNU Affero General Public License v3.0
100 stars 6 forks source link

Bookmark titles edge cases #37

Closed calpaterson closed 3 years ago

calpaterson commented 3 years ago

Description

Bookmark titles need to be massaged a little in odd cases, like when they're too long (they wreck page layout) or too short (that makes them hard to click on), etc

Steps to reproduce

  1. Bookmark something with no meta title
  2. Go to "My Bookmarks"

Expected result

"(no title)" or similar displayed (but not stored on the backend!)

Actual result

Anchor with zero length text, so you have to click on the url

Additional details