discourse/plugins/chat/assets/javascripts/discourse
chapoi 1f37fe5fa5
UX: chat composer buttons refactor + emoji (#21852)
- Made the emoji btn blue when composer is focused
- Moved everything chat-composer-button to its own file and BEM-ified it and making the choice to only work with our own is-disabled definition instead of with the attribute :disabled, for consistency
2023-05-31 15:12:35 +02:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components UX: chat composer buttons refactor + emoji (#21852) 2023-05-31 15:12:35 +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 DEV: Fix and improve chat system test for editing name and slug (#21810) 2023-05-29 18:00:59 +02:00
helpers UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
initializers UX: closes drawer on esc if input is not focused (#21772) 2023-05-26 18:48:45 +02:00
lib DEV: introduces Chat::Thread::ListItem in styleguide (#21851) 2023-05-31 10:29:38 +02:00
models DEV: introduces Chat::Thread::ListItem in styleguide (#21851) 2023-05-31 10:29:38 +02:00
modifiers/chat FIX: ensure sidepanel size is correctly applied when showing (#21701) 2023-05-23 20:13:58 +02:00
pre-initializers DEV: adds sendChatMessage client API (#21783) 2023-05-29 18:41:12 +02:00
routes FEATURE: Add user status to inline mentions in chat (#20564) 2023-05-24 16:55:20 +04:00
services FIX: applies getURL on both app and chat URLs (#21847) 2023-05-31 01:30:54 +02:00
templates DEV: Remove `renderTemplate` from the styleguide (#21660) 2023-05-25 11:22:36 +02:00
widgets FIX: Thread mention read state and notification links (#21385) 2023-05-04 17:28:51 +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