This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Kevin Marks
kevinmarks.com
did:plc:kn4dz4f67maytvsbcnbry36k
If I'm hiding rows of a table with an adjacent checkbox, is there a way to interpolate them coming and going?
eg
.toggle_planned:not(:checked) ~ table tr.planned {display:none;}
2024-09-25T22:40:42.150Z