Rip out react-redux-loading-bar

This commit is contained in:
Alex Gleason 2021-09-18 18:31:22 -05:00
parent 473ae43e71
commit aeef12acf0
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
11 changed files with 0 additions and 30 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -148,14 +148,6 @@
animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s 2 both; animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s 2 both;
} }
.loading-bar {
background-color: var(--highlight-text-color);
height: 3px;
position: absolute;
top: 0;
left: 0;
}
.load-more { .load-more {
display: block; display: block;
color: var(--primary-text-color); color: var(--primary-text-color);

View file

@ -279,10 +279,6 @@
object-fit: contain; object-fit: contain;
} }
.loading-bar {
position: relative;
}
&.image-loader--amorphous .image-loader__preview-canvas { &.image-loader--amorphous .image-loader__preview-canvas {
display: none; display: none;
} }

View file

@ -104,15 +104,6 @@ If it's not documented, it's because I inherited it from Mastodon and I don't kn
alerts: [] alerts: []
``` ```
- `loadingBar` - Managed by [react-redux-loading-bar](https://github.com/mironov/react-redux-loading-bar)
Sample:
```
loadingBar: {
'default': 0
}
```
- `modal` - `modal`
Sample: Sample:

View file

@ -125,7 +125,6 @@
"react-overlays": "^0.9.0", "react-overlays": "^0.9.0",
"react-popper": "^2.2.3", "react-popper": "^2.2.3",
"react-redux": "^7.2.5", "react-redux": "^7.2.5",
"react-redux-loading-bar": "^5.0.0",
"react-router-dom": "^4.3.1", "react-router-dom": "^4.3.1",
"react-router-scroll-4": "^1.0.0-beta.1", "react-router-scroll-4": "^1.0.0-beta.1",
"react-sparklines": "^1.7.0", "react-sparklines": "^1.7.0",

View file

@ -7879,14 +7879,6 @@ react-popper@^2.2.3, react-popper@^2.2.5:
react-fast-compare "^3.0.1" react-fast-compare "^3.0.1"
warning "^4.0.2" warning "^4.0.2"
react-redux-loading-bar@^5.0.0:
version "5.0.2"
resolved "https://registry.yarnpkg.com/react-redux-loading-bar/-/react-redux-loading-bar-5.0.2.tgz#e62d527892b0a7682baa2ebbb3fd34c0b807e485"
integrity sha512-M+gK/Q79UG3iVljv6myRJptdQ5sIKdYDigeukwGocvWLCgWFdtpeP8IY8lBIYsqHXtuFBP/gj7E3qvGwCtcpRQ==
dependencies:
prop-types "^15.7.2"
react-lifecycles-compat "^3.0.4"
react-redux@^7.2.5: react-redux@^7.2.5:
version "7.2.5" version "7.2.5"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.5.tgz#213c1b05aa1187d9c940ddfc0b29450957f6a3b8" resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.5.tgz#213c1b05aa1187d9c940ddfc0b29450957f6a3b8"