Commit Graph

137 Commits

Author SHA1 Message Date
68d9d979b1 fix tests 2018-08-25 13:14:02 +03:00
cfe366c469 Merge pull request #1 from usaatyuk/add-license-1
Create LICENSE
2018-07-28 01:22:20 +03:00
967efeba60 Create LICENSE 2018-07-28 01:22:03 +03:00
f6651a2560 fix todo edit 2018-07-14 00:42:34 +03:00
e3e1efa521 animate add todo/filter selector 2018-07-13 22:38:13 +03:00
5cfb9673b0 fix eslint 2018-07-13 17:54:34 +03:00
4734bf1db7 proxy /__ in dev environment 2018-07-13 14:09:19 +03:00
e5a7f0a50c update 2018-07-13 03:33:16 +03:00
03c3dfa49a Merge branch 'master' into back_to_create-react-app 2018-07-13 03:31:10 +03:00
5475c4539c redesign 2018-07-13 03:25:45 +03:00
5732f12f7b make google auth work without ejecting from create-react-app 2018-07-13 03:04:04 +03:00
3911e8f5d1 use __ prefix for api because it isn't cached by default with create-react-app 2018-07-13 02:44:03 +03:00
51bd9509c5 update packages 2018-07-13 02:32:28 +03:00
2399eb674b redesign 2018-07-09 22:49:36 +03:00
26aebd7e92 now login with google should actually work 2018-07-09 19:07:15 +03:00
56fafa68c3 add api to navigateFallbackWhitelist for google auth to work, finally 2018-07-09 13:55:20 +03:00
78da4b1f57 don't cache api at all 2018-07-09 00:51:45 +03:00
938e3692b5 update to 0.2.0,
format registerServiceWorker.js
2018-07-09 00:46:21 +03:00
b054c8fb0c eject from create-react-app,
fix google api in production
2018-07-09 00:33:54 +03:00
03551c560f tidy up app.js 2018-07-09 00:24:36 +03:00
bd957c89ef auth using google 2018-07-07 18:26:59 +03:00
aa6b0fb7af limit login attempts 2018-06-28 19:09:51 +03:00
496601d687 simplify configuration 2018-06-28 18:13:06 +03:00
e31ee647e6 fix crash when receiving no lists with already selected list 2018-06-27 22:04:19 +03:00
f6d4831ab7 edit readme 2018-06-26 20:15:24 +03:00
9be16aad72 use Roboto in buttons and todos 2018-06-26 19:57:06 +03:00
4c0da92a1a add offline support 2018-06-26 19:44:27 +03:00
3791d4a5d7 keepSynced middleware 2018-06-24 18:13:37 +03:00
ba71878261 readme 2018-06-22 16:54:18 +03:00
258eed6ee6 offline remove, toggle, edit todos 2018-06-16 14:30:28 +03:00
cf618f7651 use latest mongodb for testing 2018-06-14 15:34:06 +03:00
c4e1ed6c82 change font to Roboto in todo edit textarea 2018-06-12 16:16:32 +03:00
e80be39782 fix todo border when leaving 2018-06-12 16:00:12 +03:00
2346d6307c use compression middleware 2018-06-10 00:25:12 +03:00
55c02761a4 use redux-offline 2018-06-09 16:05:26 +03:00
955f6fb86a hotfix 2018-06-09 01:41:44 +03:00
f215f55adf save todos for offline viewing 2018-06-09 01:14:34 +03:00
1b2c69aff7 serve static resources in dev enviroment 2018-06-09 00:57:31 +03:00
0d45a772fc use localforage for storing data 2018-06-08 21:07:55 +03:00
846a42f616 move loading todos out of render 2018-06-08 20:55:06 +03:00
d40cc28c52 change colors 2018-06-08 19:10:28 +03:00
d07a39c761 design changes 2018-06-07 22:32:51 +03:00
f2a3871947 typo 2018-06-07 18:49:10 +03:00
43faf2c244 doesnt trigger todo actions when tapping todo (actually, it does) 2018-06-07 18:32:11 +03:00
293f939ec7 better design,
fix crash when register after logout with user with todos
2018-06-07 18:28:09 +03:00
a09d7518b3 remove normalize.css 2018-06-07 16:46:56 +03:00
b62d6a8c1a add CssBaseline 2018-06-07 16:44:53 +03:00
dcafd98167 limit selector width 2018-06-07 16:33:51 +03:00
fe83020a2f flatten redux store 2018-06-07 15:59:55 +03:00
e995b6cdbf index all todos 2018-06-07 14:45:56 +03:00