This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/admin/addon
Robin Ward 195119b77c FIX: Observers weren't working on admin email logs
We were trying to observe a non-ember object which is undefined
behavior and was leaking to odd bugs. This replaces the `filter` object
with an Ember Object and things seem to work.
2020-10-09 16:27:22 -04:00
..
adapters REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
components REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
controllers FIX: Observers weren't working on admin email logs 2020-10-09 16:27:22 -04:00
helpers REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
mixins FIX: makes dashboard periods use current day and weekly 7 days (#10817) 2020-10-05 10:32:12 +02:00
models REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
routes FIX: Observers weren't working on admin email logs 2020-10-09 16:27:22 -04:00
services REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00
templates REVERT: revert change from action + mut to mut (#10844) 2020-10-06 23:50:05 +02:00