discourse/app/assets
Kelv f8a4c983d1
DEV: replace nameValidation mixin with helper class (#30615)
This PR moves the logic from the nameValidation mixin to a helper class. I've opted to maintain the interface of the previous classes through native getters in combination with dependentKeyCompat so that we limit the amount of changes here (these are referenced in the string form and across classes/templates), and avoid introducing more computed properties from the old reactivity system (alias, readOnly etc.).

We now return a POJO for nameValidation since returning an EmberObject makes no difference here.

Deprecation warning added to the nameValidation mixin as it's still used in a plugin.
2025-01-09 08:20:21 +08:00
..
images
javascripts DEV: replace nameValidation mixin with helper class (#30615) 2025-01-09 08:20:21 +08:00
stylesheets DEV: Fix triple click selection in WebKit derived browsers (#30628) 2025-01-08 19:14:15 -03:00