Sitaram Rathi

Results 4 issues of Sitaram Rathi

#### Current Behavior Navbar dropdown doesn't take full width in mobile view and looks a bit weird. ![Screenshot from 2022-06-07 02-05-36](https://user-images.githubusercontent.com/57089237/172206986-d7ecc5dc-e462-45b1-bfeb-40d6ce04a21f.png) #### Desired Behavior To modify Navbar dropdown in meshery.io...

kind/enhancement
language/javascript
component/ui
framework/react

#### Current Behavior Navbar dropdown doesn't take full width in mobile view and looks a bit weird. ![Screenshot from 2022-06-07 02-05-36](https://user-images.githubusercontent.com/57089237/172206986-d7ecc5dc-e462-45b1-bfeb-40d6ce04a21f.png) #### Desired Behavior To modify Navbar dropdown in meshery.io...

kind/enhancement
component/ui
language/javascript
issue/remind
framework/react

Adding REST function to get threaded messages, sync threaded messages. reference - https://developer.rocket.chat/reference/api/rest-api/endpoints/core-endpoints/chat-endpoints/getthreadmessages

Problem Function to get group members already exist in https://github.com/RocketChat/Rocket.Chat.Go.SDK/blob/master/rest/group.go#L45 but the problem with this is it's only for fetching group members. We cannot get channel members through as it...