discourse/app/assets
David Taylor 061e79297f
DEV: Convert User model to native class syntax (#25628)
This commit was created with a combination of the ember-native-class-codemod and manual cleanup.

User-status-related functionality was previously encapsulated in its own `User.reopen` call, which is essentially an 'inline mixin'. This commit refactors it into a utility class, with an instance accessible on `User#statusManager`
2024-02-13 10:49:18 +00:00
..
images FIX: Use correct location for wizard background image (#24183) 2023-10-31 15:57:47 +00:00
javascripts DEV: Convert User model to native class syntax (#25628) 2024-02-13 10:49:18 +00:00
stylesheets UX: Add loading indicator when loading 'new or updated topics' (#25649) 2024-02-13 10:41:22 +00:00