discourse/plugins/chat/spec
David Battersby f20b6a0cc3
FEATURE: chat redesign - back button to exit threads (#24189)
Chat redesign work to improve chat navigation:

- New header title with channel name (thread list on mobile)
- New header title without channel name (thread list on full page chat)
- Removes the close button on threads (mobile only)
- Updates to back button route within thread (mobile), taking user to:
    - The thread index, if they accessed the thread from the thread index.
    - The channel itself, if they accessed the thread directly from the channel.
    - The channel itself, if they accessed the thread from a notification.
- Show thread title in chat drawer header
- Properly convert emoji in thread titles in chat header (all devices)
- Upgrades various templates to use gjs format.
2023-11-07 16:01:09 +08:00
..
components/chat FEATURE: add grace period for chat edits (#23800) 2023-10-23 16:40:30 +08:00
fabricators PERF: cook message in background (#24227) 2023-11-06 15:45:30 +01:00
integration FEATURE: add grace period for chat edits (#23800) 2023-10-23 16:40:30 +08:00
jobs PERF: cook message in background (#24227) 2023-11-06 15:45:30 +01:00
lib FiX: Update date url for thread oneboxes (#24172) 2023-10-31 08:04:40 -03:00
mailers DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +02:00
models PERF: cook message in background (#24227) 2023-11-06 15:45:30 +01:00
policies/chat/channel DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +02:00
queries/chat FIX: handle thread participants limit on the frontend (#23839) 2023-10-09 14:04:59 +08:00
requests PERF: cook message in background (#24227) 2023-11-06 15:45:30 +01:00
serializer FIX: do not serialize status when profile is hidden (#23946) 2023-10-16 17:43:39 +02:00
services PERF: cook message in background (#24227) 2023-11-06 15:45:30 +01:00
support FEATURE: add grace period for chat edits (#23800) 2023-10-23 16:40:30 +08:00
system FEATURE: chat redesign - back button to exit threads (#24189) 2023-11-07 16:01:09 +08:00
validators DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
plugin_helper.rb PERF: cook message in background (#24227) 2023-11-06 15:45:30 +01:00
plugin_spec.rb DEV: Refactor chat oneboxes (#23031) 2023-09-04 16:55:02 +02:00