discourse/plugins/chat/test/javascripts/unit
Joffrey JAFFEUX 311b28d485
FIX: incorrect chat message reaction text (#23260)
Prior to this fix the text would be incorrect when the current user reacted and number of reactions was above 2.

This commit fixes the bug and also makes the following changes:
- separates text computation in a standalone lib to make it easier to test
- increases the number of displayed usernames in reaction text (from 5 to 15)
- adds a full test suite for this new `getReactionText` function
- fixes a bug in reaction fabricator which would prevent to change the count to zero
2023-08-25 15:20:56 +02:00
..
helpers DEV: various improvements to devex on chat (#21612) 2023-05-17 17:49:52 +02:00
lib FIX: incorrect chat message reaction text (#23260) 2023-08-25 15:20:56 +02:00
services FIX: improves draft for channels (#21724) 2023-05-24 15:36:46 +02:00
utility FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00