KaiserEngineering / digitaldash

Code to generate the GUI for the KE DIgital Dash
13 stars 3 forks source link

Allow add remove views #6

Closed craigkai closed 1 year ago

craigkai commented 1 year ago

Basic UI, still needs to be made pretty. Also need to figure out how we want to handle if we add and remove a view should we re-increment the IDs for the views ie if we have IDs [0, 1, 2] and you delete 0, should we bump 1 -> 0, 2 -> 1