discourse/app/assets/javascripts/admin/addon
Penar Musaraj b8ee52c4cb
UX: Wait for render before invoking A11YDialog (#24100)
Previously, focus wasn't being applied correctly on dialogs using named
components. This was because the A11YDialog was being invoked before
the component was completely rendered.

The long-term plan is to move away from A11YDialog doing the rendering
here, but for now this should do.
2023-10-26 08:24:47 -04:00
..
adapters DEV: Migrate remaining admin classes to native syntax (#20717) 2023-03-17 12:25:05 +00:00
components FIX: Add checkbox-label class to site setting checkboxes (#24075) 2023-10-25 09:14:27 +10:00
controllers UX: Wait for render before invoking A11YDialog (#24100) 2023-10-26 08:24:47 -04:00
helpers DEV: replace registerUnbound usage with default exports (#23802) 2023-10-19 14:28:25 +01:00
lib DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
mixins DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
models DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
routes DEV: Change anonymous_posting_min_trust_level to a group-based setting (#24072) 2023-10-25 11:45:10 +10:00
services DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
templates UX: Wait for render before invoking A11YDialog (#24100) 2023-10-26 08:24:47 -04:00