discourse/app/assets
Sam cb819ab49a
FIX: Rerender Chart component if config changes (#29955)
The chart component was not rerendering if the chart
config passed to it was changed, this commit fixes the issue
by getting the config from `this.args` before trying to
access it inside an async call, so if the args change Ember
correctly rerenders. Also adds tests for this and general
chart rendering.

---------

Co-authored-by: Martin Brennan <martin@discourse.org>
2024-11-28 13:37:59 +10:00
..
images
javascripts FIX: Rerender Chart component if config changes (#29955) 2024-11-28 13:37:59 +10:00
stylesheets FEATURE: Allow to customize the signup form descriptions (#29959) 2024-11-27 14:23:14 -03:00