discourse/app/assets/javascripts/admin/addon
Natalie Tay 3a04443632
FIX: Sum pageviews with number instead of string (#28596)
When the tooltip items are tooltipItem = [{parsed: {y:12} }, {parsed: {y:10} } ], reducing without a initial value as a number would result in Javascript thinking it is a string. Thanks, Javascript!

There are no tests here yet since this makes use of an external library Chart.js.
2024-08-28 19:24:57 +08:00
..
adapters FEATURE: Add Filter for Webhook Events by Status (#27332) 2024-06-07 10:26:00 -05:00
components FIX: Sum pageviews with number instead of string (#28596) 2024-08-28 19:24:57 +08:00
controllers UX: flag settings tab to follow UI guidelines (#28479) 2024-08-27 09:47:19 +10:00
helpers DEV: replace registerUnbound usage with default exports (#23802) 2023-10-19 14:28:25 +01:00
lib DEV: Convert admin charts to glimmer/gjs (#28271) 2024-08-23 14:59:56 +02:00
mixins FIX: Make cancel and reset buttons work for file_size_restriction settings (#28347) 2024-08-15 19:38:47 +03:00
models FEATURE: Always show full page "New Features" to admins (#28383) 2024-08-16 09:12:24 +10:00
routes UX: flag settings tab to follow UI guidelines (#28479) 2024-08-27 09:47:19 +10:00
services FIX: More header dropdown admin sidebar fixes (#27241) 2024-05-30 12:55:25 +10:00
templates UX: flag settings tab to follow UI guidelines (#28479) 2024-08-27 09:47:19 +10:00