File tree
11 files changed
+695
-1557
lines changed- public
- src
- graphql
- sdk
11 files changed
+695
-1557
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Submodule plexo-platform updated 35 files
- next.config.js+3-2
- src/components/ui/CardTask/index.tsx-83
- src/components/ui/Filters/filterDropdown.tsx-615
- src/components/ui/Filters/filterListView.tsx-576
- src/components/ui/Filters/filterMenu.tsx+265
- src/components/ui/Filters/filtersDataLogic.tsx-63
- src/components/ui/Filters/types.ts-10
- src/components/ui/NavBarWithSearch/index.tsx+5-3
- src/components/ui/Project/lead.tsx+1-1
- src/components/ui/Project/members.tsx+22-17
- src/components/ui/Project/newProject.tsx+18-15
- src/components/ui/Project/team.tsx+144
- src/components/ui/Task/assignee.tsx+10-18
- src/components/ui/Task/assignees.tsx+214
- src/components/ui/Task/label.tsx+62-18
- src/components/ui/Task/lead.tsx+16-18
- src/components/ui/Task/newTask.tsx+30-4
- src/components/ui/Task/priority.tsx+143-38
- src/components/ui/Task/project.tsx+82-24
- src/components/ui/Task/status.tsx+154-51
- src/components/ui/Task/task.tsx+52-34
- src/components/ui/Task/team.tsx-79
- src/components/ui/Team/newTeam.tsx+134
- src/components/ui/Team/projects.tsx+86
- src/context/PlexoContext.tsx+60
- src/graphql/projects.graphql+5-1
- src/graphql/tasks.graphql+12
- src/graphql/teams.graphql+25-4
- src/integration/graphql.tsx+227-112
- src/lib/notifications.tsx+33
- src/lib/useActions.ts+5
- src/lib/utils.ts+5
- src/modules/app/overview/index.tsx+199-503
- src/modules/app/taskDetail/index.tsx+125-86
- src/pages/index.tsx+10-1
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading
0 commit comments