Skip to content

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

Merged
miketaylr merged 4 commits intowebcompat:masterfrom
munteanu210:mobile-styles
Oct 16, 2019
Merged

Fixes #2938 - Implement mobile redesign on bug form#2984
miketaylr merged 4 commits intowebcompat:masterfrom
munteanu210:mobile-styles

Conversation

@munteanu210
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

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

@karlcow
Copy link
Copy Markdown
Member

karlcow commented Oct 16, 2019

on my todo for today. Brace for impact.

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