Commit Graph

8345 Commits

Author SHA1 Message Date
Benjamin Goering 0ba973fb44 editComment returns status of comment after edit. UI shows appropriate notifications if PREMOD or REJECTED 2017-05-03 18:05:06 -07:00
Benjamin Goering 3ac8f09619 Notify on unexpected error when saving edit changes 2017-05-03 17:31:36 -07:00
Benjamin Goering ab9c2a89b7 Edit Window countdown is bold when < 10 seconds left 2017-05-03 17:27:36 -07:00
Benjamin Goering e31961716e Remove done todo comments 2017-05-03 17:14:36 -07:00
Benjamin Goering b83381719c Style editCommentWindow messages and i18n 2017-05-03 15:37:02 -07:00
Kim Gardner 5168f563ef Merge pull request #557 from coralproject/admin-queue-polish
load more comments to moderate if available
v1.6.0
2017-05-03 18:02:35 -04:00
Kim Gardner 7d0d4aa397 Merge branch 'master' into admin-queue-polish 2017-05-03 17:57:34 -04:00
Kim Gardner 4f2126ef74 Merge pull request #562 from coralproject/flag-queue-loadmore
Flag queue Load More fix
2017-05-03 17:35:53 -04:00
Benjamin Goering 92fd146a8c Add cancel button to editing CommentForm 2017-05-03 14:22:15 -07:00
Benjamin Goering c3f3ed8a50 Comment edit is no longer extended one ach edit 2017-05-03 14:17:36 -07:00
Benjamin Goering 3cb84222b2 Add new padding, color, border-color to CommentBox textarea 2017-05-03 14:14:23 -07:00
Benjamin Goering 818c09a9b8 Edit window is now 30s instead of 5min 2017-05-03 14:06:07 -07:00
Benjamin Goering c8e7ec6cbf streamQuery reduces editComment mutations to reflect edits without contacting server 2017-05-03 13:35:51 -07:00
riley d02c82d0cd Merge branch 'master' into admin-queue-polish 2017-05-03 14:25:46 -06:00
riley 26ebdde244 Merge branch 'master' into user-detail-ui 2017-05-03 14:25:40 -06:00
Riley Davis 1cecad4d32 action_type must be passed to the load more query 2017-05-03 14:13:58 -06:00
Belén Curcio 64c79cf5f2 Merge branch 'master' into config-embed 2017-05-03 16:52:30 -03:00
Riley Davis 6b4505fa3d Merge branch 'master' into flag-queue-loadmore 2017-05-03 13:42:25 -06:00
Riley Davis f03c87c26d Merge pull request #561 from coralproject/like-fix
Removed LikeAction from core typeName interface resolver
2017-05-03 13:42:01 -06:00
riley c15c312c2c typo 2017-05-03 13:35:33 -06:00
Benjamin Goering ae3cbe990b Edit Comment UI reflects expired edit comment window 2017-05-03 12:34:22 -07:00
Wyatt Johnson d9a4653484 Removed LikeAction from core typeName interface resolver 2017-05-03 13:31:57 -06:00
Riley Davis e993328dc4 load only flagged comments in mod queue load more 2017-05-03 13:15:29 -06:00
riley 4a42436b7b load user via HOC UserDetail 2017-05-03 12:54:02 -06:00
Belén Curcio 15afce516c Merge pull request #556 from coralproject/coral-plugin-like
Coral Plugin Like
2017-05-03 15:50:09 -03:00
riley 3c6391e741 count should never be less than 0 2017-05-03 12:49:22 -06:00
riley 39bd0eca6f remove pointless change 2017-05-03 12:45:49 -06:00
Belen Curcio 99b3d0021a Linting 2017-05-03 15:45:31 -03:00
Belén Curcio 6716362b08 Merge branch 'master' into config-embed 2017-05-03 15:40:27 -03:00
Belén Curcio 68ea670ecd Merge branch 'master' into FE_Plugin_DOCS 2017-05-03 15:40:14 -03:00
Belen Curcio 13a6ee67e9 Merge branch 'coral-plugin-like' of github.com:coralproject/talk into coral-plugin-like 2017-05-03 15:39:41 -03:00
Belen Curcio 32fb0714ce updated tests 2017-05-03 15:37:56 -03:00
Belén Curcio 7cc8176cc4 Merge branch 'master' into coral-plugin-like 2017-05-03 15:31:04 -03:00
riley 354b51b4fe use a reduce instead 2017-05-03 11:14:21 -06:00
Riley Davis ae52ec983e Merge remote-tracking branch 'origin/admin-queue-polish' into admin-queue-polish 2017-05-03 10:55:43 -06:00
Riley Davis c78e00711a remove if statements 2017-05-03 10:54:52 -06:00
Riley Davis b8ddade518 Merge branch 'master' into admin-queue-polish 2017-05-03 10:28:52 -06:00
Riley Davis 324e82c070 not pretty, but it works 2017-05-03 10:20:03 -06:00
Kim Gardner e6651086d5 Merge pull request #560 from coralproject/bump-version-1-6-0
Bump version to 1.6.0
2017-05-03 12:17:51 -04:00
Kim Gardner 28ea498df2 Bump version to 1.6.0 2017-05-03 12:12:25 -04:00
riley 9e1b470cb5 saving my place 2017-05-03 09:32:05 -06:00
Benjamin Goering b9a3466e2e Edit UI sends editComment mutation, handles errors 2017-05-02 22:07:23 -05:00
riley e60bcb9caf make sure load more on approve/reject queues doesn't cause a bug 2017-05-02 15:58:57 -06:00
Benjamin Goering aa18a433f8 Can't edit comment outside of edit window 2017-05-02 16:47:00 -05:00
riley b7d3113677 apparently you can't make a fragment on RootQuery 2017-05-02 15:18:48 -06:00
Benjamin Goering 756b5f8b45 editComment only allows editing real comments authored by the requesting user 2017-05-02 16:09:09 -05:00
Benjamin Goering 860030a57c Test some editComment state transitions 2017-05-02 15:47:32 -05:00
Benjamin Goering a46773887f Initial working editComment mutation 2017-05-02 14:27:16 -05:00
Belén Curcio ea7888809e Merge branch 'master' into config-embed 2017-05-02 15:47:23 -03:00
Belen Curcio cc0a23c295 Deconstruct plugin config 2017-05-02 15:40:37 -03:00