1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-02 15:44:50 +02:00

544 Commits

Author SHA1 Message Date
Kushagra Gour
4a37aa7305 login flow - first draft 2018-01-10 03:15:43 +05:30
Kushagra Gour
3f59777976 post getting settings to db service 2018-01-08 03:59:07 +05:30
Kushagra Gour
bce45f9da2 post lastSeenVersion to remote db 2018-01-08 03:31:00 +05:30
Kushagra Gour
b4aaec81eb set createdBy on saved items 2018-01-08 02:51:47 +05:30
Kushagra Gour
65556ea40f move merge saving fn to itemservice 2018-01-08 01:59:44 +05:30
Kushagra Gour
71141ec934 port merge items code to new db 2018-01-08 01:39:18 +05:30
Kushagra Gour
97097f16c3 port settings code to new db and refactors here n there 2018-01-08 00:11:24 +05:30
Kushagra Gour
3fe9f3f346 move firebase libs to local 2018-01-07 22:50:21 +05:30
Kushagra Gour
b5c12d305e port remoteItem code to itemService and some refactor 2018-01-07 19:52:24 +05:30
Kushagra Gour
0d84ded781 add poc for firestore 2018-01-06 03:48:28 +05:30
Kushagra Gour
7fa2e745b2 build 2018-01-05 02:47:20 +05:30
Kushagra Gour
4d3915e185 fix paths 2018-01-05 02:47:20 +05:30
Kushagra Gour
a5722564a4 remove extra slash from base_path 2018-01-05 02:47:20 +05:30
Kushagra Gour
8f0b15117f fix paths 2018-01-05 02:47:20 +05:30
Kushagra Gour
5f1eaf12b5 remove extra slash from base_path 2018-01-05 02:47:20 +05:30
Kushagra Gour
1633b5a084 add app/ to serviceworker paths 2018-01-05 02:47:20 +05:30
Kushagra Gour
9e3a8a9087 build dist->app 2018-01-05 02:47:20 +05:30
Kushagra Gour
90727ebd16 change build dir to app/ 2018-01-05 02:47:20 +05:30
Kushagra Gour
2482435088 build 2018-01-05 02:47:20 +05:30
Kushagra Gour
dbcb9ce3ff build 2018-01-05 02:47:20 +05:30
Kushagra Gour
6fac25c1e5 fix dynamic resource paths and also html generation logic 2018-01-05 02:47:20 +05:30
Kushagra Gour
709c59f1b4 add build 2018-01-05 02:47:20 +05:30
Kushagra Gour
d2026d026e add check for window.chrome 2018-01-05 02:47:20 +05:30
Kushagra Gour
6de2b7e404 fix js check 2018-01-05 02:47:20 +05:30
Kushagra Gour
d2458a7b8b add alternative to window.webkitRequestFileSystem 2018-01-05 02:47:20 +05:30
Kushagra Gour
51aac2e63b add offline enabled build process 2018-01-05 02:47:20 +05:30
Kushagra Gour
a230d6929f Add a database proxy 2018-01-05 02:47:20 +05:30
Kushagra Gour
a29139485a add gulp useref to concat stuff 2018-01-05 02:47:20 +05:30
Kushagra Gour
e29a9afafc bump to 2.9.6 v2.9.6 2017-12-12 11:10:53 +05:30
Kushagra Gour
ca77b2f75e Add changelog for 2.9.6 2017-12-12 11:09:36 +05:30
Kushagra Gour
13ae06a903 keyboard-shortcuts.html: fix spacing 2017-12-12 11:04:42 +05:30
Kushagra Gour
9129d22cd6 move more html outside index, as partials 2017-12-12 11:00:18 +05:30
Kushagra Gour
154cf9f0da
Merge pull request #238 from ClassicOldSong/fix-key-binding
Fix keyboard shortcut
2017-12-12 10:36:12 +05:30
Kushagra Gour
29e7b2f94a script.js: Make compileNodes() recursive to compile imported HTMLs also. fixes #239 2017-12-12 10:27:48 +05:30
Yukino Song
535fcee505 Fix keyboard shortcut 2017-12-12 11:59:14 +08:00
Kushagra Gour
949008f9ce bump to 2.9.5 v2.9.5 2017-12-11 20:02:36 +05:30
Kushagra Gour
989a634836 Add changelog for 2.9.5 2017-12-11 19:57:29 +05:30
Kushagra Gour
8fe23767eb Add a modal to list all keyboard shortcuts. fixes #236 2017-12-11 19:43:58 +05:30
Kushagra Gour
75e941f1e1 improve add external lib modal ux 2017-12-11 17:55:24 +05:30
Kushagra Gour
c232a167ef script.js: dont put screenlog.js when exporting as file 2017-12-11 14:55:45 +05:30
Kushagra Gour
ffeae1ec6a library-list.js: update libs 2017-12-11 14:44:36 +05:30
Kushagra Gour
61e44e129a
Merge pull request #210 from jlapitan/master
update library list(tweenmax and reactjs)
2017-12-11 14:35:07 +05:30
Kushagra Gour
d6abe5bef8
Merge branch 'master' into master 2017-12-11 14:29:18 +05:30
Kushagra Gour
f1c4bec8df
Merge branch 'master' into master 2017-12-11 14:26:51 +05:30
Kushagra Gour
f9bc4b3842
Merge pull request #235 from ClassicOldSong/allow-fullscreen
Allow preview to enter fullscreen
2017-12-11 14:00:12 +05:30
Yukino Song
8669ccce23 Allow preview to enter fullscreen 2017-12-11 15:27:14 +08:00
Kushagra Gour
db89f7fbd5 maximize code panes on dbl click instead of collapsing. fixes #123 2017-12-11 01:09:56 +05:30
Kushagra Gour
e1263cc0ab
update dev support link 2017-11-09 10:52:00 +05:30
Kushagra Gour
782c3b74d1 bump to 2.9.4 v2.9.4 2017-11-09 10:39:24 +05:30
Kushagra Gour
e473d8f164
Merge pull request #230 from chinchang/2.9.4
2.9.4
2017-11-09 10:37:32 +05:30