Templates have support for missing features: input_prepend/input_append
There's a mention in TODO:
NEW FEATURES:
- input_prepend/input_append in mapping_item widget
I would ignore it if it wasn't implemented, but there's some support for it in the mapping_item template, which is very confusing. I suggest to remove it from the template, or to implement fully to avoid confusion. I guess if it was implemented it would appear elsewhere (widget code?) but currently its only in the template.
Also, in the form template, there's a support for a missing button.icon feature.
Closed since there is a TODO item on this.
I still think its useful to have this issue open so other people could find it easier to understand what's going on. Sorry that I can't commit because I don't know/like chameleon. I encountered it while porting templates to mako
Reopened the issue to discuss to have better understanding about the question.
I think TODO list have not been maintained for 5 years and I should delete the file. I can guide you to implement a new widget and learn Chameleon if necessary.
@miohtama it's confusing for someone who is converting/reimplementing templates, that's all. Templates contain dead code, the code that is not doing anything.
#217 contains support for the button icons
wtf is input_prepend/input_append intended to do? There is no documentation or discussion about it anywhere in the repo or TODO. Can I get some history from the old-tymers?