This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/plugins/chat/spec
Joffrey JAFFEUX 727100d1e2
DEV: adds a addChatDrawerStateCallback API (#20640)
Usage:

```javascript
api.addChatDrawerStateCallback(({ isDrawerActive, isDrawerExpanded }) => {
  // do something
});
```

Note this commit also uses this new API to add a css class (chat-drawer-active) on the body when the drawer is active.
2023-03-10 18:49:59 +01:00
..
components DEV: do not fabricate a notification when fabricating a chat_mention (#20636) 2023-03-10 18:32:33 +04:00
fabricators
integration
jobs
lib DEV: do not fabricate a notification when fabricating a chat_mention (#20636) 2023-03-10 18:32:33 +04:00
mailers
models DEV: do not fabricate a notification when fabricating a chat_mention (#20636) 2023-03-10 18:32:33 +04:00
queries
requests
serializer
services
support
system DEV: adds a addChatDrawerStateCallback API (#20640) 2023-03-10 18:49:59 +01:00
validators
plugin_helper.rb DEV: Change Bookmarkable registration to DiscoursePluginRegistry (#20556) 2023-03-08 10:39:12 +10:00
plugin_spec.rb