Skip to content

UI router bugfix and loading screen#779

Merged
VakarisZ merged 1 commit into
developfrom
feature/bugfix_and_loading_screen
Aug 27, 2020
Merged

UI router bugfix and loading screen#779
VakarisZ merged 1 commit into
developfrom
feature/bugfix_and_loading_screen

Conversation

@VakarisZ

Copy link
Copy Markdown
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

codecov Bot commented Aug 11, 2020

Copy link
Copy Markdown

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 AuthService from '../../services/AuthService';
import {particleParams} from '../../styles/components/particle-component/AuthPageParams';
import monkeyDetective from '../../images/detective-monkey.svg';
import ParticleBackground from "../ui-components/ParticleBackground";

Copy link
Copy Markdown
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