schradert / sage

Process design and tracking application
GNU Affero General Public License v3.0
0 stars 0 forks source link

Show everything in detail view when no nodes are selected and also sort it by id #23

Closed scaredginger closed 1 month ago

schradert commented 1 month ago

I'd say this was more of a feature than a bug, but it's a good one to default to showing everything in the detail view.

I made some edits to sort by the label rather than ID because these will be generated UUIDs when people start using it. I also preferred the cleaner look of the deriving nodesInTable from selectedNodes, which we will need to use anyway separately for context menu actions and such.