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

Add user preference "display node numbers" #412

Open herzbube opened 7 months ago

herzbube commented 7 months ago

Node numbers in the node tree view take up vertical space. Users may want to disable node numbers in certain scenarios, e.g.

Consider adding a user preference that lets the user decide whether or not to display node numbers.

As usual, the reason for not adding such a user preference is that too many user preferences can make an app confusing.

herzbube commented 7 months ago

NodeTreeViewModel already has a boolean property displayNodeNumbers. Implementing this feature would therefore likely consist of