discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX 550895a970
FEATURE: adds a link to original message (#25503)
This commit adds a link to the original message of a thread, this link will:
- load the channel message and highlight it while keeping thread panel open on desktop
- open the channel and highlight the message in mobile (and close thread panel, as mobile never shows channel and thread in the same view)

Co-authored-by: chapoi <101828855+chapoi@users.noreply.github.com>
2024-02-01 18:27:38 +01:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FEATURE: adds a link to original message (#25503) 2024-02-01 18:27:38 +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 FIX: Hide 'My Threads' if no followed channels have threads (#25470) 2024-01-30 10:53:32 -03:00
lib DEV: Clean up hashtag code (#25397) 2024-01-29 09:48:56 +10:00
models FEATURE: adds a link to original message (#25503) 2024-02-01 18:27:38 +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 FEATURE: adds a link to original message (#25503) 2024-02-01 18:27:38 +01:00
services FEATURE: Mobile Chat Notification Badges (#25438) 2024-01-29 10:38:14 +08: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: adds a link to original message (#25503) 2024-02-01 18:27:38 +01:00
preferences-chat-route-map.js