Curtis G
eb0536a662
Only show comment reply button for logged in users
2016-11-06 13:31:58 -05: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
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
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
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
24c1dc4722
cleaning up component naming
2016-04-14 10:12:35 +09:00