discourse/app/assets/javascripts/admin/addon/components/admin-config-areas
Joffrey JAFFEUX 1a8b5b9d42
FIX: better standalone checkbox support (#31130)
Before this commit it was complicated to render a `Checkbox` outside of
a `CheckboxGroup` as you would get no title, no description, no optional
hint and not tooltip.

This commits makes all of this possible by adding a special case for
checkboxes, and sharing code for tooltips and optional hint.

This commit also uses this opportunity to refactor part of the code to
use curryComponent and reduce code duplication.
2025-02-04 09:58:00 +01:00
..
about.gjs UX: the ability to collapse AdminConfigAreaCard (#30310) 2024-12-17 11:47:23 +11:00
api-keys-list.hbs DEV: Convert admin API keys to conform to UI guidelines (#30660) 2025-01-09 10:57:40 +08:00
api-keys-new.gjs FIX: better standalone checkbox support (#31130) 2025-02-04 09:58:00 +01:00
api-keys-show.gjs DEV: Convert admin API keys to conform to UI guidelines (#30660) 2025-01-09 10:57:40 +08:00
emojis-list.gjs DEV: add btn-default classes to buttons using default styling (#31039) 2025-01-28 15:40:34 -05:00
emojis-new.gjs DEV: Move admin config pages out of /customize/ sub-route (#30511) 2025-01-02 09:13:11 +10:00
flags.gjs DEV: Move discourse-common/(utils|lib) to discourse/lib (#30733) 2025-01-13 13:02:49 +00:00
look-and-feel-themes.gjs DEV: Introduce <DPageHeader /> and <DPageSubheader /> components (#30146) 2024-12-18 08:13:39 +10:00
user-fields-list.gjs DEV: Consistent AdminConfigAreaEmptyList options (#29975) 2024-11-28 15:31:04 +10:00
webhooks-form.gjs FIX: better standalone checkbox support (#31130) 2025-02-04 09:58:00 +01:00
webhooks-list.gjs Admin webhooks UI guidelines (#30764) 2025-01-16 10:22:18 +08:00