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

UI router bugfix and loading screen #779

Merged
merged 1 commit into from
Aug 27, 2020

Conversation

VakarisZ
Copy link
Contributor

Fixed white screen on map/going to map bug, implemented loading screen while UI is waiting for login status

What is this?

Fixes #739 .
Implemented loading screen while UI is waiting for login status.

Proof that it works

This is how it looks like, when island is waiting for login status (on page refresh for example):
image

@codecov
Copy link

codecov bot commented Aug 11, 2020

Codecov Report

Merging #779 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #779   +/-   ##
========================================
  Coverage    60.31%   60.31%           
========================================
  Files          161      161           
  Lines         4899     4899           
========================================
  Hits          2955     2955           
  Misses        1944     1944           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce26736...95cc44c. Read the comment docs.

import monkeyDetective from '../../images/detective-monkey.svg';
import ParticleBackground from "../ui-components/ParticleBackground";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

should change to single quotes

@VakarisZ VakarisZ merged commit 48360cb into develop Aug 27, 2020
@VakarisZ VakarisZ deleted the feature/bugfix_and_loading_screen branch September 7, 2020 10:46
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.

Doesn't redirect to "Login" page on Map page
2 participants