Andrew Bastin
8713aa7fd3
Remove @nuxtjs/apollo and added vue-apollo as dep
2021-05-03 09:22:39 -04:00
Liyas Thomas
d676b5a68d
chore(deps): bump rxjs
2021-05-03 05:08:39 +00:00
Liyas Thomas
a6dfab5fbf
chore(deps): bump
2021-05-02 15:21:27 +00:00
Liyas Thomas
1bc57f159c
merge feat/teams-new-ui
...
Co-authored-by: Isha Gupta <40794215+IshaGupta18@users.noreply.github.com >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Osheen Sachdev <45964755+oshhh@users.noreply.github.com >
Co-authored-by: Rohan Rajpal <rohan46000@gmail.com >
Co-authored-by: Raghav Gupta <raghav.gupta0307@gmail.com >
2021-04-26 09:37:18 +00:00
Liyas Thomas
6a8019c7a0
chore(deps): bump
2021-04-25 16:38:09 +00:00
Liyas Thomas
283e1b0790
chore(deps): bump
2021-04-23 11:39:20 +00:00
Liyas Thomas
2c137a0eec
chore(deps): bump
2021-04-18 15:09:32 +00:00
Andrew Bastin
50a149b662
Bump graphql-language-service-interface and fix build issues
2021-04-12 11:50:25 -04:00
Liyas Thomas
930838d676
chore(deps): bump
2021-04-12 08:14:19 +00:00
Liyas Thomas
f6c952ffb0
v1.10.0
2021-04-10 14:49:43 +00:00
Liyas Thomas
516d53f9bf
chore(deps): bump + docs: add docker pulls badge
2021-04-02 06:46:50 +00:00
Liyas Thomas
c7e1adf638
chore(deps): bump + ui: full width container
2021-03-31 15:44:26 +00:00
Liyas Thomas
b9deec1487
chore(deps): bump + docs: remove absolute instructions from readme
2021-03-30 05:00:24 +00:00
Andrew Bastin
07e966c640
Bump minor dep updates and update Tab test spec
2021-03-27 23:47:35 -04:00
Liyas Thomas
2190a1b6fd
chore(deps): bump + fix: only allow one from extension and proxy
2021-03-23 19:48:00 +00:00
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
Liyas Thomas
74adbae7ed
chore(deps): bump
2021-03-22 02:55:47 +00:00
Liyas Thomas
f1389cdba0
TailwindCSS v2.x ( #1540 )
2021-03-16 01:49:21 -07:00
Liyas Thomas
5399ddf6ac
docs: updated description
2021-03-14 15:15:57 +00:00
Liyas Thomas
df3df6697e
chore(deps): bump + docs: update sponsor list
2021-03-12 08:39:21 +00:00
Liyas Thomas
51bd3455cc
chore(deps): bump
2021-03-09 15:28:41 +00:00
Liyas Thomas
e7d1ffb7ae
chore: deps bump
2021-03-06 17:36:56 +00:00
Liyas Thomas
dc5ca76d05
rename all components to new namespace ( #1515 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2021-03-01 09:28:14 +05:30
Liyas Thomas
37bdd525ea
refactor: replace fonts with Google fonts module
2021-02-25 16:08:12 +00:00
Liyas Thomas
5fe1de170d
chore(deps): bump
2021-02-23 01:49:23 +00:00
Liyas Thomas
72913ccece
chore(deps): bump + sort tailwind classes
2021-02-20 15:39:37 +00:00
Liyas Thomas
a6207e7edf
chore(deps): bump + docs: updated readme
2021-02-19 17:33:37 +00:00
Liyas Thomas
d90550438f
chore(deps): bump
2021-02-15 18:13:40 +00:00
Liyas Thomas
aa0f08cba3
chore(deps): bump
2021-02-14 21:27:47 +05:30
Liyas Thomas
03f6336ac5
chore(deps): bump
2021-02-12 23:57:14 +05:30
Liyas Thomas
24c4cfe586
chore(deps): bump
2021-02-10 20:19:09 +05:30
Liyas Thomas
c036c945bd
chore(deps): bump
2021-02-05 06:02:09 +05:30
Liyas Thomas
c82cb67bb6
chore(deps): bump
2021-02-02 10:22:31 +05:30
Liyas Thomas
3dabd73e95
chore(deps): bump
2021-01-30 22:17:50 +05:30
Liyas Thomas
8ed30e7eda
chore(deps): bump
2021-01-28 21:28:36 +05:30
Liyas Thomas
99e634711e
chore(deps): bump
2021-01-26 20:09:19 +05:30
Liyas Thomas
eb9b0c85a9
chore(deps): bump
2021-01-23 11:38:37 +05:30
Andrew Bastin
c5dff96f57
Better JS language integration for Pre-Request scripts and Test scripts ( #1422 )
...
* Add tern as dependency
* Add build rule to transpile mjs
* Initial implementation of the auto complete engine
* Separate out the tern server code to separate file
* Added extra type defs for tern server
* Boost the pw completion result to the top of the list
* Added acorn and acorn-walk as dependency
* Semantic linting powered by tern
* Fix DeepCode warnings for js-editor
* Remove unused registerLint tern extension
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2021-01-22 07:04:02 +05:30
Liyas Thomas
ff418ad55f
chore(deps): bump
2021-01-20 21:23:13 +05:30
Liyas Thomas
56151982a7
chore(deps): bump
2021-01-17 22:44:58 +05:30
Liyas Thomas
c8185050f6
feat: GitHub buttons
2021-01-16 18:40:18 +05:30
Liyas Thomas
bf0bcf2f72
chore(deps): bump
2021-01-15 23:27:07 +05:30
Liyas Thomas
d81e80f273
chore(deps): bump
2021-01-13 20:23:14 +05:30
Liyas Thomas
6afed0e035
chore(deps): bump + fix(typo): extension repo link
2021-01-12 13:21:48 +05:30
Liyas Thomas
01a45f3085
chore(deps): bump
2021-01-08 21:53:21 +05:30
Liyas Thomas
c61764cd8d
chore(deps): bump
2021-01-06 08:47:37 +05:30
Liyas Thomas
ce20f5d0a2
chore(deps): bump
2021-01-05 05:48:25 +05:30
Liyas Thomas
025ead4fa3
chore(deps): bump
2021-01-04 06:37:59 +05:30
Liyas Thomas
aadad482c4
chore(deps): bump + updated sponsors list
2021-01-02 20:57:28 +05:30
Liyas Thomas
603a888e2e
chore(deps): bump + fix: typo in docker commands
2020-12-31 17:22:58 +05:30