jkk / shinkgs

A JavaScript client for the KGS Go Server
https://shin.gokgs.com/
MIT License
267 stars 55 forks source link

[#11] Load games from archive #237

Closed beejunk closed 4 years ago

beejunk commented 4 years ago

This adds the ability to load a game from any user's archive for review.

An important thing to note is that this only allows one game to be reviewed at a time. Since Shin is not a windowed application like the KGS Java client, it seemed like this was the best way to go. This also does not support the ability to save reviewed games in a user's archive; that is a feature that won't make sense to implement until Shin has a feature-complete SGF editor.

I've made my best guesses as to what the UI/UX for the user game summary modal should look like (and how the load-game form should look). Please comment with any recommended changes.

Vercel deployment: https://shinkgs.ectopod.vercel.app/

leeschumacher commented 4 years ago

nice work, thank you!