discourse/plugins/discourse-assign/assets
Sérgio Saquetim 68b07535fd
DEV: Replace deprecated Ember's array compact (#35259)
This commit replaces the use of `.compact()` with `.filter((item) => item !=
null)` across multiple JavaScript files in the codebase. Additionally,
it introduces a new logging handler for a specific deprecation in the
deprecation workflow.

**Main Changes:**

* Replaced `.compact()` with `.filter((item) => item != null)` to
eliminate the Ember Array dependency and align with native JavaScript
practices.
* Deprecation Workflow: Added a log handler for
discourse.native-array-extensions.compact.
2025-10-13 16:10:36 -03:00
..
javascripts/discourse DEV: Replace deprecated Ember's array compact (#35259) 2025-10-13 16:10:36 -03:00
stylesheets REFACTOR: merge mobile and desktop user CSS into common file (#34787) 2025-09-15 09:16:47 -04:00