herzbube / littlego

Little Go. An iOS application that lets you play the game of Go on the iPhone or iPad.
https://littlego.herzbube.ch/
Apache License 2.0
138 stars 54 forks source link

Show "branch" symbol in cells in the node list view when the node is a branching node #429

Open herzbube opened 3 months ago

herzbube commented 3 months ago

Scrolling through the nodes of the current game variation in the node list view does not give any visual indication to the user where another game variation branches off. In order to find such branching points the user currently must use the tree view.

It would be useful if the cell that represents a node in the node list view would display some sort of "branch" symbol for nodes that are branching nodes. This indicator would allow the user to focus on the node list view, without having to resort to the tree view to find branching poinnts.