Adding comments column ( Feature Request #6 )
-
Added ability to add comments. Adding a comment disables join/divide for that network. Adjusted colours on joins that cannot be clicked.
-
Fixed CSS bug so hand cursor is shown as intended over maskSpanJoinable elements.
A link might look like this now: https://subnets.jskw.dev/?network=192.168.0.0&mask=16&division=15.f051&comments=%7B%22192.168.32.0%2F19%22%3A%22A%20comment%20will%22%2C%22192.168.64.0%2F18%22%3A%22lock%20divide%22%2C%22192.168.128.0%2F18%22%3A%22As%20well%20as%20any%20joins%22%2C%22192.168.192.0%2F19%22%3A%22that%20impact%20it%22%7D
But a link without comments still works https://subnets.jskw.dev/?network=192.168.0.0&mask=16&division=15.f051
Textarea still adds a fair bit to each row's height that might bother existing users. Maybe I should add my fix for toggle columns and have comments hidden by default?