liyasthomas
ced2f1b911
feat: introduce animations
2021-06-13 20:31:42 +05:30
liyasthomas
34cd604a91
refactor(ui): minor ux improvements
2021-06-13 16:24:29 +05:30
liyasthomas
2ffd0be03f
refactor(ui): better color names
2021-06-12 22:16:17 +05:30
liyasthomas
58296505a8
feat: show and hide sidebar - fixed #1716
2021-06-12 16:40:12 +05:30
liyasthomas
be67986123
feat: sign in with email
2021-06-11 05:31:29 +05:30
Andrew Bastin
e361d66c88
Merge branch 'newstate/environments' into main
2021-06-06 23:12:41 -04:00
liyasthomas
45b9f2e1bf
fix: replace auto complete with drop down for content-types - fixed #1704
2021-06-06 20:56:56 +05:30
nelsontky
7e9ae69f38
fix: prevent overwrite of content type ( #1703 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2021-06-06 03:12:50 -07:00
Andrew Bastin
5bfeb541fc
Initial environment state system refactor
2021-06-04 22:41:07 -04:00
Andrew Bastin
795c5f8263
Migrate GraphQL to use SaveRequest modal instead of GQL one
2021-05-29 22:36:58 -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
9e602394cf
Remove dependency on history component to add history entry
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
liyasthomas
44df9b3be8
refactor: lint
2021-05-19 10:24:57 +05:30
liyasthomas
40ddfa8def
refactor: lint
2021-05-18 21:39:55 +05:30
Liyas Thomas
5f193680c9
fix: minor UI stylings
2021-05-15 21:19:23 +00:00
Liyas Thomas
3533aa391a
chore: lint
2021-05-15 12:43:31 +00:00
Liyas Thomas
76866f78f0
cleanup: remove logs
2021-05-15 06:47:13 +00:00
Liyas Thomas
8e3ecb4c25
fix: save location picker indicator
2021-05-15 05:45:05 +00:00
Liyas Thomas
8f09c82763
fixes and refactor
2021-05-14 05:50:17 +00:00
Liyas Thomas
4656d67fcf
fix: teams edit modal + race conditions on currentUser
2021-05-14 03:40:53 +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
Osheen Sachdev
5df3ebae22
Documentation generation ( #1610 )
...
Co-authored-by: Isha Gupta <40794215+IshaGupta18@users.noreply.github.com >
Co-authored-by: IshaGupta18 <ishagupta1828@gmail.com >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2021-04-21 10:17:31 -07:00
Liyas Thomas
b65ae89be6
fix: respect environment variable in inline query parameters - fixed #1603
2021-04-15 10:04:23 +00:00
Liyas Thomas
432884a2af
Select multiple collections ( #1604 ) ( #1605 )
2021-04-15 01:01:15 -07:00
Osheen Sachdev
6878498b2e
Fix folder nesting in document generation ( #1602 )
2021-04-14 17:54:55 -07:00
Joel D Souza
f6db530de2
Sync bodyParams and rawBodyParams ( #1562 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Joel DSouza <joel.dsouza@kapturecrm.com >
2021-04-10 01:03:37 -07:00
Liyas Thomas
db45f08905
fix: add query from cURL import - fixed #1582
2021-04-08 11:31:24 +00:00
Liyas Thomas
56982effcd
feat: support custom router base property - fixed #1561
2021-03-24 13:18:33 +00:00
Liyas Thomas
8a52b0fbd6
fix: broken grapgql query fetch
2021-03-24 05:20:01 +00: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
Isha Gupta
e565f9bf72
GraphQL collections ( #1536 )
2021-03-18 20:25:12 +05:30
Liyas Thomas
942b86c647
refactor: upgrade tailwindcss
2021-03-17 18:00:58 +00:00
Jayce Dugan
87c6230ef2
Fix: Whitespace & URL encoding applied to query parameters.
...
fix: String.trim() applied to query parameter keys and values to remove additional whitespace.
fix: encodeURI() applied to query string before being applied to request url path.
2021-03-16 22:45:07 +00:00
Liyas Thomas
347ad94a43
fix: minor UI spacing issues
2021-03-16 09:11:19 +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
a724dc1207
proxy.hoppscotch.io ( #1532 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2021-03-14 08:54:15 +05:30
Liyas Thomas
13ff7b9088
docs: updated screenshots + feature list
2021-03-11 14:59:16 +00:00
Liyas Thomas
17da230d72
fix: remove sort history entries + fix history entries order - fixed #1455
2021-03-11 06:53:49 +00:00
Osheen Sachdev
0b00842c50
[Feat: GraphQL sidebar] GraphQL History ( #1528 )
...
* Create REQUIREMENTS.md
* graphql history UI
* rest history emit
* removed requirements file
* add, delete, clear, star history and sync with firstore
* use history
* empty schema
* remove other tabs
* computed query, setting headers
* binding props
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
* remove print
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
* remove dummy data
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
* add docs tab
* date, time attribute --> updatedOn
* Removed margin from sidebar Tab
* removed v-bind
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
* use shortcut for v-bind
* use shortcut for v-bind
* use unfold icons
* use template literals in :key
* history clear bug
* delete history bug
* minor translation
* remove console logs
* remove unused css
* add stared style
* remove absolute styles
* tests for graphql card
* tests for rest card
* tests for clear history added
* mount, clear, use, delete history tests added
* Rename card.vue to Card.vue
* Rename card.vue to Card.vue
* use computed
Co-authored-by: Isha Gupta <40794215+IshaGupta18@users.noreply.github.com >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2021-03-10 22:12:09 -05: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
2972ac6328
Support multipart/form-data content-type ( #1485 )
...
* Initial UI refactor - move raw and key-value body to components and tabs
* Delete package-lock.json
* deps
* Add multipart/form-data as a content type
* fix: add default contentType value
* Allow http body param request body with multipart/form-data
* Add form data to vuex
* move raw body components to 'Raw Request Body' tab
* Add files addition logic
* Set Dockerfile to run nuxt in dev mode
* Set Dockerfile to run nuxt in dev mode
* Draft version of file upload
* refactor: clean up
* Add file chip to denote file input
* Remove console.log
* refactor(ui): matching styles
* refactor(ui): matching styles
* fix(ui): mobile responsiveness
* fix(ui): mobile responsiveness
* refactor: minor cleanup
* Remove file from any form of persistence
* Add warning that form data files will not be saved to local storage
* Add remove file functionality
* Prevent file from being saved to collections
* Remove console.log
* fix active toggle on multipart/form-data + cleanup
* auto import components
Co-authored-by: nelsontky <nelson@ccb.wtf >
2021-02-19 22:31:31 +05:30
Igor Stuzhuk (KoHcoJlb)
c9e542d6d5
graphql: show enums and interfaces
...
make scalars not clickable
2021-02-07 22:18:20 +02:00
Andrew Bastin
279c8c14cc
Disabling GQL schema polling if there was an error
2021-02-06 19:37:45 -05:00
Igor Stuzhuk (KoHcoJlb)
7f33798789
graphql: fix "jump to type" and show input types
2021-02-02 16:10:51 +02:00
Liyas Thomas
2b2c968a97
fix: revert axios interceptor and use normal time data - fixed #1449
2021-01-31 08:18:25 +05:30
Liyas Thomas
bffdb39c02
fix: decode url and path before saving to collection - fixed #1451
2021-01-30 22:19:19 +05:30
Liyas Thomas
7e4297d9bf
Accurate response time and size ( #1441 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2021-01-28 13:09:31 +05:30