Liyas Thomas
9bd86f0564
fix: minor stylings fixes
2021-06-26 00:19:42 +00:00
Liyas Thomas
6d33132705
feat: remove tailwindcss + introduce windicss
2021-06-25 23:44:27 +00:00
liyasthomas
5bb9b1b675
chore: bump deps
2021-06-21 15:32:23 +05:30
liyasthomas
96c23200f7
chore: bump deps
2021-06-20 18:06:20 +05:30
Ilya
5fe8fce89d
refactor: modals ( #1720 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2021-06-15 13:48:38 +05:30
Liyas Thomas
7cbb61bdf8
chore(deps): bump
2021-06-14 15:43:21 +00:00
liyasthomas
685f9d506d
chore(deps): bump
2021-06-13 16:25:22 +05:30
liyasthomas
766c31fa56
chore: bump deps + refactor: consistent import / export modal
2021-06-07 15:22:34 +05:30
liyasthomas
538600354d
chore(deps): bump
2021-06-06 16:36:02 +05:30
Liyas Thomas
ac1937f9be
chore(deps): bump
2021-05-30 13:40:20 +00:00
Liyas Thomas
a795fc4310
release: v1.12.0
2021-05-27 15:11:01 +00:00
liyasthomas
bc95a028ce
chore(deps): bump
2021-05-23 18:48:48 +05:30
Andrew Bastin
2591e3ab67
Add node-interval-tree as dep
2021-05-19 22:23:47 -04:00
liyasthomas
f9821e5f80
feat: eslint for typescript
2021-05-17 15:17:23 +05:30
Liyas Thomas
5bd53dc093
feat: eslint + stylelint
2021-05-17 05:55:50 +00:00
liyasthomas
02debdc28b
fix: use .env values - fixed #1639
2021-05-16 12:23:29 +05:30
liyasthomas
e104fe3021
chore(deps): bump
2021-05-16 12:21:28 +05:30
Liyas Thomas
78f7a9ba06
chore(deps): lock file
2021-05-15 08:26:22 +00:00
Liyas Thomas
7793dd8b3e
Merge branch 'main' into teams
2021-05-15 08:11:03 +00:00
Liyas Thomas
c6c8b7da6a
chore(deps): bump
2021-05-09 14:59:24 +00:00
Liyas Thomas
5c0035f4c3
chore(deps): bump
2021-05-04 19:36:50 +00:00
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
liyasthomas
e28373dae1
fixes
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2021-04-29 14:03:39 +05:30
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
dependabot[bot]
505e61475d
chore(deps): bump ssri from 6.0.1 to 6.0.2
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 16:22:02 +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
Isha Gupta
e565f9bf72
GraphQL collections ( #1536 )
2021-03-18 20:25:12 +05:30
liyasthomas
61396cbb15
download fonts to same site origin
2021-03-17 09:23:16 +05:30
Liyas Thomas
f1389cdba0
TailwindCSS v2.x ( #1540 )
2021-03-16 01:49:21 -07: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
4d0008186b
fix: only show recent 50 synced history entries - fixed #1530
2021-03-12 17:35:16 +05:30
Liyas Thomas
df3df6697e
chore(deps): bump + docs: update sponsor list
2021-03-12 08:39:21 +00:00
Liyas Thomas
988a99efb7
fix: history order on cloud sync
2021-03-11 13:51:22 +05:30
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
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
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
dependabot[bot]
ab9f2c0a66
chore(deps): bump v-tooltip from 2.0.3 to 2.1.0
...
Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip ) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/Akryum/vue-tooltip/releases )
- [Commits](https://github.com/Akryum/vue-tooltip/compare/v2.0.3...v2.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-31 00:05:42 +00:00
Liyas Thomas
4dfc91db0a
chore(dev-deps): bump
2020-12-30 11:12:56 +05:30
Liyas Thomas
9ac0cf1406
fix: decodeURI() failing on malformated URI + chore(deps): bump
2020-12-29 07:13:46 +05:30
Liyas Thomas
e89065aafc
chore(deps): bump
2020-12-27 18:37:45 +05:30
Liyas Thomas
46cbd6dfd2
chore(deps): bump
2020-12-22 20:31:13 +05:30
Liyas Thomas
eac7954570
chore(deps): bump
2020-12-21 21:39:28 +05:30
Liyas Thomas
756acf1395
chore(deps): bump
2020-12-20 12:20:37 +05:30
Liyas Thomas
29a4dee91b
chore(deps): bump + refactor: removed absolute code
2020-12-16 23:53:08 +05:30
Liyas Thomas
9e166774ef
refactor(ui): faster animations + chore(deps): bump
2020-12-16 06:05:58 +05:30
Liyas Thomas
afd07562b4
chore(deps): bump
2020-12-15 03:44:20 +05:30
Liyas Thomas
81a6d821c0
feat: confirm modal + chore(deps): bump
2020-12-14 10:35:14 +05:30
Liyas Thomas
5a7bcf32ea
chore(refactor): modern UI
2020-12-11 22:24:34 +05:30
Liyas Thomas
3acb2a56a2
chore(deps): bump
2020-12-10 08:48:59 +05:30
Liyas Thomas
2f0e9d0681
chore(deps): bump
2020-12-10 01:02:49 +05:30
Hari Narayanan
bfa7eb0c19
export markdown from docs ( #1358 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-12-09 10:41:05 +05:30
Liyas Thomas
8000791e17
chore(deps): bump
2020-12-07 20:53:49 +05:30
Liyas Thomas
2e72c16964
chore(deps): bump husky to v5
2020-12-06 11:00:00 +05:30
Liyas Thomas
6ebaea395d
chore(deps): bump
2020-12-05 23:47:26 +05:30
Liyas Thomas
257ee9928f
chpore(deps): bump
2020-12-04 23:37:13 +05:30
Liyas Thomas
2ac9f5918a
chore(deps): bump + updated sponsor list
2020-12-04 09:59:19 +05:30
dependabot[bot]
cbd82988a8
Bump @nuxtjs/tailwindcss from 3.3.0 to 3.3.1
...
Bumps [@nuxtjs/tailwindcss](https://github.com/nuxt-community/tailwindcss-module ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/nuxt-community/tailwindcss-module/releases )
- [Changelog](https://github.com/nuxt-community/tailwindcss-module/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nuxt-community/tailwindcss-module/compare/v3.3.0...v3.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-04 00:05:30 +00:00
Liyas Thomas
cd6a9bf9a8
chore(deps): bump
2020-12-03 05:46:26 +05:30
Liyas Thomas
61fe518710
chore(deps): bump + better History UI
2020-12-01 22:26:13 +05:30