|
|
0d1fddf512
|
Fix linting errors
|
2019-09-14 12:53:30 +07:00 |
|
|
|
36338ccdbe
|
Fix broken build
|
2019-09-14 00:34:59 +07:00 |
|
|
|
25589b870c
|
Refactor common/team
|
2019-09-11 13:34:41 +07:00 |
|
|
|
270b28dd68
|
Run tslint --fix on team
|
2019-09-11 12:07:08 +07:00 |
|
|
|
c2c49c5f7a
|
Record actions before rendering
|
2019-09-11 10:14:56 +07:00 |
|
|
|
fdbe4be75f
|
Return waitForActions after rendering
|
2019-09-11 10:13:34 +07:00 |
|
|
|
055d9588bf
|
Use JSONRPC in TeamService (needs more testing)
|
2019-09-11 00:40:10 +07:00 |
|
|
|
eebe26f706
|
Extract redux, http-types, http-client and test-utils
|
2019-09-10 17:56:25 +07:00 |
|
|
|
0e69cf239a
|
Optimize imports
|
2019-09-07 07:54:53 +07:00 |
|
|
|
65f8915dc1
|
Add useCallback when testing FunctionalComponent
|
2019-09-05 13:07:26 +07:00 |
|
|
|
ee6a6741ed
|
Add test for pack.ts
|
2019-09-05 12:58:59 +07:00 |
|
|
|
a6a8fd833d
|
Mark Connector as deprecated
|
2019-09-05 10:21:51 +07:00 |
|
|
|
2a4d196906
|
Fix doc of pack.ts
|
2019-09-05 10:21:31 +07:00 |
|
|
|
6a456eb6e8
|
Fix broken tests
|
2019-09-01 15:40:34 +07:00 |
|
|
|
67e3da3246
|
Add ability to configure rpc services. Needs further testing
|
2019-08-31 09:12:10 +07:00 |
|
|
|
19f0993088
|
Use MapDispatchToPropsParam in redux/pack.ts
|
2019-08-30 13:35:45 +07:00 |
|
|
|
db7a977eef
|
Add client/src/redux/pack.ts
|
2019-08-30 13:18:06 +07:00 |
|
|
|
dffad844ad
|
Rename scope @rondo to @rondo.dev
|
2019-08-25 11:33:06 +07:00 |
|
|
|
a20ac8cbbc
|
Add HTTPClientMock.mockAddTyped
|
2019-06-04 15:11:54 +10:00 |
|
|
|
45f0cb76d3
|
Fix return type of withJSX (used to be any)
|
2019-06-04 14:58:41 +10:00 |
|
|
|
4b601f93cb
|
Fix linting error
|
2019-05-21 22:44:22 +12:00 |
|
|
|
3017a17b9c
|
Export test-utils
|
2019-05-21 22:44:01 +12:00 |
|
|
|
a52f0186b3
|
Remove console.log statements
|
2019-05-21 18:56:28 +12:00 |
|
|
|
e63b2b1c03
|
WIP: Use react-ssr-prepass to fetchData
TODO: State does not update correctly. Need to figure out why.
|
2019-05-19 20:14:35 +12:00 |
|
|
|
f59b58f833
|
Fix invalid csrf token
|
2019-05-19 17:55:40 +12:00 |
|
|
|
871018684b
|
Extract store creation
|
2019-05-09 15:34:08 +12:00 |
|
|
|
279b859e7b
|
Add TODO for SSR SEO
|
2019-05-08 11:44:45 +12:00 |
|
|
|
798c4987f8
|
Extract http into separate parameter
|
2019-05-08 10:54:05 +12:00 |
|
|
|
c44d605890
|
Fix failing React tests for Login/Register
|
2019-05-08 10:12:53 +12:00 |
|
|
|
70c94c7c63
|
Add WaitMiddleware.ts
|
2019-05-08 09:57:33 +12:00 |
|
|
|
18fef76807
|
Add ability to login from embedded site
|
2019-04-15 00:13:51 +12:00 |
|
|
|
7c1b6973ae
|
Add ReturnHere.tsx
|
2019-04-14 23:12:05 +12:00 |
|
|
|
3ffd391cb0
|
Add user prop to CommentEditor
|
2019-04-14 22:09:00 +12:00 |
|
|
|
0fb6c8a6c2
|
Reduce bundle size by 100kb by removing date-fns
|
2019-04-11 12:23:17 +08:00 |
|
|
|
6605034e1e
|
Export props from Link.tsx
|
2019-04-08 19:26:40 +08:00 |
|
|
|
65f1703089
|
Add ability to load user votes on frontend
|
2019-04-08 13:34:19 +08:00 |
|
|
|
582d36de02
|
Add Link to Stories from Sites
|
2019-04-06 14:11:55 +08:00 |
|
|
|
e18fa89b26
|
Add /teams/:teamId/sites/:siteId/stories client-side
|
2019-04-06 14:01:16 +08:00 |
|
|
|
00dd9326ba
|
Use Heading instead of Label in forms
I realize <label> tags should be used instead, but this looks nicer and
I don't have the time to style it.
|
2019-04-04 11:43:06 +08:00 |
|
|
|
3660540451
|
Add HistoryCrumbs.tsx
|
2019-04-04 10:50:33 +08:00 |
|
|
|
b3924fa8d3
|
Fix CRUDForm not updating text
|
2019-04-04 00:00:43 +08:00 |
|
|
|
ce68048f9e
|
Display CRUD form even when item is undefined
|
2019-04-03 23:54:32 +08:00 |
|
|
|
fcd7a9f56a
|
Fix SSR bug when using window.localStorage
|
2019-04-03 23:54:19 +08:00 |
|
|
|
363b84699f
|
Fix CRUDReducer bug when retrieving item that already exists
|
2019-04-03 23:51:38 +08:00 |
|
|
|
a81a68b6e2
|
Log actions in collapsed groups by default
|
2019-04-03 23:51:22 +08:00 |
|
|
|
83861cc5be
|
Add to TeamList New
|
2019-04-03 23:45:38 +08:00 |
|
|
|
3d85bb2106
|
Use console.group in ReduxLogger, enable via localStorage
|
2019-04-03 23:45:19 +08:00 |
|
|
|
1d582740a8
|
Add logging of statediff
|
2019-04-03 23:34:59 +08:00 |
|
|
|
1a47e3e8a6
|
Fix test failure in TeamConnector
|
2019-04-03 20:36:19 +08:00 |
|
|
|
da6143d1aa
|
Add ListButtons to TeamList.tsx
|
2019-04-03 20:34:14 +08:00 |
|