summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/components/issue_note.vue
Commit message (Expand)AuthorAgeFilesLines
* IssueNotesRefactor: Show placeholder note immediately when editing.Fatih Acet2017-08-231-6/+25
* IssueNotesRefactor: Fix eslint errors.Fatih Acet2017-08-231-5/+6
* IssueNotesRefactor: Minor naming change to improve readability.Fatih Acet2017-08-211-2/+2
* IssueNotesRefactor: Reenable button after failed submit attempt.Fatih Acet2017-08-211-2/+3
* Remove view=full_data from NotesControllerDouwe Maan2017-08-171-1/+0
* [ci skip] Removes use of window object in all componentsFilipa Lacerda2017-08-101-2/+2
* [ci skip] Init testing vue app for issue notesFilipa Lacerda2017-08-081-5/+4
* Convert ?full_data=1 -> ?view=full_dataSean McGivern2017-08-071-1/+1
* Handle autosave reset when form is submittedFilipa Lacerda2017-08-041-1/+2
* Keep the replies when the user leaves the pageFilipa Lacerda2017-08-031-1/+0
* [ci skip] Fix alignment problemsFilipa Lacerda2017-08-031-3/+2
* [ci skip] Show errors close to the textareaFilipa Lacerda2017-08-031-2/+6
* [ci skip] Fix eslint errorsFilipa Lacerda2017-08-031-2/+2
* [ci skip] Fix emoji being posted twice originating an errorFilipa Lacerda2017-08-021-0/+1
* [ci skip] Fix toggle discussionFilipa Lacerda2017-08-021-1/+1
* Find last note created by current user through vue instead of querying the DOMFilipa Lacerda2017-07-281-1/+2
* [ci skip] Emit events up to prevent accessing refs of refsFilipa Lacerda2017-07-281-14/+13
* Use mapActions, mapGetters and mapMutations for componentsFilipa Lacerda2017-07-261-101/+107
* IssueNotesRefactor: Remove new keyword from Flash calls.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: kebab-case all Vue data bindings.Fatih Acet2017-07-211-19/+19
* IssueNotesRefactor: camelCase event names.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: camelCase component names.Fatih Acet2017-07-211-8/+8
* IssueNotesRefactor: Fix award emoji specs.Fatih Acet2017-07-211-1/+0
* IssueNotesRefactor: Fix ToDo list editability.Fatih Acet2017-07-211-0/+1
* IssueNotesRefactor: Implement up arrow to edit last note.Fatih Acet2017-07-211-0/+10
* IssueNotesRefactor: Implement emoji actions from emoji list.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: Add needed js- class for the notes current user authored.Fatih Acet2017-07-211-0/+1
* IssueNotesRefactor: Implement jumping to target note.Fatih Acet2017-07-211-0/+10
* IssueNotesRefactor: Fix anchor of note timestamp.Fatih Acet2017-07-211-1/+1
* IssueNotesRefactor: Don’t show report as abuse link for own notes.Fatih Acet2017-07-211-0/+4
* IssueNotesRefactor: Render GFM again when a comment is edited.Fatih Acet2017-07-211-0/+1
* IssueNotesRefactor: Implement ESC to cancel note form.Fatih Acet2017-07-211-2/+11
* IssueNotesRefactor: Implement close/reopen issue actions.Fatih Acet2017-07-211-1/+2
* IssueDiscussionsRefactor: Do changes after data format change and fix dummy d...Fatih Acet2017-07-211-2/+2
* IssueNotesRefactor: Implement note edit.Fatih Acet2017-07-211-2/+17
* IssueNotesRefactor: Move catch statements into main file to make ESLint happy.Fatih Acet2017-07-211-0/+3
* IssueNotesRefactor: Implement note delete.Fatih Acet2017-07-211-13/+18
* IssueNotesRefactor: Implement logic for delete action.Fatih Acet2017-07-211-2/+21
* IssueNotesRefactor: Restrict :+1: and :-1: on your own note.Fatih Acet2017-07-211-3/+3
* IssueNotesRefactor: Implement note edit widget.Fatih Acet2017-07-211-3/+26
* Implement note awards as a vue component.Fatih Acet2017-07-211-7/+0
* Implement initial version of Vue notes for issues. πŸŽ‰ πŸŽ‰Fatih Acet2017-07-211-0/+63