Commit Graph

36 Commits

Author SHA1 Message Date
Kiwi cac0afa61e [next] Support server side jest testing (#1747)
* Support server side jest testing

* feat: more tests
2018-07-13 16:57:25 +00:00
Chi Vinh Le 01dc5cd47e Update snapshots 2018-07-12 14:42:39 -03:00
Chi Vinh Le 2d69982ebb Mobile first approach 2018-07-12 14:23:54 -03:00
Chi Vinh Le ff41fabb37 Support standard css variables, dynamically set spacing-unit 2018-07-12 03:19:14 -03:00
Chi Vinh Le 1a08aba969 Add docs 2018-07-12 02:02:47 -03:00
Chi Vinh Le a79e916a96 Fully implement Flex and MatchMedia 2018-07-12 01:13:23 -03:00
Belén Curcio 43c13c0731 Responsive Components <3 2018-07-11 17:50:21 -03:00
Chi Vinh Le 5118d5ae58 Remove obsoloe snapshot 2018-07-11 16:22:35 -03:00
Chi Vinh Le ec1eff2b9d Mark comments as always returning a value 2018-07-10 19:14:42 -03:00
Chi Vinh Le 186f8e1987 Fix unit tests 2018-07-10 18:51:22 -03:00
Chi Vinh Le 358fe97069 Translate, concept for translation and id strings 2018-07-10 18:44:56 -03:00
Chi Vinh Le 5e5b0a3888 Add aria props 2018-07-10 16:29:07 -03:00
Chi Vinh Le 15cbb94756 Remove AssetList feature 2018-07-10 16:04:02 -03:00
Chi Vinh Le f7ef7ae2b0 Use correct gutter for username 2018-07-10 15:30:39 -03:00
Chi Vinh Le 3355400248 Disable load more and show all button during load 2018-07-10 15:25:36 -03:00
Chi Vinh Le 8690646409 Better css classnames in snapshots 2018-07-10 12:29:42 -03:00
Chi Vinh Le d89d4c25b7 Extract Username, Add indent styles 2018-07-10 12:15:39 -03:00
Chi Vinh Le ca12ec652d Throw when wrong args are provided 2018-07-09 21:01:45 -03:00
Chi Vinh Le a18a9ab0c4 Narrow down arguments in stub 2018-07-09 20:55:36 -03:00
Chi Vinh Le 11de453aac Fix showAllReplies test 2018-07-09 17:41:39 -03:00
Chi Vinh Le 25c931cc05 Implement Replies 2018-07-09 16:45:36 -03:00
Chi Vinh Le 84dd673c2e Add integration tests! 2018-07-06 21:19:49 -03:00
Chi Vinh Le b83dabc616 Add unit tests 2018-07-06 16:11:05 -03:00
Chi Vinh Le f7a6b974a3 Support Enzyme and Relay in Jest 2018-07-06 16:10:20 -03:00
Chi Vinh Le 2c3e53e573 Make Jest work with Relay! 2018-07-05 19:11:32 -03:00
Chi Vinh Le e1cf3a06f3 Add first tests 2018-07-04 19:04:12 -03:00
Chi Vinh Le bdd4702a8f Invert and full width 2018-07-04 17:26:37 -03:00
Chi Vinh Le 67790ac9e1 Strict typing for pagination container 2018-07-04 17:24:05 -03:00
Chi Vinh Le 94588951d3 Cleanup Relay Types 2018-07-04 17:16:51 -03:00
Chi Vinh Le 9f79ee1c6d Better relay types 2018-07-04 15:01:47 -03:00
Chi Vinh Le 6ac94c8c2a Merge branch 'next' into comments-connection 2018-07-03 15:35:09 -03:00
Kiwi 044e1c2863 Watcher infrastructure (#1724)
* wip

* Adding chokidar and types

* specifiying build tasks

* new structure, new types, executor and watchers

* Adding log

* Fully implemented watchers

* adapt vscode launc

* Add .babelrc.js to toplevel tsconfig project

* Typo

* Get schema path from .graphqlconfig

* Use watcher binary

* Add joi validation to watcher

* Remove fb-watchman for now

* Use correct ignore path

* Fix dist folder

* Allow setting watcher

* Per default only spawn one process at a time

* Support runOnInit

* Rename RestartingExecutor to LongRunningExecutor

* Use debounce instead of throttle

* Remove console log

* Debounce command execution

* Simplify debounce

* Watcher name change

* Typos

* Rename "watcher" root level config to "backend"
2018-07-03 12:21:58 -06:00
Chi Vinh Le 796d24db3d Use pagination container 2018-07-02 19:13:13 -03:00
Kiwi 4494ac8900 Lint remaining js files (#1714)
* Lint remaining js files

* Fix tsconfig
2018-06-29 10:33:16 -06:00
Kiwi 986716b3c3 lint js files, cleanup scripts (#1713) 2018-06-29 15:25:40 +00:00
Kiwi 65c8da0f34 Merge client into next (#1709)
* Merge client
* Add linting script
* Rename serve to start:development
* Move error harmonization and handling to network layer
* Show Comment Stream
* Added initial test
2018-06-27 22:06:30 +00:00