mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
1. async/await 2. TrackedSet 3. don't rely on ember array methods 4. list used props 5. move stuff out of constructors 6. don't use ember's Input component 7. convert a function to a method (to avoid passing in a class prop) 8. add missing `@tracked` 9. remove tracking from props that don't need it (not used in templates)