Skip to content

Conversation

spencerpauly
Copy link
Contributor

  • Identified the issue which this PR solves.
  • Read the CONTRIBUTING document.
  • Code builds clean without any errors or warnings.
  • Added appropriate tests for any new functionality.
  • All new and existing tests passed.
  • Added comments in the code, where necessary.
  • Ran make check to catch common errors. Fixed any that came up.

Description:
Please include a description of the proposed changes.
This should include details if the user experience is impacted.

Which issue(s) this PR fixes:
For significant amounts of work, it is best to start an issue first, preferably before the work is started.
For large pull requests, be sure to reference the associated GitHub issue(s).

Usage: Fixes #<issue number>, or Fixes (paste link of issue).

Out of Scope:
Include any out of scope items here.

Screenshots:
If applicable, add some screenshots here.
Screen Shot 2021-08-25 at 2 34 31 PM

Describe any introduced user-facing changes:
If introducing any user-facing changes, provide a clear description of them.

Describe any introduced API changes:
If introducing any API changes, provide a clear description of them.

Additional Info:
Any additional information or context.

@@ -1,10 +1,10 @@
import React, { useState, ReactNode, useEffect } from 'react'
import { useMutation, gql } from '@apollo/client'
import { useMutation, gql, ApolloError } from '@apollo/client'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <@typescript-eslint/no-unused-vars> reported by reviewdog 🐶
'ApolloError' is defined but never used.

import { fieldErrors, nonFieldErrors } from '../../util/errutil'
import FormDialog from '../../dialogs/FormDialog'
import { Shift, Value } from './sharedUtils'
import _ from 'lodash'
import { FormContainer } from '../../forms'
import { FormContainer, FormField } from '../../forms'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <@typescript-eslint/no-unused-vars> reported by reviewdog 🐶
'FormField' is defined but never used.

Checkbox,
DialogContent,
FormControlLabel,
Grid,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <@typescript-eslint/no-unused-vars> reported by reviewdog 🐶
'Grid' is defined but never used.

@@ -4,18 +4,19 @@ import {
DialogContentText,
Grid,
Typography,
Checkbox,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <@typescript-eslint/no-unused-vars> reported by reviewdog 🐶
'Checkbox' is defined but never used.

@@ -4,18 +4,19 @@ import {
DialogContentText,
Grid,
Typography,
Checkbox,
FormControlLabel,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <@typescript-eslint/no-unused-vars> reported by reviewdog 🐶
'FormControlLabel' is defined but never used.

makeStyles,
} from '@material-ui/core'
import ArrowRightAltIcon from '@material-ui/icons/ArrowRightAlt'
import { contentText, Shift, StepContainer } from './sharedUtils'
import { FormContainer } from '../../forms'
import { FormContainer, FormField } from '../../forms'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <@typescript-eslint/no-unused-vars> reported by reviewdog 🐶
'FormField' is defined but never used.

Typography,
Zoom,
} from '@material-ui/core'
import { styles as globalStyles } from '../../styles/materialStyles'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <@typescript-eslint/no-unused-vars> reported by reviewdog 🐶
'globalStyles' is defined but never used.

@spencerpauly
Copy link
Contributor Author

spencerpauly commented Sep 8, 2021

Going with another solution. New PR: #1891

@mastercactapus mastercactapus deleted the temp-sched-no-coverage-checkbox branch April 18, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant