discourse/plugins/discourse-gamification
Sérgio Saquetim 14fef6598c
DEV: Replace deprecated Ember's array sortBy with sort (#34998)
This Pull Request introduces changes that replace the use of .sortBy
with .sort combined with compare from @ember/utils. This update aims to
modernize and standardize sorting operations throughout the codebase.

**Main Changes:**

* Replaced .sortBy with .sort and compare in various components,
controllers, and services to improve sorting practices.
* Updated sorting logic to handle optional chaining (?.) for increased
robustness.
* Adjusted sorting logic, including reversing, in some cases for more
clarity and correctness.
* Added a new deprecation workflow entry to handle sortBy deprecation
logs (discourse.native-array-extensions.sortBy).
2025-09-26 13:38:26 -03:00
..
admin/assets/javascripts DEV: Replace deprecated Ember's array sortBy with sort (#34998) 2025-09-26 13:38:26 -03:00
app FIX: Suspended and deleted users from showing on Leaderboards (#33627) 2025-07-23 09:39:28 -05:00
assets DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
config Update translations (#34804) 2025-09-15 10:47:22 +02:00
db
jobs
lib FIX: Suspended and deleted users from showing on Leaderboards (#33627) 2025-07-23 09:39:28 -05:00
spec DEV: Clean up js: true from recently bundled plugin specs (#33873) 2025-07-27 12:59:00 +02:00
test/javascripts DEV: Deprecate the widgets rendering system (#33684) 2025-07-23 16:05:35 -03:00
plugin.rb
README.md

Discourse Gamification Plugin

User Card

Screen Shot 2022-03-18 at 9 33 24 AM

User Metadata

Screen Shot 2022-03-18 at 10 48 25 AM

Directory

Screen Shot 2022-03-18 at 10 48 54 AM