discourse-data-explorer/assets/javascripts/discourse
Penar Musaraj 3907c49263
FIX: Reduce issues when debouncing schema search (#241)
Previously the debounced value was both setting the filter value and
updating the input's text value. This causes visible UI issues, because
the debounce updating the input's text value would sometimes reset it,
especially if/when typing quickly.

This PR also uses sticky positioning for the search form, so that it
stays visible even when scrolling the list of schema tables.
2023-04-18 10:33:25 -04:00
..
components FIX: Reduce issues when debouncing schema search (#241) 2023-04-18 10:33:25 -04:00
connectors/group-reports-nav-item DEV: Lose the es6 suffix (#165) 2022-03-05 17:21:01 +01:00
controllers DEV: Update plugin to match latest guidelines (#229) 2023-03-22 23:29:08 +02:00
initializers DEV: Lose the es6 suffix (#165) 2022-03-05 17:21:01 +01:00
lib DEV: Lose the es6 suffix (#165) 2022-03-05 17:21:01 +01:00
models FIX: Maintain editing state after saving query changes (#223) 2023-02-08 13:40:53 -06:00
routes FIX: Reset results on query redirect (#236) 2023-03-28 11:01:47 -05:00
templates DEV: Upgrade `query` model to Octane (#221) 2023-02-07 12:44:38 -06:00
explorer-route-map.js DEV: Lose the es6 suffix (#165) 2022-03-05 17:21:01 +01:00
group-reports-route-map.js DEV: Lose the es6 suffix (#165) 2022-03-05 17:21:01 +01:00