ffprofile icon indicating copy to clipboard operation
ffprofile copied to clipboard

Add quick preview for options

Open allo- opened this issue 9 years ago • 1 comments

Add a list of settings set by an Option as collapsable preview below a checkmark

allo- avatar Feb 01 '16 11:02 allo-

Needs a patched form render method/template and the get_config_and_addons method should be split to have a method, which returns the settings as list:

  • boolean: what is set for true/false
  • choice: like boolean
  • text: config with a (js) template field where the text is inserted while typing

a static fallback (just the setting and the default/non-default value) which works without js would be nice.

allo- avatar Apr 26 '16 20:04 allo-