Skip to content

Commit

Permalink
Cp/initial job form (#230)
Browse files Browse the repository at this point in the history
* 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
cmp5987 authored Jul 14, 2023
1 parent 5fa0273 commit dda8fcb
Show file tree
Hide file tree
Showing 75 changed files with 3,075 additions and 29,194 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions tavern/internal/www/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"plugins": [
"relay"
]
}
1 change: 0 additions & 1 deletion tavern/internal/www/.dockerignore

This file was deleted.

2 changes: 1 addition & 1 deletion tavern/internal/www/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Any relevant code generation can be executed by running `go generate ./cmd/taver
_If this is your first time contributing WWW changes in this dev environment, remember to run `npm install` to ensure you have all required dependencies_

1. Run `go generate ./...` to ensure all code generation is up to date
2. Run `go run ./cmd/tavern` to start the teamserver (for the GraphQL API)
2. Run `go run ./tavern` to start the teamserver (for the GraphQL API) run in the project root
3. In a separate terminal, navigate to the [UI Root /cmd/tavern/internal/www](https://github.com/KCarretto/realm/tree/main/cmd/tavern/internal/www) and run `npm start` (Note this will also run the [Relay compiler](https://relay.dev/docs/guides/compiler/))
Empty file.
Loading

0 comments on commit dda8fcb

Please sign in to comment.