(WIP) Diff Comment Reply Pop Up Dialog
Review Request #10315 — Created Nov. 8, 2018 and updated
Set up the view class for handling the popup dialog.
Need to remove old tooltip popup.
Handling basic popup functionality.
Handles comment selection from commentlist.
Selecting a comment will expand it to fill the dialog.
Replying in the dialog box (WIP) - Text field with action
buttons implemented, needs styling and reply posting.
Have issuebar inserted into comment when expanded.
Need to query user data from a comment to get avatars.
UI Design Aesthetics (WIP).
Description | From | Last Updated |
---|---|---|
There are a couple of places in your code with trailing whitespace |
bolariinwa | |
Col: 21 Expected '===' and instead saw '=='. |
reviewbot | |
Col: 7 'CommentTitleBarView' was used before it was defined. |
reviewbot | |
Col: 11 'test' is defined but never used. |
reviewbot | |
Col: 144 Missing semicolon. |
reviewbot | |
Col: 34 Missing semicolon. |
reviewbot | |
Col: 11 'urls' is defined but never used. |
reviewbot | |
Col: 7 'CommentTitleBarView' was used before it was defined. |
reviewbot | |
Col: 11 'timeStamp' is defined but never used. |
reviewbot | |
Col: 11 'test' is defined but never used. |
reviewbot | |
Col: 69 Missing semicolon. |
reviewbot | |
Since this is an ES6 file you should be able to put a trailing comma after '_onMouseLeave' |
Malcolm | |
There seems to be some extra white space here. In addition to that on line 57 and 58, the ending … |
Malcolm | |
Col: 11 'urls' is defined but never used. |
reviewbot | |
Col: 7 'CommentTitleBarView' was used before it was defined. |
reviewbot | |
Col: 11 'timeStamp' is defined but never used. |
reviewbot | |
Col: 26 ['viewEl'] is better written in dot notation. |
reviewbot | |
Col: 15 'reviewRequestEditor' is defined but never used. |
reviewbot | |
Col: 7 'ReplyTextFieldView' is defined but never used. |
reviewbot | |
Col: 11 'urls' is defined but never used. |
reviewbot | |
Col: 16 Duplicate key 'comment'. |
reviewbot | |
Col: 38 ['diffCommentsData'] is better written in dot notation. |
reviewbot | |
Col: 38 ['rView'] is better written in dot notation. |
reviewbot | |
Col: 7 'CommentTitleBarView' was used before it was defined. |
reviewbot | |
Col: 15 'commentIssueManager' is defined but never used. |
reviewbot | |
Col: 15 'interactive' is defined but never used. |
reviewbot | |
Col: 15 'commentID' is defined but never used. |
reviewbot |
- Description:
-
~ Started by setting up the view class for handling the popup dialog.
~ Working on methods of handling multiple comment popup dialogs. ~ Set up the view class for handling the popup dialog.
~ Handling basic popup functionality(WIP). + Handles comment selection from commentlist. + Selecting a comment will expand it to fill the dialog. + Replying in the dialog box (WIP). + UI Design Aesthetics (WIP). - Commit:
-
903f486f4981cb63e74c157f0fe383ab8853e6116b180fb93d3c6aa45803549283f51a4bef08bb3c
- Description:
-
Set up the view class for handling the popup dialog.
~ Handling basic popup functionality(WIP). ~ Need to remove old tooltip popup. + Handling basic popup functionality. Handles comment selection from commentlist. Selecting a comment will expand it to fill the dialog. ~ Replying in the dialog box (WIP). ~ Replying in the dialog box (WIP) - Text field with action + buttons implemented, needs styling and reply posting. + Have issuebar inserted into comment when expanded. + Need to query user data from a comment to get avatars. UI Design Aesthetics (WIP). - Commit:
-
6b180fb93d3c6aa45803549283f51a4bef08bb3cc7e59534a6144bfd7fb920aab304eb992bd0045d
Checks run (1 failed, 1 succeeded)
JSHint
-
-
-
There seems to be some extra white space here. In addition to that on line 57 and 58, the ending > for the <a> tag could be placed on the same line as the a tag itself. Additionally the closing </a> tag can be placed on a newline with the inner <input> tag being indented within the scope of the <a> section. For example look at what you did on lines 59-61 as it looks a bit nicer.
- Commit:
-
18019b970cad8ca75c81812bce38529fb44cdecae90a986c6822f67158610d88f991bd19ab549d6b
- Diff:
-
Revision 5 (+2128 -12)