trying around with create task page
Showing
- client/package.json 1 addition, 0 deletionsclient/package.json
- client/src/adapters/task.ts 4 additions, 4 deletionsclient/src/adapters/task.ts
- client/src/components/forms/ProjectForm/index.tsx 3 additions, 19 deletionsclient/src/components/forms/ProjectForm/index.tsx
- client/src/components/forms/TaskForm/RequirementsChoice.tsx 58 additions, 0 deletionsclient/src/components/forms/TaskForm/RequirementsChoice.tsx
- client/src/components/forms/TaskForm/index.tsx 146 additions, 0 deletionsclient/src/components/forms/TaskForm/index.tsx
- client/src/components/forms/TaskForm/task-form.scss 0 additions, 0 deletionsclient/src/components/forms/TaskForm/task-form.scss
- client/src/components/layout/TaskList/index.tsx 3 additions, 2 deletionsclient/src/components/layout/TaskList/index.tsx
- client/src/components/ui/CheckboxGroup/index.tsx 32 additions, 0 deletionsclient/src/components/ui/CheckboxGroup/index.tsx
- client/src/pages/AppWrapper.tsx 2 additions, 0 deletionsclient/src/pages/AppWrapper.tsx
- client/src/pages/Tasks/TaskCreate/index.tsx 45 additions, 0 deletionsclient/src/pages/Tasks/TaskCreate/index.tsx
- client/yarn.lock 17 additions, 0 deletionsclient/yarn.lock
client/src/pages/Tasks/TaskCreate/index.tsx
0 → 100644
Please register or sign in to comment