liyasthomas
fd3b5ecf08
feat: actions in empty state
2021-08-01 20:04:25 +05:30
liyasthomas
9afe415c2d
feat: indicated valid and invalid environment variables with its value on hover
2021-08-01 14:42:32 +05:30
liyasthomas
e2fc056488
feat: make smart url feild the default input
2021-07-31 23:58:34 +05:30
liyasthomas
56c2e1094d
refactor: wire remaining request actions
2021-07-25 11:15:53 +05:30
Liyas Thomas
233214cb30
refactor: move actions from app header to app footer
2021-07-23 18:28:07 +00:00
liyasthomas
f694f1ad36
refactor: init new state for body
2021-07-23 00:07:39 +05:30
Andrew Bastin
8597c04ff1
feat: test script and pre-request script wiring
2021-07-21 23:56:39 -04:00
liyasthomas
04cd5b0981
feat: zenmode + toggle left, right & header panes
2021-07-21 15:25:46 +05:30
liyasthomas
22772ac10f
feat: migrate pre-request script, test script, settings to nuxt composition
2021-07-21 10:50:20 +05:30
liyasthomas
982f467572
fix: remove unused deps
2021-07-21 09:02:37 +05:30
Andrew Bastin
f4ffb8e357
feat: move pre request script to new state system
2021-07-20 23:27:06 -04:00
liyasthomas
88ccda8fd1
feat: shortcuts indicator toggle
2021-07-19 22:12:56 +05:30
liyasthomas
6ebfb1f109
feat: init codegen state
2021-07-18 10:03:52 +05:30
liyasthomas
3ef8e677c7
fix: wire response + init error handling
2021-07-15 09:40:45 +05:30
Andrew Bastin
86c9e09782
fix: theme flicker
2021-07-14 22:29:11 -04:00
liyasthomas
7ec8539540
feat: new components and UI improvements
2021-07-13 22:07:01 +05:30
liyasthomas
a4032836c3
feat: init new response state system
2021-07-13 11:07:29 +05:30
Andrew Bastin
ffc891f38e
feat: add header session store fields and dispatchers
2021-07-12 20:17:13 -04:00
liyasthomas
93ea80a3e3
feat: init request state management
2021-07-12 09:11:55 +05:30
Andrew Bastin
54d21c4950
feat: url and params rewrite index.vue
2021-07-11 21:33:11 -04:00
liyasthomas
20d38e247b
feat: enable telemetry toggle button
2021-07-07 06:30:49 +05:30
Andrew Bastin
48e562dcee
feat: theme syncing
2021-07-06 08:20:37 -04:00
Andrew Bastin
f4f29b8520
Fix localStorage usage
2021-06-21 00:27:45 -04:00
Andrew Bastin
02d3b45efc
Added settings observable
2021-06-16 22:35:53 -04:00
Andrew Bastin
4ce7f0b487
Remove redudant applySettingFB
2021-06-16 22:33:17 -04:00
Andrew Bastin
50fa1c8f0a
Fix import export for environments
2021-06-07 00:13:28 -04:00
Andrew Bastin
ddbc9ca61b
Inject globals env into pre-request scripts
2021-06-05 21:07:06 -04:00
Andrew Bastin
5bfeb541fc
Initial environment state system refactor
2021-06-04 22:41:07 -04:00
Andrew Bastin
70a350fdac
Initial Collection State System implementation
...
Co-authored-by: Liyas Thomas <hi@liyasthomas.com >
2021-05-27 23:22:17 -04:00
Andrew Bastin
21aeded2ea
Update DispatchingStore to provide better typing for dispatch function parameters
2021-05-25 18:27:50 -04:00
Andrew Bastin
46ebd49936
Refactor history entry limits
2021-05-24 23:37:48 -04:00
Andrew Bastin
fcac750ad7
Migrate code to new history store
2021-05-24 23:37:48 -04:00
Andrew Bastin
8cd3acd205
Introduce History store
2021-05-24 23:37:48 -04:00
Andrew Bastin
5fb457d331
Fix Settings Sync issues
2021-05-22 21:48:15 -04:00
liyasthomas
44df9b3be8
refactor: lint
2021-05-19 10:24:57 +05:30
liyasthomas
40ddfa8def
refactor: lint
2021-05-18 21:39:55 +05:30
liyasthomas
e424d06026
refactor: lint
2021-05-17 17:11:58 +05:30
Liyas Thomas
3533aa391a
chore: lint
2021-05-15 12:43:31 +00:00
Andrew Bastin
c18c2ea9d4
Fix settings data migration issues
2021-03-23 11:34:19 -04: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