1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-12 09:36:32 +02:00
Commit Graph

978 Commits

Author SHA1 Message Date
d6546d35e7 style: fix modal transitions 2018-01-13 09:39:59 +05:30
a01c5d0adc add beta tag 2018-01-13 09:13:15 +05:30
80b07c85b1 build with db 2018-01-10 04:02:21 +05:30
d4d3d6eccf enable serviceworker registration 2018-01-10 03:59:40 +05:30
1bbeb755d8 Merge pull request #247 from chinchang/db
Db
2018-01-10 03:47:59 +05:30
e492413dcf remove console and fix avatar img 2018-01-10 03:30:20 +05:30
4a37aa7305 login flow - first draft 2018-01-10 03:15:43 +05:30
3f59777976 post getting settings to db service 2018-01-08 03:59:07 +05:30
bce45f9da2 post lastSeenVersion to remote db 2018-01-08 03:31:00 +05:30
b4aaec81eb set createdBy on saved items 2018-01-08 02:51:47 +05:30
65556ea40f move merge saving fn to itemservice 2018-01-08 01:59:44 +05:30
71141ec934 port merge items code to new db 2018-01-08 01:39:18 +05:30
97097f16c3 port settings code to new db and refactors here n there 2018-01-08 00:11:24 +05:30
3fe9f3f346 move firebase libs to local 2018-01-07 22:50:21 +05:30
b5c12d305e port remoteItem code to itemService and some refactor 2018-01-07 19:52:24 +05:30
0d84ded781 add poc for firestore 2018-01-06 03:48:28 +05:30
7fa2e745b2 build 2018-01-05 02:47:20 +05:30
4d3915e185 fix paths 2018-01-05 02:47:20 +05:30
a5722564a4 remove extra slash from base_path 2018-01-05 02:47:20 +05:30
8f0b15117f fix paths 2018-01-05 02:47:20 +05:30
5f1eaf12b5 remove extra slash from base_path 2018-01-05 02:47:20 +05:30
1633b5a084 add app/ to serviceworker paths 2018-01-05 02:47:20 +05:30
9e3a8a9087 build dist->app 2018-01-05 02:47:20 +05:30
90727ebd16 change build dir to app/ 2018-01-05 02:47:20 +05:30
2482435088 build 2018-01-05 02:47:20 +05:30
dbcb9ce3ff build 2018-01-05 02:47:20 +05:30
6fac25c1e5 fix dynamic resource paths and also html generation logic 2018-01-05 02:47:20 +05:30
709c59f1b4 add build 2018-01-05 02:47:20 +05:30
d2026d026e add check for window.chrome 2018-01-05 02:47:20 +05:30
6de2b7e404 fix js check 2018-01-05 02:47:20 +05:30
d2458a7b8b add alternative to window.webkitRequestFileSystem 2018-01-05 02:47:20 +05:30
51aac2e63b add offline enabled build process 2018-01-05 02:47:20 +05:30
a230d6929f Add a database proxy 2018-01-05 02:47:20 +05:30
a29139485a add gulp useref to concat stuff 2018-01-05 02:47:20 +05:30
c17b4c5b4f 🎉 Split events for Saved Items Pane into own function 2017-12-27 01:53:18 +02:00
feabefe906 Extract selectedElement from ifs 2017-12-27 01:43:00 +02:00
af065b17cc Group 'isSavedItemsPaneOpen' shortcuts
Eslint complexity drops from 25 to 22
2017-12-27 01:17:12 +02:00
7699d213d1 Remove some duplciate code
Eslint complexity drops from 27 to 25
2017-12-27 00:56:10 +02:00
d6d205d83e Extract keyboard shortcuts
Eslint complexity drops from 31 to 27
2017-12-27 00:00:32 +02:00
b0ffdf321d Use local eslint instead of global
Not every machine has installed eslint globally, use one from node_modules
2017-12-24 15:39:01 +02:00
c8da5602c1 Keep lock files into repo
Lock files ensure that all installed packages are same
on all machines
2017-12-24 15:39:01 +02:00
8c87d0a06d Use UMD React and ReactDOM
For now Web Maker does not support import/require statements
So CommonJs libs are useless. Use UMD.
2017-12-24 15:09:48 +02:00
689830d6c3 Merge branch 'master' into gh-pages 2017-12-13 13:23:52 +05:30
d98e2ead5a Merge branch 'docs' 2017-12-13 13:17:00 +05:30
9e9efc9807 add docs first draft 2017-12-13 13:16:19 +05:30
e29a9afafc bump to 2.9.6 v2.9.6 2017-12-12 11:10:53 +05:30
ca77b2f75e Add changelog for 2.9.6 2017-12-12 11:09:36 +05:30
13ae06a903 keyboard-shortcuts.html: fix spacing 2017-12-12 11:04:42 +05:30
9129d22cd6 move more html outside index, as partials 2017-12-12 11:00:18 +05:30
154cf9f0da Merge pull request #238 from ClassicOldSong/fix-key-binding
Fix keyboard shortcut
2017-12-12 10:36:12 +05:30