mattermost-webapp
mattermost-webapp copied to clipboard
Webapp of Mattermost server: https://github.com/mattermost/mattermost-server
#### Summary Verify 🙆♂️ is rendered with the correct gender #### Ticket Link Fixes https://github.com/mattermost/mattermost-server/issues/18163 #### Related Pull Requests No related PRs. #### Screenshots No UI changes. #### Release Note...
#### Summary Migration of interactive_dialog.jsx file to tsx #### Ticket Link Fixes https://github.com/mattermost/mattermost-server/issues/21057 Fixes https://mattermost.atlassian.net/browse/MM-47113 #### Related Pull Requests None #### Screenshots None #### Release Note ```release-note Migration of interactive_dialog.jsx...
This is something we'd discussed a while back since it would be nice to have a more general place to put all sorts of settings that users probably shouldn't need...
#### Summary Migrated channel_sidebar e2e tests to TypeScript #### Ticket Link https://github.com/mattermost/mattermost-server/issues/21297 #### Release Note ```release-note NONE ```
#### Summary Combine the avatar and status icon in global header into one button that can be focused. #### Ticket Link [Jira ticket](https://mattermost.atlassian.net/browse/MM-45719) #### Screenshots #### Release Note ```release-note NONE...
#### Summary This is the beginning of the work to allow the Web App to be consumed as a module by the Desktop App. We use Module Federation to expose...
#### Summary Implemented a feature to mark as unread ability on channels: 1. Alt + click on a channel in the LHS marks the last post as unread. ie the...
#### Summary We are currently unable to open the profile popover from the Channel member RHS list because opening the popover triggers a request to fetch channel member information which...
#### Summary Allowing the same special characters as a user's username #### Ticket Link https://mattermost.atlassian.net/browse/MM-46112 #### Related Pull Requests - Has server changes (please link here) - Has mobile changes...
I forget why, but I decided to check if `eslint-plugin-header` had an option to always add a blank line after the header. Turns out that it does! I look forward...