Rafael Carvalho
Rafael Carvalho
Hi @sonali98 , you might want to implement a `customTheme` for some of the styling. I am not sure if you will be able to achieve 100% the same result...
Hi @keithlim and @duzenko , Check this file as an example on the styles that can be customized: https://github.com/rpaschoal/ng-chat/blob/master/src/ng-chat/assets/themes/ng-chat.theme.dark.scss If your custom styles are not reflecting your `ng-chat.css` file it...
Hi @Code-N-K , I believe it would be sufficient if you could provide your extra chat options as an Input right?
Hi @Code-N-K , I believ that is not yet available as public API to the component. Check this link: https://github.com/rpaschoal/ng-chat/blob/master/src/ng-chat/core/chat-option.ts Do you believe that exposing something similar would help you...
This is exactly what I am talking about @Code-N-K , For the time being that chat options feature is not publicly exposed, it is just used as an internal component...
Hi @keithlim , No worries, sorry about the delay in replying. I haven't been actively looking or contributing to this repository these days. If you have `pollFriendsList` enabled, the friends...
Hi @revatim , It's not possible at this stage, all it does is a simple filter on the friends list data. Perhaps we could extend the adapters to support a...
Hi @lsoaresesilva , thank you! I don't think `triggerOpenChatWindow` supports receiving a group. Perhaps it is visually working because both `User` and `Group` are/implement `IChatParticipant`. I don't think support for...
Hi @JacobSiegle , Thanks for the suggestion! This hasn't be thought yet and I am unsure if this would be achievable via CSS. Is this something that is a crucial...
Hi @agyepong , The ng-chat component won't render if there isn't enough viewport for it to show at least one chat window. For your mobile users you might want to...