1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-12 09:04:14 +02:00
focalboard/webapp
Harshil Sharma 90f6389745
Person Property Type (#406)
* Added getWorkspaceUsers API

* Integrated workspace user API in UI

* Integrated workspace user API in UI

* Added toto for implementation slot

* Implemenmted getWorkspaceUSers to get data from Focalboard DB

* Updated store mocks

* Made select styles a shared constant

* Removed unwanted diffs

* Removed unwanted diffs

* Updated snapshots for new property type

* Added user store test

* Added missing copyright notice

* Returning error if no users found to retain original behavior

* Minor fixes and added tests

* Minor fixes

* Used React context for workspace users

* Used useContext hook, and added additional user ID -> user context to avoid that computation by all componnets

* Mergerd both workspace user contextx

* Minor review fix
2021-06-04 18:53:15 +05:30
..
__mocks__ Add unit test for propertyMenu.tsx - basic setup 2021-03-19 07:41:11 -05:00
@custom_types
cypress Feature/adjust board component scroll (#447) 2021-05-27 16:28:07 +05:30
html-templates Addining subpath support (#241) 2021-04-16 13:42:37 +02:00
i18n Translated using Weblate (Portuguese (Brazil)) (#500) 2021-06-01 09:10:53 +02:00
src Person Property Type (#406) 2021-06-04 18:53:15 +05:30
static Default favicon 2021-01-28 09:38:04 -08:00
.eslintignore
.eslintrc.json Refactor: card contentOrder 2020-12-18 12:52:45 -08:00
.nvmrc Used Node 16 and prevented soctet error from starting (#402) 2021-05-11 11:56:40 +02:00
.prettierignore Add prettier at least for css (#327) 2021-04-28 16:28:52 +02:00
.prettierrc.json Add prettier at least for css (#327) 2021-04-28 16:28:52 +02:00
cypress.json Add Cypress tests 2020-12-10 13:45:56 -08:00
NOTICE.txt [GH-38] Add date property (#391) 2021-05-10 07:46:07 +02:00
package-lock.json Person Property Type (#406) 2021-06-04 18:53:15 +05:30
package.json Person Property Type (#406) 2021-06-04 18:53:15 +05:30
tsconfig.json Add Cypress tests 2020-12-10 13:45:56 -08:00
tslint.json
webpack.common.js Clickable Links (#393) 2021-05-26 16:14:09 +05:30
webpack.dev.js Introduce checkbox property type (#439) 2021-06-02 15:53:52 +05:30
webpack.js webpack extractComments: false 2021-01-26 13:15:31 -08:00