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

[Replay Details] Address UI jumping when loading in mobile replay details #68109

Open
Tracked by #70065
michellewzhang opened this issue Apr 2, 2024 · 0 comments
Open
Tracked by #70065

Comments

@michellewzhang
Copy link
Member

michellewzhang commented Apr 2, 2024

Right now, we're loading the replay details assuming it's a web replay. When we realize it's a video replay, then we hide/change around a bunch of things: namely

  • "right click to inspect" blue dom banner goes away
  • some tabs are hidden, default tab is tags
  • "contact us" button -> "give feedback" button in top right corner
  • disabled playback settings
  • rage/dead clicks in header go away
  • browser icon in url area goes away

See video below:

Screen.Recording.2024-04-02.at.12.20.45.PM.mov

It's tricky because we don't know whether it's a video replay until all the data is loaded, so the "jumping" is unavoidable at the moment. We should have a better experience here without degrading our current web replays experience.

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

No branches or pull requests

1 participant