focalboard/mattermost-plugin
kamre 7be9085b1b
[GH-1007] Fix popup menus visibility (#4069)
* Always show popup menu when it is opened:
- add additional class name `menuOpened` and ensure that menu is visible
- new component `CardActionsMenuIcon` introduced and used for kanban/gallery/calendar card actions menu
- increase `z-index` for `ContentBlock` when menu is opened to avoid overlaps

* Jest snapshots updated: additional classes added to existing elements.

* Jest snapshot for mattermost-plugin test updated.

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-10-26 13:38:09 -06:00
..
.circleci
assets
build
product Display board statistics (#4025) 2022-10-25 14:28:00 -06:00
public
server Replace Block references to use pointers throughout all application layers (#3934) 2022-10-25 14:46:43 -06:00
webapp [GH-1007] Fix popup menus visibility (#4069) 2022-10-26 13:38:09 -06:00
.editorconfig
.gitattributes
.golangci.yml
go.mod
go.sum
LICENSE
Makefile MM-46725 Add build-product target to compile the Boards product (#4016) 2022-10-13 16:56:59 -04:00
modd.conf
plugin.json update to release 7.5.0 (#3890) 2022-10-03 11:55:20 -06:00
README.md

Mattermost Boards (Focalboard Plugin)

Mattermost Boards is the Mattermost plugin version of Focalboard that combines project management tools with messaging and collaboration for teams of all sizes. To access and use Mattermost Boards, install or upgrade to Mattermost v6.0 or later as a self-hosted server or Cloud server. After logging into Mattermost, select the menu in the top left corner of Mattermost and select Boards.

Mattermost Boards is installed and enabled by default in Mattermost v6.0 and later.

To build your own version of Matterboard Boards and upload it to your own Mattermost server, follow the instructions here.