pheyvaer / solid-chess

A decentralized chess app build on top of Solid.
https://pheyvaer.github.io/solid-chess/
MIT License
51 stars 12 forks source link

Use table to show join requests #39

Open pheyvaer opened 5 years ago

pheyvaer commented 5 years ago

At the moment we use a <select> for that, but it refreshes when new options are async added, which is annoying for the user. Also a table allows to sort and filter.