-
Notifications
You must be signed in to change notification settings - Fork 51
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
migrate SpinnerImage to Mui 5 #97
Conversation
<SpinnerImage | ||
src={`${src}?useCache=${useCache}`} | ||
onImageLoad={onImageLoad} | ||
alt={`Page #${index}`} | ||
imgRef={imgRef} | ||
spinnerClassName={`${classes.image} ${classes.loadingImage}`} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging the two might have been wrong in the first place?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably yes, cause they both might have conflicting css. Having different styling objects for both makes more sense
semi-approved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a complicated one.
The Page Spinner seems to be okay, but before the Page numbers are loaded the Spinner is window centered in the Old Version, while being at the same Position as the Page Spinner in the new Version
So does it need extra fixing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me personally it's a non issue. The other loading indicator looks nicer. But it's replaced fast by the page spinner indicator so I approve.
Lets sleep on this one a bit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looked at it again. Is fine for now considering the due rewrite of the reader.
No description provided.