Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivangabriele/mattermost-uno
Unofficial Chrome & Firefox extension bringing some Slack-like features into Mattermost.
https://github.com/ivangabriele/mattermost-uno
chrome chrome-extension chrome-plugin firefox firefox-addon firefox-extension firefox-plugin mattermost slack
Last synced: 2 months ago
JSON representation
Unofficial Chrome & Firefox extension bringing some Slack-like features into Mattermost.
- Host: GitHub
- URL: https://github.com/ivangabriele/mattermost-uno
- Owner: ivangabriele
- License: mit
- Archived: true
- Created: 2019-09-06T12:49:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T05:11:00.000Z (about 3 years ago)
- Last Synced: 2024-06-22T16:57:46.863Z (5 months ago)
- Topics: chrome, chrome-extension, chrome-plugin, firefox, firefox-addon, firefox-extension, firefox-plugin, mattermost, slack
- Language: JavaScript
- Homepage:
- Size: 4.93 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Mattermost Uno
[![Latest Version][img-version]][link-version]
[![Build Status][img-travis]][link-travis]
[![Code Coverage][img-coveralls]][link-coveralls]
[![Chrome Users][img-chrome]][link-chrome]
[![Firefox Users][img-firefox]][link-firefox]Unofficial Chrome & Firefox extension bringing some Slack-like features into
[Mattermost][link-mattermost].## Links
- [Install Chrome Extension][link-chrome]
- [Install Firefox Extension][link-firefox]## 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][img-screenshot-1]
### Replies Block _(Dark Theme)_
![Mattermost Dark Theme][img-screenshot-2]
## Roadmap
- Live extension counter.
- Customizable options.## Contribute
### Get Started
```bash
yarn
yarn dev
```Then load the `/dist` directory in your browser as an unpacked extension.
### Release
```bash
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.---
[img-chrome]: https://img.shields.io/chrome-web-store/users/fmlacedjkenmgemhjlljfkeckhbjjilc?label=Chrome%20users&style=flat-square
[img-coveralls]: https://img.shields.io/coveralls/github/ivangabriele/mattermost-uno/master?style=flat-square
[img-firefox]: https://img.shields.io/amo/users/mattermost-uno?label=Firefox%20users&style=flat-square
[img-screenshot-1]: https://github.com/ivangabriele/mattermost-uno/raw/master/docs/screenshots/browser-1.png
[img-screenshot-2]: https://github.com/ivangabriele/mattermost-uno/raw/master/docs/screenshots/browser-2.png
[img-travis]: https://img.shields.io/travis/com/ivangabriele/mattermost-uno/master?style=flat-square
[img-version]: https://img.shields.io/github/package-json/v/ivangabriele/mattermost-uno?style=flat-square[link-chrome]: https://chrome.google.com/webstore/detail/mattermost-uno/fmlacedjkenmgemhjlljfkeckhbjjilc
[link-coveralls]: https://coveralls.io/github/ivangabriele/mattermost-uno
[link-firefox]: https://addons.mozilla.org/en-US/firefox/addon/mattermost-uno/
[link-license]: https://github.com/ivangabriele/mattermost-uno/blob/master/LICENSE
[link-mattermost]: https://mattermost.com
[link-travis]: https://travis-ci.com/ivangabriele/mattermost-uno
[link-version]: https://github.com/ivangabriele/mattermost-uno/releases