-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule gropius-backend
updated
2 files
+1 −1 | core/src/main/kotlin/gropius/data/DataConfiguration.kt | |
+3 −3 | gradle.properties |
Submodule gropius-frontend
updated
12 files
+1 −1 | packages/graph-editor/package.json | |
+1 −0 | packages/graph-editor/src/index.ts | |
+6 −2 | src/graphql/client.ts | |
+1,561 −0 | src/graphql/generated.ts | |
+40 −8 | src/graphql/issue.graphql | |
+5 −0 | src/router/index.ts | |
+11 −0 | src/util/issueSortFields.ts | |
+2 −11 | src/views/home/Home.vue | |
+2 −11 | src/views/issue/Issues.vue | |
+102 −0 | src/views/project/ComponentIssues.vue | |
+2 −0 | src/views/project/Home.vue | |
+2 −1 | src/views/project/Root.vue |