1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-21 13:44:08 +01:00

1230 Commits

Author SHA1 Message Date
Kushagra Gour
c6708ad034 app: close saveditempane on escape key 2019-03-18 16:11:48 +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
00a00d38ec saveditempane: make filtering case-insensitive 2019-03-18 15:47:20 +05:30
Kushagra Gour
351905e44d saveditempane: fix filtering and autofocus 2019-03-18 15:45:48 +05:30
Kushagra Gour
95ff5c5fe2 website: update screenshot 2019-03-18 14:53:35 +05:30
Kushagra Gour
7a0e21a991 gulpfile: fix task running out of order 2019-03-18 11:28:50 +05:30
Kushagra Gour
62f138be1c style: make sidebar file options in one line 2019-03-18 10:52:04 +05:30
Kushagra Gour
4a914de814 netlify: build with minification 2019-03-18 10:51:47 +05:30
Kushagra Gour
e335644787 sidepane: fix the file option buttons ux 2019-03-18 10:15:52 +05:30
Kushagra Gour
d504f42369 prettier btn style change 2019-03-18 10:04:09 +05:30
Kushagra Gour
1e71020d0b createnewmodal: change ux 2019-03-18 09:57:00 +05:30
Kushagra Gour
1b00f87002 Add prettier to 3 pane mode also 2019-03-18 09:55:13 +05:30
Kushagra Gour
cd9d3dd686 gulp: fix release task 2019-03-15 17:21:30 +05:30
Kushagra Gour
6724b7c90b add templates for file mode 2019-03-15 16:30:16 +05:30
Kushagra Gour
e39e284705 add ui events 2019-03-15 15:11:33 +05:30
Kushagra Gour
698de288e0 update ga id 2019-03-15 14:50:08 +05:30
Kushagra Gour
8f47746827 ui tweaks 2019-03-15 13:53:51 +05:30
Kushagra Gour
efb057221b fix testimonials 2019-03-15 13:12:42 +05:30
Kushagra Gour
c00541dbcf netlify: fix build command 2019-03-15 12:57:15 +05:30
Kushagra Gour
1da8cf4809 move package deps to outside because netlify doesnt support monorepos :( 2019-03-15 09:35:47 +05:30
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