discourse/app
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
..
assets FIX: Admin setting search debounce losing characters (#27238) 2024-05-29 15:49:44 +10:00
controllers FEATURE: admin can disable flags (#27171) 2024-05-29 14:39:58 +10:00
helpers DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
jobs DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
mailers FIX: correctly compute the window for email summaries 2024-05-27 22:33:51 +02:00
models FEATURE: admin can disable flags (#27171) 2024-05-29 14:39:58 +10:00
serializers FEATURE: admin can disable flags (#27171) 2024-05-29 14:39:58 +10:00
services DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
views FIX: send activity summaries based on "last seen" (#27035) 2024-05-22 10:23:03 +02:00