discourse/app/assets
Joffrey JAFFEUX 89ec7d8b98
DEV: more reactive field data for form-kit (#29819)
A lot of the data of fields is decided at insertion time and is not dynamic afterwards, this commit attempts to solve this problem by making the fk-field-data a component with getters on the all the properties we need. It allows for example to implement a dynamic @disabled without having to pass @disabled everywhere. Generally speaking this solution limits props-drilling.

@format has received the same treatment than @disabled.
2024-11-28 14:30:36 +01:00
..
images
javascripts DEV: more reactive field data for form-kit (#29819) 2024-11-28 14:30:36 +01:00
stylesheets FEATURE: Allow to customize the signup form descriptions (#29959) 2024-11-27 14:23:14 -03:00