Happy0 / ssb-chess

A library for building scuttlebutt chess clients with
GNU General Public License v2.0
63 stars 16 forks source link

Add ability to challenge anyone you follow #80

Closed christianbundy closed 6 years ago

christianbundy commented 6 years ago

This makes a small change to the invitation/challenge page by removing the requirement for others to follow you back.

Not sure whether this should be merged, but it's what I'm using locally and I wanted to contribute back upstream if it's helpful. Cheers!

Happy0 commented 6 years ago

Looks good to me. Thanks :).

Eventually I'd like to have some sort of combo box that lets you search for the name by typing as well as scroll down. Ideally, it would be weighted by follow distance / frequency of times you've played the person before.

christianbundy commented 6 years ago

That sounds really nice, I think that sort of thing would be super useful for Markdown @mentions, search auto-complete, etc. Thanks for the quick merge!