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

Fixes #2938 - Implement mobile redesign on bug form #2984

Merged
merged 4 commits into from
Oct 16, 2019

Conversation

munteanu210
Copy link
Contributor

This PR fixes issue #2938 - Implement mobile redesign on the bug form. The mobile view is all about style updates that make the page responsive. Each commit has its own issue which brings more light into what the changes are about.

Copy link
Member

@miketaylr miketaylr left a comment

Choose a reason for hiding this comment

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

Mostly rubber stamping here, I don't see anything very concerning.


s.addEventListener("touchend", e => {
touchendX = e.changedTouches[0].screenX;
handleGesure();
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure if we should make these touch handlers passive or not, but maybe something to consider.

@miketaylr miketaylr merged commit d61581c into webcompat:master Oct 16, 2019
@miketaylr
Copy link
Member

@karlcow can we deploy master to staging for some testing?

@karlcow
Copy link
Member

karlcow commented Oct 16, 2019

on my todo for today. Brace for impact.

@karlcow
Copy link
Member

karlcow commented Oct 17, 2019

fab deploy -t staging 

master is deployed to staging. There is no visible difference.
the code is there https://staging.webcompat.com/js/lib/issue-wizard-slider.js
Server has been restarted.

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.

3 participants