discourse/plugins/chat/test/javascripts
Yuriy Kurant c1946425fa
FIX: chat: shows placeholder instead of timer for empty chats (#33105)
For empty chats, a dummy message is created with `id=null` (an
unsaved Ember model). 

The timer or placeholder's display is determined by the message ID's presence now (not the `createdAt` prop).
2025-06-09 15:59:04 +08:00
..
acceptance FEATURE: add icons and emojis to category (#31795) 2025-03-26 09:46:17 +04:00
components FIX: chat: shows placeholder instead of timer for empty chats (#33105) 2025-06-09 15:59:04 +08:00
helpers DEV: Move discourse-common/(utils|lib) to discourse/lib (#30733) 2025-01-13 13:02:49 +00:00
integration/components/user-menu DEV: [gjs-codemod] apply codemod 2025-04-02 13:44:15 +01:00
unit FEATURE: Improve emoji diversity rendering (#32909) 2025-05-27 11:34:24 +10:00
chat-fixtures.js DEV: Move discourse-common/(utils|lib) to discourse/lib (#30733) 2025-01-13 13:02:49 +00:00