SachaG
|
3861cb8b53
|
Fix component export
|
2017-01-19 11:19:36 +09:00 |
|
xavcz
|
79e4cf5266
|
make FormWrapper exportable again, routes can accept either component or componentName property
|
2017-01-18 15:11:31 +01:00 |
|
xavcz
|
c0fcc944d7
|
Nova's components & routes registered in a declarative way: no load order mess, better control of the flow, no changes for the end user
|
2017-01-18 12:51:10 +01:00 |
|
Sacha Greif
|
2130bf5efe
|
Add missing Utils
|
2017-01-15 22:06:50 +09:00 |
|
Sacha Greif
|
e9bc54426f
|
Call Utils.convertDates when loading and sorting data to convert any date field stored as a string into an actual date object
|
2017-01-14 17:57:44 +09:00 |
|
Sacha Greif
|
2707b8348d
|
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
|
2017-01-14 08:29:55 +09:00 |
|
Sacha Greif
|
7de9912c92
|
add container aliases
|
2017-01-14 08:29:51 +09:00 |
|
xavcz
|
99548ca918
|
fix list filtering: de-couple pagination terms & props terms in withList; re-enable form cleaning: performed only if the form has not been unmounted; remove annoying eslint warnings
|
2017-01-13 18:17:08 +01:00 |
|
Sacha Greif
|
171bf9feb9
|
extraFragment -> fragment; deprecate Users.canEdit; add alias; use new withCurrentUser
|
2017-01-12 17:30:25 +09:00 |
|
xavcz
|
c505fcbaac
|
polling to 20s by default
|
2017-01-11 10:36:08 +01:00 |
|
xavcz
|
871f8c65ca
|
poll interval option on withDocument too, specific name for fragment on CustomPostsItem
|
2017-01-10 10:07:13 +01: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 |
|
Sacha Greif
|
bcda2bafef
|
Add option to disable polling; add support for both incremental and non-incremental pagination (call loadMore or loadMoreInc)
|
2017-01-10 11:26:33 +09:00 |
|
xavcz
|
31c2f22acd
|
update graphql related packages, clean withMesages
|
2017-01-09 13:33:26 +01:00 |
|
Sacha Greif
|
fc982bc20f
|
Make voting generic (posts, comments, etc.) WIP
|
2017-01-09 15:42:24 +09:00 |
|
Sacha Greif
|
ebf929774c
|
sort movies list by createdAt; wrap MoviesNewForm with withMessages to fix setState bug
|
2017-01-08 18:14:41 +09:00 |
|
Sacha Greif
|
8f5891eb30
|
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
# Conflicts:
# packages/nova-categories/lib/resolvers.js
# packages/nova-comments/lib/resolvers.js
# packages/nova-core/lib/containers/withList.js
# packages/nova-posts/lib/resolvers.js
# packages/nova-users/lib/resolvers.js
|
2017-01-08 16:25:30 +09:00 |
|
Sacha Greif
|
2d627a9609
|
Refactor withList to use non-incremental pagination to work around polling+fetchMore incompatibility
|
2017-01-07 16:44:50 +09:00 |
|
xavcz
|
3666401364
|
withList: allow terms to be passed via options too, then merge it with the one passed via props ; disable events on CategoriesEditForm (todo: re-enable events client-side)
|
2017-01-05 17:11:38 +01:00 |
|
xavcz
|
b3bcb4de87
|
improve Nova's redux utils (configureStore, addAction, addReducer)
|
2017-01-04 14:31:38 +01:00 |
|
xavcz
|
746da29d72
|
semver bump: 1.0.0 🚀
|
2016-12-27 11:58:58 +01:00 |
|
Dominic Tracey
|
7ac15e28d3
|
updates per @xavcz
|
2016-12-26 10:30:59 -05:00 |
|
xavcz
|
45e032d7b9
|
update npm react deps, clean some dead code/packages, use query deduplication sent to the server (apollo-client 0.5.24)
|
2016-12-23 12:01:16 +01:00 |
|
Sacha Greif
|
6c5fc6c0dd
|
fix small issue with users edit form when logged out
|
2016-12-22 10:47:44 +09:00 |
|
xavcz
|
4ca3cab7ce
|
use networkStatus === 1 instead of loading prop from apollo-client hoc
|
2016-12-21 18:14:13 +01:00 |
|
xavcz
|
78ba0e8530
|
more work on currentUser, withApp is not needed anymore (=== withCurrentUser), fix missing import on users schema
|
2016-12-21 12:04:43 +01:00 |
|
xavcz
|
1558531c84
|
update grapqhl-tools to be able to ask for terms as JSON type, propTypes on UsersMenu
|
2016-12-20 15:19:13 +01:00 |
|
Sacha Greif
|
e6324788dc
|
rollback version change for now to fix issue on run
|
2016-12-20 10:55:11 +09:00 |
|
Sacha Greif
|
fa7987d67a
|
v0.3.0
|
2016-12-20 09:50:14 +09:00 |
|
Sacha Greif
|
fbff53d761
|
fix user log in bug (maybe?)
|
2016-12-20 09:45:55 +09:00 |
|
Sacha Greif
|
03794b1275
|
fix reducer bug (I think?); remove console.logs
|
2016-12-20 09:26:36 +09:00 |
|
Sacha Greif
|
f6182c4cd8
|
copy array results to make reordering work
|
2016-12-19 08:30:19 +09:00 |
|
Sacha Greif
|
70ddd87039
|
update to apollo-client 0.5.22; small fixes and clean-up; Posts.parameters.get -> Posts.getParameters; add sorting to withList (even though it doesn't work yet); add getParameters to all collections;
|
2016-12-18 19:04:11 +09:00 |
|
Sacha Greif
|
eba96bc890
|
clean up withCurrentUser a bit
|
2016-12-16 10:01:49 +09:00 |
|
Sacha Greif
|
b931fb0df2
|
pass entire mutation fragment to NovaForm after all
|
2016-12-15 12:07:13 +09:00 |
|
Sacha Greif
|
f384b78cd2
|
rework withList reducer; fix post slug bug
|
2016-12-15 10:10:18 +09:00 |
|
Sacha Greif
|
83f72c9646
|
when a document is edited, test if it still belongs to a list or not
|
2016-12-14 22:35:02 +09:00 |
|
Sacha Greif
|
94f6dd969d
|
go back to loading current user via GraphQL query for now in withCurrentUser
|
2016-12-14 13:17:39 +09:00 |
|
Sacha Greif
|
8591b49ea3
|
show log in form when creating new post when not logged in; small fixes
|
2016-12-14 11:29:52 +09:00 |
|
Sacha Greif
|
4e1a82c130
|
Callbacks.add -> addCallback; and other callback functions
|
2016-12-13 11:40:24 +09:00 |
|
Sacha Greif
|
1bf4933ebb
|
clean up Telescope imports
|
2016-12-13 11:32:23 +09:00 |
|
Sacha Greif
|
381cdc7cff
|
Telescope.headtags -> Headtags; Telescope.actions -> Actions; Telescope.reducers -> Reducers; Telescope.operateOnItem -> operateOnItem; TODO: fix withMessages
|
2016-12-12 16:43:23 +09:00 |
|
Sacha Greif
|
b8662441e0
|
Telescope.strings.add -> addString
|
2016-12-12 15:10:53 +09:00 |
|
Sacha Greif
|
98fef8ef62
|
Telescope.settings.get -> getSetting
|
2016-12-12 15:00:56 +09:00 |
|
Sacha Greif
|
dd0df7dfc5
|
Telescope.utils -> Utils
|
2016-12-12 11:34:28 +09:00 |
|
Sacha Greif
|
aa85aaf9c8
|
Telescope.routes -> Routes, addRoute; no more indexRoute
|
2016-12-12 11:12:41 +09:00 |
|
Sacha Greif
|
a2d7b7c2ef
|
Telescope.graphQL.foo -> GraphQLSchema.foo
|
2016-12-12 10:41:50 +09:00 |
|
Sacha Greif
|
5e1e124a8f
|
Telescope.callbacks -> Callbacks; Telescope.createCollection -> createCollection
|
2016-12-12 10:24:34 +09:00 |
|
Sacha Greif
|
8fa846fda3
|
withSingle -> withDocument
|
2016-12-12 09:54: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 |
|