Commit graph

13 commits

Author SHA1 Message Date
Fatih Acet
6aeb99c98b IssueNotesRefactor: Add existence check to find the note. 2017-08-16 22:26:30 +03:00
Filipa Lacerda
fdfab012f0 Fixes autosave not enabling comment button when it is restored.
Adds back missing CSS class that was breaking tests
2017-08-13 12:02:31 +01:00
Filipa Lacerda
b38e690344 Fix open discussions 2017-08-11 14:56:28 +01:00
Filipa Lacerda
f62939e7e0 [ci skip] Fallback to empty object if no user is signed in 2017-08-10 12:37:21 +01:00
Filipa Lacerda
c438106732 [ci skip] Improve performance of getting last note 2017-08-10 12:25:59 +01:00
Filipa Lacerda
20f2987aa1 [ci skip] Fix broken links for signin and register path 2017-08-02 17:19:06 +01:00
Filipa Lacerda
923a062302 [ci skip] Disable slash commands in edit mode 2017-08-02 16:22:38 +01:00
Filipa Lacerda
f5a21c596b [ci skip] Fix shortcuts for preview 2017-07-28 19:59:42 +01:00
Filipa Lacerda
9b87e680ca [ci skip] Find last note in discussion through vue instead of through the DOM 2017-07-28 18:48:13 +01:00
Filipa Lacerda
2845dad2af Find last note created by current user through vue instead of querying the DOM 2017-07-28 18:43:19 +01:00
Filipa Lacerda
3343bf30f7 [ci skip] Remove DOM querying for paths, save them in the store 2017-07-28 10:46:46 +01:00
Filipa Lacerda
d34c620fae [ci skip] Add issue data and notes data provided through haml to the store to stop querying the DOM everywhere 2017-07-27 21:25:02 +01:00
Filipa Lacerda
cf5cc6a9cc Follow vuex docs to divide store into: actions, getters and mutations
Use constants for mutation types as per vuex docs
2017-07-25 20:01:53 +01:00