Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clockface/spinners #12025

Merged
merged 4 commits into from
Feb 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"webpack": "^4.29.0"
},
"dependencies": {
"@influxdata/clockface": "0.0.4",
"@influxdata/clockface": "0.0.5",
"@influxdata/influx": "^0.2.11",
"@influxdata/react-custom-scrollbars": "4.3.8",
"axios": "^0.18.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/Setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {notify as notifyAction} from 'src/shared/actions/notifications'

// Components
import {ErrorHandling} from 'src/shared/decorators/errors'
import {SpinnerContainer, TechnoSpinner} from 'src/clockface'
import {SpinnerContainer, TechnoSpinner} from '@influxdata/clockface'

// Utils
import {isOnboardingURL} from 'src/onboarding/utils'
Expand Down
2 changes: 1 addition & 1 deletion ui/src/Signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {client} from 'src/utils/api'

// Components
import {ErrorHandling} from 'src/shared/decorators/errors'
import {SpinnerContainer, TechnoSpinner} from 'src/clockface'
import {SpinnerContainer, TechnoSpinner} from '@influxdata/clockface'

// Actions
import {notify as notifyAction} from 'src/shared/actions/notifications'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ exports[`ConfirmationButton interaction shows the tooltip when clicked 1`] = `
shape="none"
size="sm"
status="default"
testID="button"
text="I am a dangerous button!"
type="button"
>
<button
className="button button-sm button-danger active"
data-testid="button"
disabled={false}
onClick={[Function]}
tabIndex={0}
Expand Down
79 changes: 0 additions & 79 deletions ui/src/clockface/components/spinners/SparkleSpinner.scss

This file was deleted.

229 changes: 0 additions & 229 deletions ui/src/clockface/components/spinners/SparkleSpinner.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions ui/src/clockface/components/spinners/SpinnerContainer.scss

This file was deleted.

Loading