discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX eff485e4c0
FIX: renders channels-list wrapper only once (#25383)
This bug was causing broken layout when using the `header_dropdown` setting instead of `sidebar` as we were rendering `<div class="channels-list"></div>` two times.
2024-01-23 11:33:45 +01:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FIX: renders channels-list wrapper only once (#25383) 2024-01-23 11:33:45 +01:00
connectors FEATURE: chat header redesign on mobile (#24938) 2023-12-26 17:36:26 +08:00
controllers FEATURE: Mobile Chat Footer Redesign (#25161) 2024-01-16 14:29:33 +08:00
helpers DEV: Modernize chat helper definitions (#24017) 2023-10-19 15:51:38 +01:00
initializers DEV: Implement text() for SidebarChatMyThreadsSection (#25371) 2024-01-23 10:16:47 +00:00
lib FIX: fixed a bug where keyboard on ios was broken (#25338) 2024-01-19 17:07:59 +01:00
models FEATURE: implements dates separators for threads (#25335) 2024-01-19 16:21:48 +01:00
modifiers/chat FEATURE: save/retrieve scroll position in chat channel (#25336) 2024-01-19 16:34:11 +01:00
pre-initializers DEV: Sort imports 2023-10-10 21:46:54 +01:00
routes FIX: ensures active message is cleared on threads opening (#25337) 2024-01-19 16:34:24 +01:00
services FIX: correctly save scroll position in channel (#25345) 2024-01-19 22:49:14 +01:00
templates FEATURE: Mobile Chat Footer Redesign (#25161) 2024-01-16 14:29:33 +08:00
widgets DEV: Render glimmer notification items for user notification list (#24802) 2023-12-11 11:04:43 -06:00
admin-chat-route-map.js
chat-route-map.js FEATURE: Mobile Chat Footer Redesign (#25161) 2024-01-16 14:29:33 +08:00
preferences-chat-route-map.js