discourse/plugins/chat/assets/javascripts/discourse/services
Joffrey JAFFEUX f12724b5a5
DEV: routable chat part 2 (#20232)
This commit is expanding on previous work making everything chat working through an URL.

Improves drawer templates to be all URLs
Implements some kind of router for the drawer
Removes few remaining actions for opening channels
2023-02-14 11:27:07 +01:00
..
chat-api.js FEATURE: Chat side panel with threads initial skeleton (#20209) 2023-02-14 11:38:41 +10:00
chat-audio-manager.js FIX: uses CDN when available for chat mp3 sounds (#19341) 2022-12-06 16:27:59 +01:00
chat-channel-info-route-origin-manager.js
chat-channels-manager.js UX: orders public channels by slug instead of title (#20188) 2023-02-07 10:36:28 +01:00
chat-composer-presence-manager.js
chat-composer-warnings-tracker.js REFACTOR: Move mention warnings logic into a separate service. (#19465) 2023-02-03 15:38:30 -03:00
chat-drawer-router.js DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
chat-drawer-size.js FEATURE: resizeable chat drawer (#20160) 2023-02-03 15:11:12 +01:00
chat-emoji-picker-manager.js FIX: Emoji autocomplete “more” button not working in chat (#20113) 2023-02-02 15:04:52 -03:00
chat-emoji-reaction-store.js
chat-guardian.js
chat-message-visibility-observer.js FIX: triggers update last read when message is not staged (#19565) 2022-12-21 22:55:34 +01:00
chat-notification-manager.js FIX: correctly listens to chat notifications (#20246) 2023-02-12 23:26:11 +01:00
chat-state-manager.js DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
chat-subscriptions-manager.js FEATURE: Allow editing channel slug (#19948) 2023-01-30 13:18:34 +10:00
chat-threads-manager.js FEATURE: Chat side panel with threads initial skeleton (#20209) 2023-02-14 11:38:41 +10:00
chat.js DEV: routable chat part 2 (#20232) 2023-02-14 11:27:07 +01:00
emoji-picker-scroll-observer.js