chingu-voyages / v8-geckos-team-07

Habit-Tracker | Voyage-8 | https://chingu.io/
https://habit-tracker-gecko.herokuapp.com/
4 stars 4 forks source link

🐛: Check the background image/texture is showing is showing up on every page #50

Closed paulywill closed 5 years ago

paulywill commented 5 years ago

Describe the bug Troubleshooting after login and the texture background is not showing up. Background is just white.

To Reproduce Login and background is white.

URL is: http://localhost:3000/dashboard

If you try navigating to root after logging in site redirects to same location http://localhost:3000/dashboard but background shows up.

Expected behavior

Background should be shown on every page regardless of navigation. Dashboard page may need to be better defined, ie functionality placed in header.

Screenshots

After login/manually going to location:

image

After login but trying to navigate to root and getting redirect:

image

paulywill commented 5 years ago

Might be related to <main> </main> ?

SaraSweetie commented 5 years ago

I believe this is fixed with my recent PR. Moving the css up to index.css instead of App.css may have fixed this.

The background image is implemented to the tag so it should be applied to every page.

paulywill commented 5 years ago

I'm still experiencing loading issues.

If I refresh /dashboard it loads up white background... if I do anything (ie resize the window) it will draw the background