Revisit general widget creation
In general, widgets should be created with properties and states only, e.g. Table::new(props, state). This would need the following things to be implemented:
- removal of table and list items, both widgets solely use properties for data and state for selections
Themeneeds converter toAttrValue::PropPayload(...))
Since
tui-realmhas been removed, this is not needed anymore.