Commit Graph

17 Commits

Author SHA1 Message Date
Samantha Ming 589c8d5625 Hide resolve thread button from guest
- Show if user can_resolve all of the notes
2019-09-12 07:41:19 +00:00
Maneschi Romain 3c019fa1d4 make test of note app with comments disabled dry 2019-08-29 18:24:32 +00:00
Paul Slaughter e55c7a9a35
Add key unbinds to DiscussionKeyboardNavigator
Also adds comment to explain why this works on the diff-tab
when it's only used in `notes-app`.

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30144#note_204066538
2019-08-15 10:11:36 -05:00
Sam Bigelow eba4422803 Add kbd shortcuts for discussion navigation
Add keyboard shortcuts `p` and `n` to navigate duscussions.
2019-08-12 06:41:04 +00:00
Natalia Tepluhina 6911c3435a Resolve "Tooltips on note timestamps not showing for issues" 2019-07-18 13:16:18 +00:00
Natalia Tepluhina 9613a34a24 Fixed editing form
- applied functional component patch
- fixed border radius for list
- fixed Karma test to take a correct li amount
2019-07-09 04:22:48 +00:00
Natalia Tepluhina d4151b14c2 Rebased and squashed commits
- all commits squashed to make danger review happy
2019-07-03 08:26:57 +00:00
Paul Gascou-Vaillancourt ae9f91d18c Fix unresponsive reply button in discussions
Events listeners have been fixed to ensure UI interactions are
properly handled in discussion notes
2019-06-27 14:33:42 +00:00
Winnie Hellmann aea013eab9 Move NoteApp tests to Jest 2019-06-03 14:36:34 +00:00
Winnie Hellmann 9012d309f1 Increase Jest timeout to 500ms 2019-05-17 10:08:20 +00:00
Paul Slaughter 85cf320258
Fix discussion notes spec timeout 2019-05-08 11:21:03 -05:00
Paul Gascou-Vaillancourt 911701ae47 Extract discussion notes into new component
- Moved discussion notes out of `NoteableDiscussion` component into a
new `DiscussionNotes` component
- Wrote Jest tests for the new `DiscussionNotes` component
- Updated Jest config for emojis fixtures
- Updated Karma tests `NoteableDiscussion` to match its new structure
- Convert `DiffDiscussions` tests to use Vue test utils
2019-05-01 10:04:07 +00:00
Paul Gascou-Vaillancourt e555c8f480 Extract discussion actions into separate component
- Created DiscussionActions component
- Updated NoteableDiscussion component accordingly
- Wrote Jest tests for DiscussionActions
- Updated Jest config to enable emojis aliases mock
- Updated qa specs to reflect changes in NoteableDiscussions
2019-04-17 13:42:44 -04:00
Winnie Hellmann 514ee63826 Move some tests from Karma to Jest 2019-03-23 17:53:46 +01:00
Winnie Hellmann db735b66a0 Add snapshot test to discussion_jump_to_next_button_spec.js 2019-02-21 11:02:32 +01:00
Winnie Hellmann fd87496971 Remove localVue from discussion_jump_to_next_button_spec.js 2019-02-21 11:02:32 +01:00
Winnie Hellmann 0e619d01b0 Move discussion_jump_to_next_button_spec.js to Jest 2019-02-21 10:53:00 +01:00