quickwit-oss / quickwit-datasource

Quickwit data source for Grafana
GNU Affero General Public License v3.0
41 stars 10 forks source link

Debounce query editor changes, improve usability #59

Closed ddelemeny closed 6 months ago

ddelemeny commented 7 months ago

This PR uses RxJS's debounceTime to avoid firing bursts of calls to onChange when editing the query. Prevents tripping unnecessary rerenders and greatly improves usability.

Introduces a dependency on crimx/observable-hooks