1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-22 06:03:22 +01:00

1260 Commits

Author SHA1 Message Date
Kushagra Gour
ffb4f0b1f2
Merge pull request #378 from chinchang/website
Website
2019-03-15 00:31:12 +05:30
Kushagra Gour
ce4e463ddb package.json: up prettier version 2019-03-14 23:33:31 +05:30
Kushagra Gour
962021a8bf gulpfile: changes for new packages/website 2019-03-14 23:33:31 +05:30
Kushagra Gour
d83a245f14 website: ui tweaks 2019-03-14 23:28:34 +05:30
Kushagra Gour
07be86c313 add website as monorepo package and migrate to 11ty :) 2019-03-14 18:33:44 +05:30
Kushagra Gour
8fc5a3c4e7 saveditempane: add empty state img 2019-03-14 02:10:47 +05:30
Kushagra Gour
e36e759a5f fix default user avatar img 2019-03-14 01:50:33 +05:30
Kushagra Gour
6dcb3f9dae commandpalette: handle edge cases 2019-03-14 01:37:30 +05:30
Kushagra Gour
9903e2c269 commandpalette: align icon with text 2019-03-14 01:26:45 +05:30
Kushagra Gour
72b564fbb9 itemtile: align files mode icon 2019-03-14 01:24:01 +05:30
Kushagra Gour
cf92032b33 codeeditor: move instructions under editorready deferred 2019-03-14 01:14:13 +05:30
Kushagra Gour
70c66456e4 itemservice: fix promise returning in setItem. 2019-03-14 01:00:55 +05:30
Kushagra Gour
9a2fdfe552 some a11y improvements. stop saved item pane for tabbing when hidden 2019-03-14 00:44:13 +05:30
Kushagra Gour
5ef727d835 createnewmodal: style fixes 2019-03-13 23:41:25 +05:30
Kushagra Gour
016ece473c style: tweak count-label and use in console also 2019-03-13 23:38:20 +05:30
Kushagra Gour
9f15ba3fd4 style: increase overall font-weight 2019-03-13 23:27:53 +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
4a31a681d6 contentwrapfiles: handle case of selectedfile getting deleted 2019-03-13 16:46:43 +05:30
Kushagra Gour
f2f9b40246 merge master 2019-03-08 23:44:45 +05:30
Kushagra Gour
3755518059 index: title tag fix 2019-03-08 23:35:44 +05:30
Kushagra Gour
674fc5c972 index: fix extension installation 2019-03-08 23:27:41 +05:30
Kushagra Gour
d7d028401c index:html: fix tag 2019-03-08 23:06:23 +05:30
Kushagra Gour
964fc8fe5c website ui refactor 2019-03-08 18:35:14 +05:30
Kushagra Gour
848eb29f0e website ui refactor 2019-03-08 18:27:49 +05:30
Kushagra Gour
bebaa1e758 website ui refactor 2019-03-08 18:20:05 +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
edf71ce296 db: remove unneceessary setting of timestampsInSnapshots in firestore 2019-03-07 16:29:57 +05:30
Kushagra Gour
ce26d84716 utils: improve log fn 2019-03-04 19:00:28 +05:30
Kushagra Gour
32c398564d contentwraps: remove unused code 2019-03-04 19:00:12 +05:30
Kushagra Gour
db1fafbfa1 setting: preview wait time change setting 2019-03-04 18:13:32 +05:30
Kushagra Gour
56167101ce add devdocs 2019-03-04 16:50:26 +05:30
Kushagra Gour
50e9f65b73 locales temp 2019-03-04 13:59:34 +05:30
Kushagra Gour
0e872731f4 app: fix the loading of locales 2019-03-04 11:42:42 +05:30
Kushagra Gour
7340c2afc9 style: minor fix in divider 2019-03-03 20:34:13 +05:30
Kushagra Gour
70cb91c180 sweet lil animation on modal open 2019-03-03 20:11:51 +05:30
Kushagra Gour
7d61a8924f command palette ui fixes 2019-03-03 19:04:22 +05:30
Kushagra Gour
4a16b77dc8 ui fixes 2019-03-03 18:46:20 +05:30
Kushagra Gour
5694a115c8 make icon bigger n better 2019-03-03 18:06:26 +05:30
Kushagra Gour
af2795c12b App.jsx: fix template for index.html in file mode creation 2019-03-03 15:17:01 +05:30
Kushagra Gour
2bc061f33b CreateNewModal: refactor ux 2019-03-03 12:59:15 +05:30
Kushagra Gour
27eee4fb16 utils: eslint fix 2019-03-02 23:49:48 +05:30
Kushagra Gour
e42043aad7 createnewmodal: refactor ui 2019-03-02 23:49:26 +05:30
Kushagra Gour
38efcf38c1 ui a11y improvements 2019-03-02 20:01:08 +05:30
Kushagra Gour
b38331de75 app.jsx: tweak default file mode files 2019-03-02 19:18:44 +05:30
Kushagra Gour
3f19013bb4 ui a11y improvements 2019-03-02 19:15:38 +05:30
Kushagra Gour
30afda75f3 change componentWillUpdate to componentDidUpdate 2019-03-01 16:18:11 +05:30
Kushagra Gour
0a65207a7f SavedItemPane: change componentWillUpdate to getDerivedStateFromProps. fixes empty list 2019-03-01 16:05:31 +05:30