[WIP] Mobile diff viewer project

Review Request #9266 — Created Oct. 13, 2017 and discarded

Information

Review Board
master

Reviewers

wip don't look here


 
Description From Last Updated

Col: 10 Missing semicolon.

reviewbotreviewbot

Col: 10 Missing semicolon.

reviewbotreviewbot

Col: 10 Missing semicolon.

reviewbotreviewbot

Col: 32 Expected '!==' and instead saw '!='.

reviewbotreviewbot

Col: 13 Expected '{' and instead saw 'target'.

reviewbotreviewbot

W291 trailing whitespace

reviewbotreviewbot

E302 expected 2 blank lines, found 1

reviewbotreviewbot

E501 line too long (80 > 79 characters)

reviewbotreviewbot

F841 local variable 'cell_classes' is assigned to but never used

reviewbotreviewbot

F841 local variable 'cell_class_attr' is assigned to but never used

reviewbotreviewbot

It looks like you've got some stuff from your easyfix branch leaking into this.

daviddavid
Checks run (1 failed, 1 succeeded)
flake8 passed.
JSHint failed.

JSHint

TB
Review request changed
TB
Review request changed
TB
TB
Review request changed
Commit:
22e36a218ca297481c79e0563a6a1b41769daf57
d2eb64155c6101869e5afe77eba9052c8a44497b

Checks run (1 failed, 1 succeeded)

flake8 passed.
JSHint failed.

JSHint

TB
TB
Review request changed
Commit:
d2eb64155c6101869e5afe77eba9052c8a44497b
9a09566c814d4ab157ef444b0ee4ff5e4f490786

Checks run (1 failed, 1 succeeded)

flake8 failed.
JSHint passed.

flake8

TB
Review request changed
Commit:
9a09566c814d4ab157ef444b0ee4ff5e4f490786
fa7fd155e27fd17d821bae9866874a94d21a645d

Checks run (1 failed, 1 succeeded)

flake8 failed.
JSHint passed.

flake8

david
  1. It looks like you've got a bunch of different changes all kind of mixed together. Is it possible to extract things so that you have one review request per change?

    1. I could do that in the future, but a lot of the stuff here isn't really anything I would want to put up for review until I've fixed things and written tests for each change.

      It's a lot of hacky code just to get things working so I will definitely be putting time into cleaning everything up.

  2. Show all issues

    It looks like you've got some stuff from your easyfix branch leaking into this.

    1. Yeah, I'm not entirely certain why that happened, they both exist in their own separate branches but I guess at some point I merged incorrectly.

  3. 
      
TB
Review request changed
Status:
Discarded