discourse/app
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
..
assets DEV: more reactive field data for form-kit (#29819) 2024-11-28 14:30:36 +01:00
controllers FEATURE: Allow add group member endpoint to skip invite emails (#29962) 2024-11-27 11:33:09 -06:00
helpers DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
jobs DEV: Drop DISCOURSE_LIVE_SLOTS_SIDEKIQ_LIMIT (#29920) 2024-11-26 07:21:14 +11:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models DEV: Upgrade Rails to version 7.2 2024-11-27 10:48:47 +01:00
serializers FIX: topic post counts for webhook post_destroyed event (#29853) 2024-11-27 11:36:51 -08:00
services FEATURE: Add bulk destroy to admin users list (#29744) 2024-11-25 11:13:35 +03:00
views UX: Change the authorize button color to primary (#29666) 2024-11-08 17:33:50 -05:00