Sacha Greif
|
62368a0d48
|
NovaForm -> SmartForm
|
2016-12-20 09:27:16 +09:00 |
|
Sacha Greif
|
b6b31222fd
|
remove limit on categories and daily lists; re-export stuff from nova:core; add copyHoCs function;
|
2016-12-10 21:58:40 +09:00 |
|
xavcz
|
2638023f4e
|
harmonize apollo branch to be on v0.27.5
|
2016-12-08 23:48:16 +01:00 |
|
xavcz
|
990f21aae1
|
withMessages hoc to avoid having redux code in components
|
2016-12-08 09:42:50 +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
|
5071a86266
|
fix categories container & forms
|
2016-12-06 10:29:10 +01:00 |
|
Sacha Greif
|
212cdf48c2
|
Telescope.components.CanDo -> ShowIf
|
2016-12-01 16:09:54 +09:00 |
|
Sacha Greif
|
09cce8f978
|
get fragmentName from fragment, no need to define it separately anymore
|
2016-12-01 12:13:27 +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 |
|
Sacha Greif
|
e09022b350
|
add fragments inside components
|
2016-11-23 11:07:48 +09:00 |
|
Sacha Greif
|
dd13571291
|
cleaning up
|
2016-11-23 08:41:50 +09:00 |
|
xavcz
|
1137fb96aa
|
adapt the Telescope.createCollection api to all the collections, some clean up in old containers files
|
2016-11-22 18:14:51 -05:00 |
|
Sacha Greif
|
cb1b65fd32
|
remove withList wrapper from posts/comments/categories for now
|
2016-11-22 16:15:26 +09:00 |
|
xavcz
|
afcb8f12c5
|
provide a nicer way to define options/config of a withList hoc (maybe re-inventing the wheel there), remove outdated CollectionContainers components
|
2016-11-20 02:25:16 +01:00 |
|
xavcz
|
6c14712a74
|
work on withList and queries generation
|
2016-11-19 20:01:17 +01:00 |
|
xavcz
|
5b3f2105d1
|
apply the new API registerComponent to the base-components
|
2016-11-17 20:42:16 +01:00 |
|
xavcz
|
9f4fe1a917
|
withCurrentUser hoc in nova:core
|
2016-11-15 18:33:16 +01:00 |
|
xavcz
|
08a686f496
|
use Collection.fragments in queries/mutations
|
2016-11-14 20:27:23 +01:00 |
|
xavcz
|
dd32c36f28
|
more work on removeSuccessCallback (wired with withRemove) ; add options noRemoveMutation (ex for UsersEdit)
|
2016-11-13 14:12:15 +01:00 |
|
xavcz
|
78802d6790
|
add query collectionListTotal (= list total count) on every collection by default, query list from the ui : getCollectionList(..) { collectionListTotal(..) collection(..) } ; withRemove "automation" based on these queries
|
2016-11-13 13:43:36 +01:00 |
|
xavcz
|
c2117a6fcc
|
use fragments for categories, add optional fragment prop to nova forms
|
2016-11-11 17:36:32 +01:00 |
|
xavcz
|
b4ddddf5a7
|
withCategoriesList HOC with the new syntax
|
2016-11-11 10:35:29 +01:00 |
|
xavcz
|
fb0bf92140
|
fix mutations on categories
|
2016-11-10 22:30:46 +01:00 |
|
xavcz
|
400b4d8c72
|
load categories with their own container (with loading handled in the presentational component); handle login / logout / register with fixed client.resetStore (apollo 0.5.1)
|
2016-11-10 10:54:43 +01:00 |
|
xavcz
|
e563257996
|
fix categories mutations (missing import + resolver definition..)
|
2016-11-08 10:29:05 +01:00 |
|
xavcz
|
6e82219c5b
|
wip on categories mutation, comment logs on comments (🤔)
|
2016-11-07 23:04:41 +01:00 |
|
xavcz
|
b5709b0a52
|
flash-messages logic handle via redux for all the components
|
2016-10-31 17:13:14 +01:00 |
|
Sacha Greif
|
e160aca568
|
create AppContainer to load categories; remove settings package; todo: load current user with AppContainer
|
2016-10-28 15:45:43 +09: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
|
97d457251c
|
remove activeClassName attribute from LinkContainer components since it's not supported
|
2016-08-25 09:59:09 +09: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
|
84331e4c67
|
porting nova:categories to new permissions system
|
2016-07-21 09:39:40 +09:00 |
|
xavizalote
|
bfd0b595f3
|
fix deleting category: declare context types
|
2016-07-11 12:09:00 +02:00 |
|
xavizalote
|
d57cfcf19f
|
import Categories in CategoriesNewForm
|
2016-06-27 17:36:14 +02:00 |
|
Sacha Greif
|
02fb7fa34d
|
removing Categories global
|
2016-06-23 15:11:56 +09:00 |
|
Sacha Greif
|
41f349d18c
|
removing Users global
|
2016-06-23 15:00:58 +09:00 |
|
xavizalote
|
80544da871
|
[categories] remove outdated import Messages & ModalTrigger
|
2016-06-15 11:21:01 +02:00 |
|
xavizalote
|
5f23b30954
|
explicit props/context types on ContextPasser component + fix use of ContextPasser
|
2016-06-14 23:03:36 +02:00 |
|
Sacha Greif
|
44d40fd33c
|
remove outdated import
|
2016-06-14 17:06:23 +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
|
f5021a0a1e
|
reenable old categories/views behavior
|
2016-06-14 10:17:11 +09:00 |
|
Sacha Greif
|
550ca85258
|
complete work on react-router
|
2016-06-14 10:01:44 +09:00 |
|
Sacha Greif
|
bc22398192
|
react-router wit (fix later)
|
2016-06-11 16:37:03 +09:00 |
|
Sacha Greif
|
f899713408
|
more work on i18n
|
2016-06-09 20:26:33 +09:00 |
|
Sacha Greif
|
c1572344ba
|
working on i18n
|
2016-06-09 17:42:20 +09:00 |
|
Sacha Greif
|
241ba651e8
|
change import syntax; add listId to all ListContainers
|
2016-06-06 10:06:53 +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 |
|
Sacha Greif
|
b7ec5598eb
|
better import syntax
|
2016-05-22 15:23:30 +09:00 |
|