Daniel Espino García
Daniel Espino García
#### Summary Add a menu item to create poll in the calls widget. #### Ticket Link Hackaton #### Related PRs https://github.com/mattermost/mattermost-plugin-calls/pull/128 https://github.com/mattermost/mattermost-webapp/pull/10636
Following a similar design as in the [Incident Response Plugin](https://github.com/mattermost/mattermost-plugin-incident-response/tree/master/tests-e2e) integrate Cypress E2E testing for this plugin. At least one simple test case has to be added to make sure...
GitHub is updating its set of icons. As the time this issue is written, the newer version of Octicons (10.0.0) is still on preview, but some of these changes can...
The documentation for "GetKnownUsers" (https://api.mattermost.com/#operation/GetKnownUsers) does not have the proper response example. Right now it says it returns a `total_users_count` when it actually returns the list of userIDs directly. It...
Let a component like: ``` const myComponent = ({myList: string[]}) => { ... } ``` If we pass a more general within withObservables, instead of typescript complaining, it appears as...
Right now, on Account Level OAuth, OAuth tokens are updated when the token gets refreshed. https://github.com/mattermost/mattermost-plugin-zoom/blob/2acac55e7fc60b0da7cb7f6c3ef17f33a844cd78/server/zoom/oauth.go#L101-L120 This should be also done for User Level Apps. Also, it would be nice...
Following a similar design as in the [Incident Response Plugin](https://github.com/mattermost/mattermost-plugin-incident-response/tree/master/tests-e2e) integrate Cypress E2E testing for this plugin. At least one simple test case has to be added to make sure...
After #147 is merged, you will be able to create meetings with new IDs. We would like to add a user setting set by slash commands (`/zoom setting usePMI [true/false/ask]`)...
## Description This PR deals with one performance issue generated by creating a new style object on every render. Any re-rendering of the parent component may make this component to...
### Description This seems to be a regression. On a React-Native 0.67.2 does not happen, but on React-Native 0.68.2 seems to reproduce. Seems to reproduce also both on Android and...