This commit is contained in:
João Mendes 2019-11-18 21:20:19 +00:00
parent f491c5a3d7
commit 31283dc79d
5 changed files with 13 additions and 2 deletions

View File

@ -7,7 +7,9 @@ This web part allows user to manage planner tasks in SharePoint Site. The UI was
The user can search task by name, can filter by progress status, all data are dynamic updated on change.
![MyTasks](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/MyTasks.gif)
## List of Task Cards
@ -45,6 +47,11 @@ The user can search task by name, can filter by progress status, all data are dy
## Add Task
![MyTasks](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/AddTask.gif)
</br>
</br>
![tenant properties](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/screen6.png)
@ -61,6 +68,10 @@ The user can search task by name, can filter by progress status, all data are dy
## Edit Tasks
![MyTasks](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/EditTask.gif)
</br>
</br>
![tenant properties](https://github.com/joaojmendes/sp-dev-fx-webparts/blob/My-Tasks/samples/react-mytasks/assets/screen8.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 MiB

View File

@ -36,7 +36,7 @@ export const stackItemStyles: IStackItemStyles = {
};
export const textFieldStylesTaskName: ITextFieldStyles = {
field: { backgroundColor: theme.palette.neutralLighter },
field: { backgroundColor: `${theme.palette.neutralLighter} !important` },
root: {},
description: {},
errorMessage: {},