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

Loading image added. #59

Closed
wants to merge 1 commit into from
Closed

Loading image added. #59

wants to merge 1 commit into from

Conversation

SilentFlame
Copy link
Contributor

resolves #26
@joerx have a look, if that's what is needed,

load
you close the Issue and merge the PR.

crossorigin="anonymous"></script>
<script type="text/javascript">
var ts = new Date().valueOf() // cache breaker
document.write('<script src="./main.js?t=' + ts + '"><\/script>')
</script>
<script language="javascript" type="text/javascript">
$(window).load(function() {
$('#loading').hide();
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure what this is doing, but it should be hooked in to the SessionStores 'data' event (see main.js, ca. line 257) - i.e. loader should display until the session data was loaded via ajax.

@joerx
Copy link
Contributor

joerx commented Mar 10, 2016

Can we please use a simpler icon, e.g. a black circle ball via http://www.ajaxload.info/?

@mariobehling
Copy link
Member

@SilentFlame This is a nice thing to have, but we also have some basic features, we need. Would be great, if you could help with this one: #28

@jigyasa-grover
Copy link
Member

@SilentFlame There are merge conflicts with this PR.

Also as a general tip, always add a preview link (viz. <username>.github.io/2016.fossasia.org) for an easier review.

@SilentFlame
Copy link
Contributor Author

@jig08 are merge conflicts arise when we make a pull request from a branch which is non-existing on the main repo, or is it something else?

@joerx
Copy link
Contributor

joerx commented Mar 10, 2016

It's because we pushed conflicting changes to gh-pages after you forked. Please rebase your branch (https://git-scm.com/book/en/v2/Git-Branching-Rebasing)

@SilentFlame
Copy link
Contributor Author

I have rebase my develop branch with the gh-pages on my local system then pushed the local gh-pages to the forked repo. now should it work?
@joerx can you have a look as does it still have merge conflicts?
so that I can proceed with my work here.

@jigyasa-grover
Copy link
Member

@SilentFlame It does have.

@SilentFlame
Copy link
Contributor Author

@jig08 unable to resolve can you help please?

@jigyasa-grover
Copy link
Member

Go through the simple steps in this guide, it might help.

@joerx
Copy link
Contributor

joerx commented Mar 10, 2016

@SilentFlame did you pull the upstream gh-pages before rebasing?

@SilentFlame
Copy link
Contributor Author

@joerx no I guess I don't, but currently I'm going through steps provided by @jig08.
let me try if it works.

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.

Loading screen on schedule page
4 participants