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

27 Commits

Author SHA1 Message Date
Kushagra Gour
3d0f5ba6d9 make item fetching from db independent of user.items 2024-05-07 13:19:33 +05:30
Kushagra Gour
de56ee3e1f add routing 2024-02-28 09:35:36 +05:30
Kushagra Gour
6ffb623ece fix items pane and logout/login btn 2019-07-17 11:30:39 +05:30
Kushagra Gour
49121e5786 Merge remote-tracking branch 'origin/master' into release-4.0 2019-03-18 16:21:14 +05:30
Kushagra Gour
c5462aab4c save to "code" key whenever currentItem is set so that it opens on next reload 2019-03-18 15:54:52 +05:30
Kushagra Gour
2f7e30771e itemservice: import just firebase and not everything 2019-03-18 09:00:11 +05:30
Mingwei Peng
f42fdcceaf add missing import statement to fix the error when delete a document. 2019-03-18 10:33:26 +11:00
Kushagra Gour
70c66456e4 itemservice: fix promise returning in setItem. 2019-03-14 01:00:55 +05:30
Kushagra Gour
593b0aea24 Refactor how creation are saved and loaded back.
Things were a lil convoluted. There were 2 methods of loading:
from `code` key and from item-* key. Now we load from code always.
This is assuming that `code` key always has last saved item. This meant
that last item should be saved in `code` key reliably.
So every save writes `code` key as well now.

This also changes behavior for user that you cannot reload without saving. Otherwise
changes are gone.
2019-03-13 23:22:00 +05:30
Kushagra Gour
6bf6d70fc3 itemservice: eslint fix 2019-03-08 16:59:38 +05:30
Kushagra Gour
02b9e56562 put limit on file mode creations in free plan 2019-03-08 16:36:49 +05:30
Kushagra Gour
cd486fc3ba itemservice: make fetch methods support for remote and local fetching 2019-03-08 14:34:49 +05:30
Kushagra Gour
8b15c479f4 add comments 2019-03-08 13:42:54 +05:30
Kushagra Gour
15d65f30ea misc fixes 2018-06-19 00:47:39 +05:30
Kushagra Gour
dfcd5bc505 get preact files into root 2018-06-16 14:56:14 +05:30
Kushagra Gour
f5d2b5d1a7 remove old files 2018-06-15 23:22:23 +05:30
Kushagra Gour
2c7b1e50cf itemservice: make fetching items a lot faster 🚀 2018-02-11 15:11:04 +05:30
Kushagra Gour
1c46fc7dc0 itemservice: initize items before setting 2018-01-23 19:33:32 +05:30
Kushagra Gour
21776e2f7e itemservice: fix extension checks and prettify 2018-01-21 19:03:16 +05:30
Kushagra Gour
f0c1be6116 show correct save item notifcation at correct time. 2018-01-19 11:11:32 +05:30
Kushagra Gour
e492413dcf remove console and fix avatar img 2018-01-10 03:30:20 +05:30
Kushagra Gour
4a37aa7305 login flow - first draft 2018-01-10 03:15:43 +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
97097f16c3 port settings code to new db and refactors here n there 2018-01-08 00:11:24 +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