-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(job-form): Create initial form for job creation * fix(job-form): Add filter handling to target selection * fix(create-job): Add deletion and formik handling * fix(apollo): Basic apollo install * feat(create-job): Add tailwind, modify components * fix(create-job): Continue to build out steps and add icon * fix(select-session): Work on setting up session step * fix(select-sessions): Add virtualize and memo for checkboxes * fix(selected-only): Add selected only filter * fix(context): Group query and move it to context * fix(createJob): Add create job mutation * fix(submit-job): Add submit job * fix(package-lock): Remove package-lock.json
- Loading branch information
Showing
75 changed files
with
3,075 additions
and
29,194 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"plugins": [ | ||
"relay" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.