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

Refactor progressbar #369

Merged
merged 6 commits into from
Oct 6, 2022
Merged

Refactor progressbar #369

merged 6 commits into from
Oct 6, 2022

Conversation

aringocode
Copy link
Collaborator

Instead of Spinner add SplashScreen

@aringocode
Copy link
Collaborator Author

aringocode commented Oct 5, 2022

@Pe5h4 can you review pls?

This MR comes with changes to public/body.css in all applications http://gitlab.teskalabs.int/seacat/seacat-webui/-/merge_requests/139

I will make these changes in other applications

progress-v.mp4

@aringocode aringocode requested a review from Pe5h4 October 5, 2022 11:03
@aringocode aringocode self-assigned this Oct 5, 2022
Copy link
Collaborator

@Pe5h4 Pe5h4 left a comment

Choose a reason for hiding this comment

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

One comment, otherwise cool!

style={{maxWidth: "38%"}}
/> : <h1>Loading ...</h1>}
<div className="progress mt-3" style={{maxWidth: "38%", margin: "20px auto 0 auto"}}>
style={{width: "38%", position: "absolute", bottom: '60%', left: '50%', transform: 'translate(-50%, 0)'}}
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Aringoaway Is it possible to add those style to splashscreen.scss (or some other general stylesheet e.g. styles/index.scss) ? Or does it have to be styled directly in the component due to pending of the scss files on application initialization?

@aringocode aringocode marked this pull request as ready for review October 6, 2022 09:02
@aringocode aringocode merged commit a50c468 into master Oct 6, 2022
@aringocode aringocode deleted the refactor/add-progressbar branch October 6, 2022 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants