discourse/plugins/chat/test/javascripts
Jarek Radosz a1b35601fc
FIX: Improve chat route cleanup (#20557)
1. `this.chat.activeChannel = null` was being done in twice
2. using `willTransition()` and checking transition.to.name prefix for route cleanup rather than using `deactivate()` was unnecessarily verbose and could be premature (if something aborted the transition you'd end up in a broken state)
3. `activeChannel` on Chat service can be null, check for that before accessing
2023-04-26 18:18:23 +02:00
..
acceptance UX: improves composer and thread panel (#21210) 2023-04-25 10:23:03 +02:00
components UX: improves composer and thread panel (#21210) 2023-04-25 10:23:03 +02:00
helpers DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
integration/components/user-menu DEV: Modernize chat's component tests (#19577) 2022-12-22 14:35:18 +01:00
unit FIX: Improve chat route cleanup (#20557) 2023-04-26 18:18:23 +02:00
widgets DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
chat-fixtures.js FEATURE: channels can allow/disallow @all/@here mentions (#19317) 2022-12-05 17:03:51 +01:00