Following on from #28, this change adds a new way of entering presence track data as an HTML table. Allowing for more flexible positioning.
Checkout the new board_front_serpent_style.html example to see this in action.
As working with an HTML table is not as simple as the original approach, I've retained support for that as well.
This change also simplifies and unifies the logic and css for the presence tracks.
This allowed me to cleanup some older issues like slight vertical missalingment of nodes, etc.
There may well be a few edge cases that look better on the old boards than the new ones but I feel this is good enough to be merged in now.
Following on from #28, this change adds a new way of entering presence track data as an HTML table. Allowing for more flexible positioning. Checkout the new
board_front_serpent_style.html
example to see this in action.As working with an HTML table is not as simple as the original approach, I've retained support for that as well.
This change also simplifies and unifies the logic and css for the presence tracks. This allowed me to cleanup some older issues like slight vertical missalingment of nodes, etc. There may well be a few edge cases that look better on the old boards than the new ones but I feel this is good enough to be merged in now.