etesync/src
Tom Hacohen 82434cec2c Fix exception by moving to the better props type declaration.
Seems like a regression with React (or a deprecation?) as it used to
work. Though the separate interface style is better and works better
with typescript anyway.
2019-02-14 11:12:56 +00:00
..
Journals Add support for tasks. 2019-02-14 11:12:56 +00:00
Pim Add support for tasks. 2019-02-14 11:12:56 +00:00
SideMenu Move the journals to their own page. 2019-02-12 13:26:46 +00:00
api Fix all the issues that came with switching to react scripts 2019-02-14 10:21:51 +00:00
components Fix exception by moving to the better props type declaration. 2019-02-14 11:12:56 +00:00
constants Move the constants to their own module. 2017-12-16 16:30:59 +00:00
images Add a basic link about signed pages. 2017-12-29 15:47:11 +00:00
store Fix all the issues that came with switching to react scripts 2019-02-14 10:21:51 +00:00
types ICAL types: add more types and properties. 2018-10-23 23:38:21 +01:00
widgets Fix all the issues that came with switching to react scripts 2019-02-14 10:21:51 +00:00
App.css Move to material-ui. 2017-12-04 14:45:01 +00:00
App.test.tsx Fix app test. 2017-12-07 23:05:04 +00:00
App.tsx Add support for tasks. 2019-02-14 11:12:56 +00:00
LoginGate.tsx Update react, typescript recompose and etc. 2018-10-04 22:45:30 +01:00
SyncGate.tsx Jounal store: simplify the store functions and change the list to a hash 2019-02-12 19:48:27 +00:00
etesync-helpers.ts Item update/delete: fetch before inserting to make sure we're up to date. 2018-12-25 12:09:57 +00:00
helpers.tsx Implement journal update. 2019-02-12 19:48:27 +00:00
index.css Expand containers to fill full vertical height. 2019-02-12 21:36:03 +00:00
index.tsx Add a basic redux store. 2017-12-05 20:27:05 +00:00
journal-processors.ts Add support for tasks. 2019-02-14 11:12:56 +00:00
persist-state-history.tsx history persistor: follow the recommended HOC guidelines. 2017-12-16 20:29:50 +00:00
pim-types.ts Add support for tasks. 2019-02-14 11:12:56 +00:00
react-app-env.d.ts Move to react-scripts now that it supports typescript. 2019-02-14 10:21:51 +00:00
registerServiceWorker.ts Initial commit. 2017-11-30 11:06:15 +00:00
routes.test.ts Upgrade react-scripts-ts and typescript. 2018-02-22 20:38:45 +00:00
routes.ts Change the suffix of helpers from .tsx to .ts. 2017-12-16 16:30:59 +00:00