discourse/app/assets/javascripts/admin/addon
Martin Brennan 684492f2c5
FIX: Admin setting search debounce losing characters (#27238)
When typing slowly in the admin setting filter input,
we were losing characters after the debounce. This commit
changes to use native <input /> instead of the ember
<Input /> component similar to the change in
bfd6a7b86c

c.f. https://meta.discourse.org/t/settings-filter-loses-some-of-the-letters-you-entered/305201
2024-05-29 15:49:44 +10:00
..
adapters FIX: Ensure Theme#settings are instances of ThemeSettings (#26481) 2024-04-03 13:10:47 +08:00
components FIX: Admin setting search debounce losing characters (#27238) 2024-05-29 15:49:44 +10:00
controllers FIX: Admin setting search debounce losing characters (#27238) 2024-05-29 15:49:44 +10: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: Add save button to editing typed objects theme setting route (#26133) 2024-03-13 06:52:46 +08:00
models UX: Disable plugin list settings button for some plugins (#27124) 2024-05-23 12:04:26 +10:00
routes FEATURE: admin can disable flags (#27171) 2024-05-29 14:39:58 +10:00
services DEV: Add more structure for admin plugin config nav (#26707) 2024-05-02 11:36:46 +10:00
templates FEATURE: admin can disable flags (#27171) 2024-05-29 14:39:58 +10:00