discourse/plugins/chat/assets/javascripts/discourse
Isaac Janzen 011ba5b9f6
DEV: Update transitionTo on Route (#22644)
Per https://deprecations.emberjs.com/v3.x/#toc_routing-transition-methods

We are upgrading all `this.transitionTo` calls on routes to directly call the router service (`this.router.transitionTo`)
2023-07-18 14:52:55 -05:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components DEV: Fix and re-enable chat flakys (#22653) 2023-07-18 15:45:52 +10:00
connectors DEV: makes user-card-chat-button uses glimmer (#22496) 2023-07-10 14:04:26 +02:00
controllers DEV: makes chat modals use the new <DModal /> component (#22495) 2023-07-10 13:43:33 +02:00
helpers UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
initializers FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00
lib FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00
models FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00
modifiers/chat FIX: allows to resize panels on tablets (#22640) 2023-07-17 15:11:51 +02:00
pre-initializers DEV: Added chat api to remove secondary actions (#21982) 2023-06-08 11:37:50 -03:00
routes DEV: Update transitionTo on Route (#22644) 2023-07-18 14:52:55 -05:00
services FIX: Chat errors for thread subscriptions (#22657) 2023-07-18 13:02:27 +10:00
templates DEV: makes chat modals use the new <DModal /> component (#22495) 2023-07-10 13:43:33 +02:00
widgets DEV: implements styleguide for chat header icon (#22033) 2023-06-09 18:40:34 +02:00
admin-chat-route-map.js
chat-route-map.js FEATURE: new jump to channel menu (#22383) 2023-07-05 18:18:27 +02:00
preferences-chat-route-map.js