Commit graph

24 commits

Author SHA1 Message Date
Comus Leong
33b3b5bf24 change nova-core folder structure 2017-02-06 22:24:05 +08:00
xavcz
e533dd47e7 fix some lint issues, remove some dead code, remove double imports from the same package & import from core instead of lib except for packages depending explicitly on lib (users, emails, ..) 2017-02-02 16:18:33 +01:00
SachaG
45b9de4789 Add new fragments API (registerFragment/getFragment); move fragments to own fragments.js file; registerComponent doesn’t return anything anymore; withList & withDocument accept either fragment or fragmentName 2017-01-30 19:46:48 +09:00
SachaG
3861cb8b53 Fix component export 2017-01-19 11:19:36 +09:00
Sacha Greif
f810c7166b Wrap PostsList with withCurrentUser instead of wrapping PostsItem (move it one level up); get rid of ContextPasser and pass closeModal as props instead of context; 2017-01-10 17:49:03 +09:00
xavcz
2638023f4e harmonize apollo branch to be on v0.27.5 2016-12-08 23:48:16 +01:00
xavcz
37f4bdaf91 Telescope.components.Foo -> Components.Foo, same for related components utils like registerComponent, getRawComponent & replaceComponent 2016-12-06 18:06:29 +01:00
xavcz
ddd71eebd1 withCurrentUser belongs to nova:users 2016-11-29 14:08:24 +01:00
Sacha Greif
fa581a85c3 lots of cleaning up 2016-11-26 11:17:01 +09:00
Comus Leong
464e20a96c eslint & clean up code, also fixed some bugs (#1515)
* [eslint] update eslint rules & add .eslintignore to ignore non-ready nova packages

* [clean-up] nova-voting

* [clean-up] [bug] nova-users: missing user parameter

* [clean-up] nova-users

* [clean-up] nova-subscribe

* [clean-up] nova-settings

* [clean-up] nova-rss

* [clean-up] [bug] nova-posts: correct UsersRemoveDeletePosts

* [clean-up] nova-posts

* [clean-up] nova-notifications

* [clean-up] [bug] nova-newsletter: no error.message on throw error

* [clean-up] nova-newsletter

* [clean-up] nova-lib

* [clean-up] nova-kadira

* [clean-up] nova-inject-data

* [clean-up] nova-getting-started

* [clean-up] nova-forms

* [clean-up] nova-events

* [clean-up] [bug] nova-embedly: no FlowRouter

* [clean-up] nova-embedly

* [clean-up] nova-email-templates

* [clean-up] nova-email

* [clean-up] nova-debug

* [clean-up] nova-core

* [clean-up] [bug] nova-comments: correct UsersRemoveDeleteComments

* [clean-up] nova-comments

* [clean-up] [bug] nova-cloudinary: use Telescope.settings.collection instand

* [clean-up] nova-cloudinary

* [clean-up] nova-categories

* [clean-up] nova-base-components

* [clean-up] nova-api

* [eslint] extends react recommended

* [clean-up] for jsx files

* [eslint] extends meteor recommended

* i forgot this one little change
2016-11-25 13:46:55 -05:00
xavcz
9f4fe1a917 withCurrentUser hoc in nova:core 2016-11-15 18:33:16 +01:00
xavcz
b5709b0a52 flash-messages logic handle via redux for all the components 2016-10-31 17:13:14 +01:00
xavizalote
cfb720cdcf [posts] add contextTypes on PostsNewButton -> PostsNewForm can access it ; on ModalTrigger -> PostsEditForm can delete posts! 2016-06-15 11:30:48 +02:00
Sacha Greif
d9bdd36073 fix category edition/creation 2016-04-15 09:17:04 +09:00
Sacha Greif
f0f734d6a8 add smart methods for creating/editing categories 2016-04-14 15:54:50 +09:00
Sacha Greif
d4324dd388 fix new post notification bug; fix new post form bug 2016-04-08 10:09:19 +09:00
Sacha Greif
6342aca8a0 clean up modals 2016-04-07 10:33:44 +09:00
Sacha Greif
d0e4b1ea76 switch from react-modal to react-bootstrap-modal; fix reactivity issues with user object inside modals (hopefully?) 2016-04-05 18:05:41 +09:00
Sacha Greif
2fca9b6900 extract account form into own component; use modal to show it instead of comment form when not logged in; add size option for modal 2016-04-03 11:42:07 +09:00
Sacha Greif
b23b7eea73 include forms package in repo; add cache for FR-SSR; fix modal window callback issue; fix posts.single publication and subscription bug 2016-03-30 19:08:06 +09:00
Sacha Greif
8c676f3483 basic mobile view 2016-03-30 10:06:12 +09:00
Sacha Greif
05080fa97e working on forms; use React Composer for AppContainer 2016-03-27 13:04:21 +09:00
Sacha Greif
b70e43a370 working on markup and CSS 2016-03-24 16:03:30 +09:00
Sacha Greif
04ce66a933 start using bootstrap; remove solid; ModalButton -> ModalTrigger 2016-03-24 10:56:47 +09:00
Renamed from packages/nova-core/lib/components/ModalButton.jsx (Browse further)