api-client/components
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
..
app Revamp of the Settings State System along with TypeScript support (#1560) 2021-03-23 11:18:14 -04:00
collections Revamp of the Settings State System along with TypeScript support (#1560) 2021-03-23 11:18:14 -04:00
environments Revamp of the Settings State System along with TypeScript support (#1560) 2021-03-23 11:18:14 -04:00
firebase rename all components to new namespace (#1515) 2021-03-01 09:28:14 +05:30
graphql rename all components to new namespace (#1515) 2021-03-01 09:28:14 +05:30
history fix: disable resize on ace editor - fixed #1110 2021-03-23 09:39:14 +00:00
http TailwindCSS v2.x (#1540) 2021-03-16 01:49:21 -07:00
lenses TailwindCSS v2.x (#1540) 2021-03-16 01:49:21 -07:00
realtime TailwindCSS v2.x (#1540) 2021-03-16 01:49:21 -07:00
smart fix: restore previous theme colors - fixed #1559 2021-03-22 16:36:57 +00:00
README.md 👽 Vue-ify Postwoman with Nuxt.js! 2019-08-24 04:09:22 +01:00

COMPONENTS

This directory is not required, you can delete it if you don't want to use it.

The components directory contains your Vue.js Components.

Nuxt.js doesn't supercharge these components.