discourse/app/assets
Martin Brennan 184f038cbf
FIX: Fix hashtag decoration on later pages of user activity stream (#24261)
Followup to 545e92039c

This commit fixes an issue where hashtags on user activity stream
items past page 1 did not get decorated. This is because of a bug
in the user stream component, where it was trying to get stream
items to decorate after the AJAX call but before they had been
rendered by Ember. This can be fixed by wrapping this decoration
logic in later() to run on the next runloop.
2023-11-08 14:34:03 +10:00
..
images FIX: Use correct location for wizard background image (#24183) 2023-10-31 15:57:47 +00:00
javascripts FIX: Fix hashtag decoration on later pages of user activity stream (#24261) 2023-11-08 14:34:03 +10:00
stylesheets DEV: Standardize session confirmation prompt (#24212) 2023-11-07 11:26:10 -05:00