[Emoji UI Picker] [PART 1 | Review Board] Finished working implementation
Review Request #11879 — Created Nov. 21, 2021 and updated
[Emoji UI Picker] [PART 1 | Review Board] Finished working implementation
=> Still need to add unit tests for frontend
=> Local testing
=> Unit tests needed for front-end
Description | From | Last Updated |
---|---|---|
E266 too many leading '#' for block comment |
reviewbot | |
E501 line too long (93 > 79 characters) |
reviewbot | |
E302 expected 2 blank lines, found 0 |
reviewbot | |
W291 trailing whitespace |
reviewbot | |
W291 trailing whitespace |
reviewbot | |
Col: 33 Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (categories, category) |
reviewbot | |
Col: 11 Missing semicolon. |
reviewbot | |
Col: 40 Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (key) |
reviewbot | |
Col: 19 Missing semicolon. |
reviewbot | |
Col: 33 Expected '{' and instead saw 'this'. |
reviewbot | |
Col: 15 Missing semicolon. |
reviewbot | |
E302 expected 2 blank lines, found 1 |
reviewbot | |
E305 expected 2 blank lines after class or function definition, found 1 |
reviewbot | |
W292 no newline at end of file |
reviewbot | |
E266 too many leading '#' for block comment |
reviewbot | |
E501 line too long (93 > 79 characters) |
reviewbot | |
Keep these alphabetized please. |
david | |
You've got a mix of naming conventions here. JS code should always use camelCase |
david | |
Combine these together (} else {) |
david | |
Our convention is that any jQuery object names should have $ in them. Let's call this $newImg |
david | |
Col: 33 Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (categories, category) |
reviewbot | |
Parens aren't necessary around e |
david | |
Can use Object.entries() here too |
david | |
Col: 40 Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (key) |
reviewbot | |
Adding "Error" doesn't help here--the console will already show it as an error. If we're going to add clarification text … |
david | |
We can do: for (let [alias, shortcode] in Object.entries(aliases)) { } |
david | |
E266 too many leading '#' for block comment |
reviewbot | |
E501 line too long (93 > 79 characters) |
reviewbot | |
Col: 33 Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (categories, category) |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
E501 line too long (82 > 79 characters) |
reviewbot | |
E501 line too long (113 > 79 characters) |
reviewbot | |
E266 too many leading '#' for block comment |
reviewbot | |
E501 line too long (93 > 79 characters) |
reviewbot | |
Col: 33 Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (categories, category) |
reviewbot | |
W293 blank line contains whitespace |
reviewbot | |
E501 line too long (84 > 79 characters) |
reviewbot | |
E501 line too long (82 > 79 characters) |
reviewbot | |
E501 line too long (93 > 79 characters) |
reviewbot | |
E266 too many leading '#' for block comment |
reviewbot | |
E501 line too long (93 > 79 characters) |
reviewbot | |
Col: 33 Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (categories, category) |
reviewbot | |
E501 line too long (82 > 79 characters) |
reviewbot | |
E501 line too long (93 > 79 characters) |
reviewbot |
- Commit:
-
af0ae5bd81367fed4c2a991badfb08b034eabcd1c2950ae01ab3f1ee445cea0b18ba2ec9767ec392
- Diff:
-
Revision 2 (+700 -11)
Checks run (2 failed)
flake8
JSHint
- Change Summary:
-
David's comments
- Commit:
-
c2950ae01ab3f1ee445cea0b18ba2ec9767ec3925725227af57d4baea2fffd32c07ec54994dda396
- Diff:
-
Revision 3 (+729 -13)
Checks run (2 failed)
flake8
JSHint
- Commit:
-
5725227af57d4baea2fffd32c07ec54994dda396c9ffcba3d3ee260b1d63e8c257c2642adeccadbb
- Diff:
-
Revision 4 (+733 -13)
Checks run (2 failed)
flake8
JSHint
- Commit:
-
c9ffcba3d3ee260b1d63e8c257c2642adeccadbb0c6e38ef87bc6718e50374753b2cd95bfe5b1d05
- Diff:
-
Revision 5 (+733 -13)
Checks run (2 failed)
flake8
JSHint
- Summary:
-
[WIP | Emoji UI Picker] [PART 1 | Review Board] Working implementation ready for review[Emoji UI Picker] [PART 1 | Review Board] Finished working implementation
- Description:
-
~ [WIP | Emoji UI Picker] [PART 1 | Review Board] Working implementation ready for review
~ [Emoji UI Picker] [PART 1 | Review Board] Finished working implementation
~ => Would like a preliminary review
~ => Still need to add unit tests for frontend
- => Still need to add unit tests ~ IMAGES:
~ ~ ~ + - Testing Done:
-
=> Local testing
~ => Unit tests needed ~ => Unit tests needed for front-end