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/discourse/app
Jarek Radosz 827b6c99ae
DEV: Fix a call-after-destroy issue (#14923)
Intersection observer callback can be called after the component gets destroyed:

```
Assertion Failed: calling set on destroyed object: <@ember/component:ember6019>.docked = false
    at assert (ember:37774:17)
    at _set2 (ember:17304:46)
    at Class.set (ember:29529:29)
    at Class._intersectionHandler (discourse/app/components/topic-progress:135:16)
    at Backburner._run (ember:56389:25)
    at Backburner._join (ember:56365:21)
    at Backburner.join (ember:56082:19)
    at join (ember:42874:28)
    at IntersectionObserver.eval (ember:42978:19)
```
2021-11-14 10:58:37 +01:00
..
adapters DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
components DEV: Fix a call-after-destroy issue (#14923) 2021-11-14 10:58:37 +01:00
controllers DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
helpers DEV: Remove jQuery global usage where possible (#14905) 2021-11-12 19:23:20 +01:00
initializers DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
lib DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
mixins DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
models DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
pre-initializers DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
raw-views DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
routes DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
services DEV: Bump eslint-config-discourse (#14868) 2021-11-10 09:31:41 +10:00
styles DEV: Migrate to Ember CLI (#11932) 2021-02-03 14:22:20 -05:00
templates FIX: ensures minimum tags logic is correct and shared (#14723) 2021-11-12 14:04:48 +01:00
widgets DEV: Remove jQuery global usage where possible (#14905) 2021-11-12 19:23:20 +01:00
app.js DEV: uses forked Mousetrap to avoid leaking listeners (#14198) 2021-09-08 14:48:13 +02:00
index.html FIX: Ember CLI was always loading the admin payload in dev mode 2021-10-05 08:34:10 -04:00
mapping-router.js DEV: prevents route nodes to leak on each test run (#14457) 2021-09-28 17:08:05 +02:00