discourse/plugins/chat/assets/javascripts/discourse
chapoi ee1dbd46c6
UX: Thread indicator small fixes (#22389)
* UX: make timestamp font size smaller

* UX: participants use copy instead of avatar

* FIX: Move thread participant count into i18n

---------

Co-authored-by: Martin Brennan <martin@discourse.org>
2023-07-04 10:32:09 +02:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components UX: Thread indicator small fixes (#22389) 2023-07-04 10:32:09 +02:00
connectors DEV: Refactoring chat message actions for ChatMessage component usage in thread panel (#20756) 2023-04-06 15:19:52 +02:00
controllers FEATURE: allows to enable/disable threading in UI (#22307) 2023-06-29 07:19:12 +02:00
helpers UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
initializers FEATURE: Use rich user status tooltip everywhere (#21125) 2023-07-03 11:09:41 -03:00
lib FEATURE: Sort thread list by unread threads first (#22272) 2023-06-28 13:14:01 +10:00
models DEV: Remove AJAX usage in chat-channel model (#22320) 2023-06-29 09:21:28 +10:00
modifiers/chat REFACTOR: <ChatMessage> component (#22172) 2023-06-19 09:50:54 +02:00
pre-initializers DEV: Added chat api to remove secondary actions (#21982) 2023-06-08 11:37:50 -03:00
routes FEATURE: Conditionally change back button route for thread (#22129) 2023-06-28 09:58:47 +10:00
services DEV: Refactor DM channel creation into new service pattern (#22144) 2023-07-03 10:18:37 +10:00
templates FEATURE: allows to enable/disable threading in UI (#22307) 2023-06-29 07:19:12 +02:00
widgets DEV: implements styleguide for chat header icon (#22033) 2023-06-09 18:40:34 +02:00
admin-chat-route-map.js
chat-route-map.js FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00
preferences-chat-route-map.js