Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Unofficial Chrome & Firefox extension bringing some Slack-like features into Mattermost.

License

Notifications You must be signed in to change notification settings

ivangabriele/mattermost-uno

Repository files navigation

Mattermost Uno

Latest Version Build Status Code Coverage Chrome Users Firefox Users

Unofficial Chrome & Firefox extension bringing some Slack-like features into Mattermost.

Links

Features

  • Hide posts replies from the main thread.
  • Inject a Slack-like replies-block under the posts containing replies.
  • Infinite scroll.

Screenshots

Replies Block (Default Theme)

Mattermost Default Theme Users

Replies Block (Dark Theme)

Mattermost Dark Theme

Roadmap

  • Live extension counter.
  • Customizable options.

Contribute

Get Started

yarn
yarn dev

Then load the /dist directory in your browser as an unpacked extension.

Release

npm version [MINOR|PATCH]
  1. The new Git tag will be pushed to Github.
  2. Travis CI will test, build and publish the new release.