discourse/app/assets/javascripts/admin/addon
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
..
adapters UX: redesign admin permalinks page (#29634) 2024-11-14 10:03:58 +11:00
components FIX: Rerender Chart component if config changes (#29955) 2024-11-28 13:37:59 +10:00
controllers FEATURE: Allow admins to force refresh "What's new?" (#29911) 2024-11-27 09:40:55 +10:00
helpers DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
lib DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
mixins DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
models DEV: Modernize admin user fields (#29843) 2024-11-25 11:54:43 +08:00
routes FEATURE: Add bulk destroy to admin users list (#29744) 2024-11-25 11:13:35 +03:00
services DEV: Modernize admin user fields (#29843) 2024-11-25 11:54:43 +08:00
templates FIX: Missing translations for empty config area (#29966) 2024-11-27 15:49:58 -05:00