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

Appbar layout is broken #1

Open
JonghunYu opened this issue Mar 3, 2022 · 0 comments
Open

Appbar layout is broken #1

JonghunYu opened this issue Mar 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@JonghunYu
Copy link
Contributor

JonghunYu commented Mar 3, 2022

Problem

  • When enter /admin page through the link in /home page, app bar on top has broken layout.
  • The app bar should have flex-direction: row; style but applied style is flex-direction: column;.
  • This problem is gone when a user refreshes the page.
  • Browser: chrome, brave

Please investigate why this happens and fix it and add a unit test to make sure this won't happen again.

  1. /home

image

  1. Broken layout in /admin page

스크린샷 2022-03-04 오후 12 29 12

  1. Correct layout in /admin page

image

Steps to reproduce

  1. Login with random email and password
  2. visit /home page
  3. Click ADMIN CONSOLE link on the page.
  4. It will redirect to /admin page and it will have appbar with broken layout
@JonghunYu JonghunYu added the bug Something isn't working label Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant