Commit graph

5 commits

Author SHA1 Message Date
70da9a92a6
fix: close/open websocket on freeze/resume events ()
* fix: close/open websocket on freeze/resume events

attempt to address 

* fix unit tests
2019-05-08 19:58:32 -07:00
880bc7a38a
perf: use a separate icons.svg file ()
* perf: use a separate icons.svg file

This splits icons into inline and non-inline. The inline ones are high
priority; the rest go in an icons.svg file.

* create SvgIcon.html

* determine inlined svgs at build time
2019-03-02 19:02:06 -08:00
098a20db49
feat: add full emoji picker using emoji-mart ()
* feat: add full emoji picker using emoji-mart

Fixes 

* use a sailboat as the default emoji in the emoji picker

* fix tests

* fix lint
2018-12-18 00:43:51 -08:00
3ae532aee5
fix: fix NODE_ENV and webpack config () 2018-12-15 19:21:20 -08:00
4bd181d3cc
fix: update Sapper to latest ()
* fix: update to latest sapper

fixes 

* fix error and debug pages

* requestIdleCallback makes column switching feel way nicer than double rAF

* add export feature

* add better csp info

* workaround for sapper sub-page issue

* clarify in readme about exporting

* fix now config

* switch from rIC to triple raf

* style-loader is no longer used

* update theming guide
2018-12-11 07:31:48 -08:00