tempname1024 / allium

Repository moved to https://git.jordan.im/allium/
https://relays.0x7c0.com
The Unlicense
18 stars 3 forks source link

add a Contact column #1

Open nusenu opened 4 years ago

nusenu commented 4 years ago

It would be nice to see the (truncated) ContactInfo string on some pages.

a few ideas to get ContactInfo visible on the table:

tempname1024 commented 3 years ago

My interpretation of this issue was to make contact uniqueness available on list pages which I think is achieved by https://github.com/tempname1024/allium/commit/f0c466afa5b1cc7a5e42e2f097f266d137cece10. I have a strong preference for table tidiness and using the 8-character hash seems like a happy medium between data availability and cleanliness.

If there's a good reason to prefer the contact string over the hash I'm open to a styling overhaul to support it.

nusenu commented 3 years ago

The use-case behind this issue is: "Is there any contactInfo (style) similarity on these relays?", which is something the current implementation does not allow me to see because it requires to move the mouse over each row, therefore it would be nice to have a (truncated) ContactInfo visible on the page.