1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +02:00
focalboard/webapp
Scott Bishel 61952f23ad
Gh 3882 - Fixes layout for ConfirmAddUserForNotification (#3887)
* retrieve all team members for specific lists

* retrieve all team members for specific lists

* final fixes

* update to use enum

* unit test fixes

* lint fixes

* fix integration test

* fixup integration test

* fix issues with making board private

* update to make webapp and server enums match

* fix to add member in correct role

* remove unnecessary property, check Open/Private board

* cleanup confirm for non admin

* some final cleanup

* move default to webapp

* only allow greater roles in drop down, change property name to minimumRole

* update z-index label, incorrect one used

* revert margin change

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-09-30 09:13:44 -06:00
..
__mocks__
cypress Enabling again the eslint rules and applying the fixes (#3791) 2022-09-14 07:11:50 -06:00
html-templates Remove link to deleted css file. (#2152) 2022-01-24 12:54:42 -05:00
i18n Fix members (#3875) 2022-09-30 08:26:41 -06:00
src Gh 3882 - Fixes layout for ConfirmAddUserForNotification (#3887) 2022-09-30 09:13:44 -06:00
static MM-46646 Serve all plugin images via webpack 2022-09-07 19:14:34 -04:00
.eslintignore
.eslintrc.json Enabling again the eslint rules and applying the fixes (#3791) 2022-09-14 07:11:50 -06:00
.nvmrc
.prettierignore
.prettierrc.json
.stylelintrc.json Refactor z-index values to a SCSS map (#3332) 2022-07-11 17:27:03 +05:30
cypress.json revert bad config changes 2022-03-30 15:12:56 -06:00
NOTICE.txt
package-lock.json Enabling again the eslint rules and applying the fixes (#3791) 2022-09-14 07:11:50 -06:00
package.json Enabling again the eslint rules and applying the fixes (#3791) 2022-09-14 07:11:50 -06:00
tsconfig.json
tslint.json
webpack.common.js Upgrading most of the webapp dependencies. (#2642) 2022-03-25 17:07:49 -06:00
webpack.dev.js
webpack.prod.js