Sacha Greif
cab93c1128
re-enable comment nesting
2016-11-09 11:55:12 +09:00
xavcz
b2620befbd
update CommentsItem state on mutation success callback
2016-11-08 18:50:50 +01:00
Sacha Greif
ce13bf11c0
fix a few issues with forms
2016-11-08 14:56:48 +09:00
xavcz
6e82219c5b
wip on categories mutation, comment logs on comments ( 🤔 )
2016-11-07 23:04:41 +01:00
xavcz
bca4b38358
fix commenters (UI / schema / resolvers), pass documentId to postsVote, move PostsListsContainer query to Posts.graphQLQueries.list, FormWrapper.clearErrors() -> FormWrapper.clearForm({clearErrors, clearCurrentValues}): prevent bug of keeping latest value when submitting a formNew that doesn't unmount
2016-11-07 18:03:07 +01:00
Sacha Greif
4e91966072
working on commentsListContainer
2016-11-07 23:46:12 +09:00
Sacha Greif
02b3e785c5
working on commentsEdit
2016-11-07 15:03:45 +09:00
Sacha Greif
d217c93eba
small fixes
2016-11-05 18:42:57 +09:00
Sacha Greif
a0a7d235e9
working on comments mutations
2016-11-05 18:37:46 +09:00
xavcz
b5709b0a52
flash-messages logic handle via redux for all the components
2016-10-31 17:13:14 +01:00
xavcz
fa4f0bfcf3
add viewableIf
to non-array fields of Users (array fields cause trouble with mongo $ projection)
2016-10-30 18:25:51 +01:00
xavcz
e15093824a
sketchy example on single post
2016-10-19 11:07:21 +02:00
xavcz
b04cb52470
currentUser is now only given via context, update README about it, add a missing import
2016-10-14 08:47:18 +02:00
Sacha Greif
3ec90a04b5
remove Telescope global
2016-08-08 11:18:21 +09:00
xavcz
0820523750
use CanDo
component when relevant, comment & deprecate ol' permission components
2016-08-06 19:47:04 +02:00
Sacha Greif
c748bdc5bd
permissions clean up & refactoring
2016-07-20 10:25:05 +09:00
xavizalote
c0f4c40e85
decouple components actions from Meteor
2016-06-24 09:44:32 +02:00
Sacha Greif
41f349d18c
removing Users global
2016-06-23 15:00:58 +09:00
Sacha Greif
0e28be3c92
removing Comments global
2016-06-23 12:17:39 +09:00
Sacha Greif
b51c48b117
pass actions, messages, and events as part of context instead of depending on them from within base-components
2016-06-14 17:03:35 +09:00
Sacha Greif
c3a81bb3e6
remove unnecessary imports
2016-06-11 16:36:45 +09:00
Sacha Greif
2c6e3d0d30
more i18n work
2016-06-10 10:25:38 +09:00
Sacha Greif
c1572344ba
working on i18n
2016-06-09 17:42:20 +09:00
Sacha Greif
5ee570299a
replacing packages with their npm equivalents
2016-06-07 15:03:00 +09:00
Sacha Greif
b25c44bc7d
fix component name bugs
2016-05-22 21:56:17 +09:00
Sacha Greif
e8a7c657ad
change component import syntax to be more explicit
2016-05-22 16:42:24 +09:00
Justin Gross
bcfa305530
Complete soft delete feature for comments
...
- Add deleteComment function to CommentsItem.jsx
- Add Delete link next to Edit link in CommentsItem.jsx
- Hide reply link if comment.isDeleted
- Add styling for Delete link element in _comments.scss
- Add check for document.isDeleted in Users.can.edit in permissions.js
2016-05-06 17:07:40 -04:00
Sacha Greif
453634c4c4
small improvements and clean up to components
2016-05-03 12:44:50 +09:00
Sacha Greif
0907733208
more work on consistent naming
2016-04-19 15:54:53 +09:00
Sacha Greif
6665a7c968
making component names and class names more consistent.
...
- Posts, Comments, Users, etc. are always pluralized.
- CSS classes are based off component names (PostsTitle -> posts-title)
2016-04-19 15:45:36 +09:00
Sacha Greif
de75991728
fix "load more" bug for now
2016-04-14 16:22:57 +09:00
Sacha Greif
24c1dc4722
cleaning up component naming
2016-04-14 10:12:35 +09:00
Sacha Greif
a342909102
add cancel callback to forms
2016-04-08 10:29:32 +09:00
Sacha Greif
93b70553d7
fix comment notification links
2016-04-05 16:27:32 +09:00
Sacha Greif
f59729bbc4
merge NewDocument and EditDocument components into single NovaForm component; use it for comment edit form as well
2016-04-04 10:21:18 +09:00
Sacha Greif
4fb68d4cc7
renaming variables to be more accurate; adding submitCallback to forms
2016-04-04 09:31:48 +09:00
Sacha Greif
576fae3008
use nova:forms for comment new/reply forms as well
2016-04-03 20:58:11 +09:00
Sacha Greif
8305cd8a3d
adding loading spinner
2016-04-03 15:56:12 +09:00
Sacha Greif
86509c3869
disable new comment form while submitting
2016-04-03 12:05:44 +09:00
Sacha Greif
aff400ec9f
use ES6 classes for form components; disable form while it's submitting
2016-04-01 20:57:37 +09:00
Sacha Greif
0cb56d8b79
create separate PostNewForm component; add error messages to post new and edit forms (for now); add errors to comment new and edit
2016-03-31 09:36:25 +09:00
Sacha Greif
6a31ef2871
rename packages for consistency
2016-03-30 09:25:25 +09:00