binary icon indicating copy to clipboard operation
binary copied to clipboard

A social network for debate, made with Meteor

Results 14 binary issues
Sort by recently updated
recently updated
newest added

Toastr errors are quick and easy but not the greatest looking.

enhancement

Using a session to store the token and immediately calling `done` when the link is clicked (`onResetPasswordLink` and `onEmailVerificationLink`) is not exactly the best way. Also, customize the urls for...

enhancement

- `currentTab` can be a reactiveVar on a parent template (e.g `pageLayout`), with child templates accessing the var with template extension (`template.get('currentTab').get()`) rather than part of controller state

Related to #2 Edit: This is an untested pattern but it seems like it might work. - in topic route, subscribe to a static number of comments (e.g 15) --...

Several consequences as a result: - shown reply boxes will not be removed - infinite scroll will not be rerun Both can be relatively easily worked around but we should...

E.g tracking pageviews and clicks. Eventually, we would want to display analytics to topic creators as well -- maybe have some metrics about the response to the topic.