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

Closes #442 : Add a compilation indicator #503

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Closes #442 : Add a compilation indicator #503

wants to merge 6 commits into from

Conversation

nblthree
Copy link
Member

@nblthree nblthree commented Oct 4, 2019

Summary
Closes #442

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Docs
  • Build-related changes
  • Other, please describe:

If changing the UI/CSS related code, please provide the before/after screenshot:
captured

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.

Other information:

@netlify
Copy link

netlify bot commented Oct 4, 2019

Deploy preview for saber ready!

Built with commit 5c890c7

https://deploy-preview-503--saber.netlify.com

@nblthree
Copy link
Member Author

nblthree commented Oct 4, 2019

Open to any suggestion

`

return css
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

That's quite some code, we should move them into another file.

Copy link
Member Author

@nblthree nblthree Oct 5, 2019

Choose a reason for hiding this comment

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

I will move the createCss and createContainer functions to the helpers folder

@nblthree
Copy link
Member Author

nblthree commented Oct 6, 2019

@egoist I made some changes in timing here https://jsfiddle.net/u8dthzvp/ do you think that it looks better?
add

body {
  width: 48px;
  height: 48px;
}

to have the same look as in the above gif

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.

Display a compiling indicator in browser
2 participants