artasparks / glift

Go Lightweight Frontend
MIT License
115 stars 33 forks source link

Refactor the UI to use the Flattener! #90

Closed artasparks closed 8 years ago

artasparks commented 9 years ago

This is a big change. But, it means that GPub and Glift will use the same codepaths, which is very important. It also means I'll be able to delete all of src/bridge except cropping, which can be merged into the flattener code.

This should automatically give us the ability to use next-moves with the Example code.

To support this, I will need to support in the flattener:

Note: If next variations / correct moves are displayed, next-moves should not be provided.

artasparks commented 8 years ago

This is a high priority for me now. It's definitely technical debt to keep around the bridge/intersections.js code.

artasparks commented 8 years ago

This is now fixed! wow