api-client/helpers
Andrew Bastin 5fce1118f6
Revamp of the Settings State System along with TypeScript support (#1560)
* Add vue-rx, rxjs and lodash as dependencies

* Added vue-rx plugin integration to nuxt config

* Initial settings store implementation

* Add babel plugin for private class properties to for Jest

* Add DispatchingStore test spec

* Initial settings code

* Reactive Streams for fb current user and id token

* Fix typo

* Migrate index and graphql pages to the new store

* Migrate network strategy to the new store

* Fixed Section.vue errors

* Fix getSettingSubject issue

* Migrate fb settings reference in components to the new state system

* Add typings for lodash as dev dependency

* Load setting

* Load initial sync setting values

* Update proxy url

* Add typescript support

* Rewrite Settings store to TypeScript

* Port Settings page to TypeScript as reference

* Move all store migrations to a separate file

* Delete test file for fb.js

* Add ts-jest as dev dependency

* Remove firebase-mock as dependency

* Remove FRAME_COLORS_ENABLED settings value
2021-03-23 11:18:14 -04:00
..
__tests__ Revamp of the Settings State System along with TypeScript support (#1560) 2021-03-23 11:18:14 -04:00
codegen Fix a missing close parenthesis before '.then' (#1407) 2021-01-02 20:49:42 +05:30
lenses feat: better media types detection for JSON, XML and HTML lenses (#1438) 2021-01-26 09:57:11 +05:30
strategies Revamp of the Settings State System along with TypeScript support (#1560) 2021-03-23 11:18:14 -04:00
syntax Isolate Netlify, Firebase and Helper functions + Import from absolute paths 2020-06-21 09:24:45 +05:30
terndoc Better JS language integration for Pre-Request scripts and Test scripts (#1422) 2021-01-22 07:04:02 +05:30
utils Support multipart/form-data content-type (#1485) 2021-02-19 22:31:31 +05:30
curlparser.js Moved utility functions from assets to helpers 2020-09-26 07:57:45 +05:30
editorutils.js Add application/vnd.api+json as a valid JSON mime to editorutils 2020-08-19 00:41:06 -04:00
fb.js Revamp of the Settings State System along with TypeScript support (#1560) 2021-03-23 11:18:14 -04:00
findStatusGroup.js fix: status code detection (#1440) 2021-01-25 06:50:50 +05:30
headers.js Isolate Netlify, Firebase and Helper functions + Import from absolute paths 2020-06-21 09:24:45 +05:30
jsonParse.js jsonParse now validates for array as root JSONs 2020-08-26 18:21:37 -04:00
migrations.ts Revamp of the Settings State System along with TypeScript support (#1560) 2021-03-23 11:18:14 -04:00
network.js Revamp of the Settings State System along with TypeScript support (#1560) 2021-03-23 11:18:14 -04:00
oauth.js Moved utility functions from assets to helpers 2020-09-26 07:57:45 +05:30
outline.js response outline for JSON responses (#1484) 2021-02-23 08:09:16 +05:30
platformutils.js Isolate Netlify, Firebase and Helper functions + Import from absolute paths 2020-06-21 09:24:45 +05:30
postwomanTesting.js Explicitly pass radix 10 to parseInt functions in toBeLevelxxx() to avoid unexpected results 2020-12-22 19:19:21 +01:00
preRequest.js Handled error handling to pre-request script execution 2020-08-02 00:26:16 -04:00
pwa.js Moved utility functions from assets to helpers 2020-09-26 07:57:45 +05:30
requestParams.js feat: input toggle for parameters and headers (#1388) 2020-12-28 06:02:41 +05:30
templating.js fix: decodeURI() failing on malformated URI + chore(deps): bump 2020-12-29 07:13:46 +05:30
tern.js Better JS language integration for Pre-Request scripts and Test scripts (#1422) 2021-01-22 07:04:02 +05:30
ternlint.js Better JS language integration for Pre-Request scripts and Test scripts (#1422) 2021-01-22 07:04:02 +05:30