Fix order of names for emoji comment reactions
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
People
(Reporter: jandem, Assigned: kohei)
References
Details
Attachments
(1 file)
I'm currently the last person who reacted to this comment with the 'hooray' emoji, but bugzilla shows my name in the middle of the user list when I hover over the emoji. Other platforms would show me last (or in this case hidden as part of "and 3 others").
This is minor but IMO it's nice to be able to see who gave the first reaction.
Reporter | ||
Comment 1•2 months ago
|
||
The longdescs_reactions
table has an id
column so I wonder if this just needs an ORDER BY id
in the SELECT
query?
Assignee | ||
Comment 2•2 months ago
|
||
The current order seems to follow user IDs, which doesn’t make sense. Will fix it!
Comment 3•2 months ago
|
||
Assignee | ||
Updated•2 months ago
|
Comment 4•2 months ago
|
||
Comment 5•2 months ago
|
||
(In reply to Kohei Yoshino from comment #2)
The current order seems to follow user IDs, which doesn’t make sense. Will fix it!
But in the current implementation I could be listed first most of the time. You're taking away my chance at infamy!
Assignee | ||
Comment 6•2 months ago
|
||
Maybe we need a user pref to change the name order 🤣🤣🤣
Description
•