Tabrez Khan
3f743b4f61
FEAT: add syntax highlighting in Code Generator Modal
...
USE: SmartAceEditor componenent
2021-05-03 14:46:41 +05:30
Liyas Thomas
b8bc110d33
check existance of teamCollectionAdded.parent
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2021-05-02 03:49:00 +00:00
Andrew Bastin
597fd2c6d1
Fix duplication on teams folder creation
2021-04-29 23:50:50 -04:00
Liyas Thomas
ab0bc3e927
fix: permissions for collections and folders
2021-04-30 01:04:41 +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
88b32e317a
docs: update links
2021-04-23 11:38:17 +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
Jainal Gosaliya
4d5332fef7
fixes empty url bug during importing postman json ( #1593 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2021-04-13 21:44:50 -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
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
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
64f64b9e31
fix: disable resize on ace editor - fixed #1110
2021-03-23 09:39:14 +00:00
Liyas Thomas
b4ac527638
fix: restore previous theme colors - fixed #1559
2021-03-22 16:36:57 +00:00
Liyas Thomas
352f3af737
refactor: show sub-folders before requests inside folders
2021-03-22 11:53:36 +00:00
Farhan Tariq
8a5402932c
Show sub-folders first instead of requests
2021-03-21 19:49:03 +05: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
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
c6af38f7dc
docs: updated sponsors list
2021-03-12 15:41:44 +00:00
Liyas Thomas
df3df6697e
chore(deps): bump + docs: update sponsor list
2021-03-12 08:39:21 +00:00
Liyas Thomas
13ff7b9088
docs: updated screenshots + feature list
2021-03-11 14:59:16 +00:00
Liyas Thomas
988a99efb7
fix: history order on cloud sync
2021-03-11 13:51:22 +05:30
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
e292af75ad
meta: updated sponsors link
2021-03-09 15:28:15 +00:00
Liyas Thomas
ef4566eb95
refactor: show interaction while dragging request in collections
2021-03-08 04:02:08 +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
harshlele
ff7bb1f303
response outline for JSON responses ( #1484 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2021-02-23 08:09:16 +05:30
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
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
Liyas Thomas
091a160db3
docs: updated sponsors list
2021-02-13 00:52:44 +05:30
Liyas Thomas
ca0c858e0f
fix: broken mobile responsiveness - fixed #1472
2021-02-10 19:53:47 +05:30
Andrew Bastin
d333a44e11
Minor cleanup of type.vue
2021-02-08 21:11:18 -05:00
Andrew Bastin
e8e855a36c
Added tests for the added functionality in type.vue and typelink.vue
2021-02-08 21:08:30 -05:00
Igor Stuzhuk (KoHcoJlb)
09719a4ad3
fix type tests
2021-02-08 14:02:01 +02:00
Igor Stuzhuk (KoHcoJlb)
c9e542d6d5
graphql: show enums and interfaces
...
make scalars not clickable
2021-02-07 22:18:20 +02:00
Igor Stuzhuk (KoHcoJlb)
7f33798789
graphql: fix "jump to type" and show input types
2021-02-02 16:10:51 +02:00
Andrew Bastin
075e11a7e1
Fix extension tick mark not appearing
2021-02-01 10:03:18 -05:00
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
Liyas Thomas
f58c6807d0
fix: encoding parameters twice effecting codegen - fixed #1437
2021-01-24 07:42:07 +05:30
Liyas Thomas
ca66b47014
refactor: better copy
2021-01-23 19:43:11 +05:30
Liyas Thomas
161a0e07f9
refactor(codeql): removed unused variables
2021-01-23 11:40:29 +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
6b0da0a568
fix: delete request from collection modal not closing
2021-01-18 22:08:48 +05:30
Liyas Thomas
c8185050f6
feat: GitHub buttons
2021-01-16 18:40:18 +05:30
Liyas Thomas
ed20b009a5
refactor: removed sponsorship prompt
2021-01-16 17:00:03 +05:30
Liyas Thomas
ffa9210286
fix: broken file name extension while downloading response
2021-01-04 07:25:03 +05:30
Liyas Thomas
82de03101b
fix: throwing error when settings key being empty - fixed #1409
2021-01-04 06:25:02 +05:30
Liyas Thomas
e84888c27e
fix: broken import cURL #1159
2020-12-30 18:43:56 +05:30
Liyas Thomas
5705df96f3
Merge branch 'main' of https://github.com/hoppscotch/hoppscotch
2020-12-29 07:16:45 +05:30
Liyas Thomas
9ac0cf1406
fix: decodeURI() failing on malformated URI + chore(deps): bump
2020-12-29 07:13:46 +05:30
Liyas Thomas
71170a1c5d
feat: input toggle for parameters and headers ( #1388 )
...
* feat: toggler for parameters and headers
* refactor: move bodyParams to separate component + feat: input toggle
* fix: backward copaitability
* Fixed issue with imported active prop mutations
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2020-12-28 06:02:41 +05:30
Farhan Tariq
38b3197912
Fix when folder is having no request property
2020-12-18 10:53:29 +00:00
Liyas Thomas
1d4576c7fd
chore(refactor): removed absolute codes
2020-12-17 15:30:02 +05:30
Liyas Thomas
9e166774ef
refactor(ui): faster animations + chore(deps): bump
2020-12-16 06:05:58 +05:30
Liyas Thomas
dd40df4b37
fix: minor UI transitions
2020-12-15 07:58:12 +05:30
Liyas Thomas
81a6d821c0
feat: confirm modal + chore(deps): bump
2020-12-14 10:35:14 +05:30
Liyas Thomas
858ab252a6
fix: input borders
2020-12-12 19:16:37 +05:30
Liyas Thomas
a56e2bb577
chore(refactor): better inputs
2020-12-12 08:33:29 +05:30
Liyas Thomas
27980cf7c7
fix: tests
2020-12-11 22:39:50 +05:30
Liyas Thomas
5a7bcf32ea
chore(refactor): modern UI
2020-12-11 22:24:34 +05:30
Liyas Thomas
773423069b
Refactor UI
2020-12-11 15:59:03 +05:30
Liyas Thomas
1e6773deb5
Refactor: Modularize home page ( #1372 )
...
* Move HTTP headers section to component
* Move import cURL modal to component
* Move Notes, OAuth token modal to seperate components
* Fix deepcode analysis
* Move parameters section to seperate component
* Move codegen modal to component
* ES6
2020-12-11 05:59:29 +05:30
Liyas Thomas
ba08883623
Final gist integration + clean up
2020-12-08 17:50:32 +05:30
Liyas Thomas
b473ed7cb7
Allow importing and exporting environments to gist
2020-12-08 12:18:28 +05:30
Liyas Thomas
2978c8adfe
Allow importing collections from gist
2020-12-08 12:05:10 +05:30
Liyas Thomas
346b980a1d
Merge pull request #1366 from hoppscotch/main
2020-12-08 09:03:00 +05:30
Liyas Thomas
66077ea6d7
Replaced svg with icon font
2020-12-07 20:37:13 +05:30
Liyas Thomas
3d10a8f86a
Initial MVP of GitHub gist support
2020-12-07 14:14:02 +05:30
Liyas Thomas
ebae9880dc
Updated license copyright (c) 2020, migrated docker container to organization, chores
2020-12-06 12:04:55 +05:30
Liyas Thomas
2ac9f5918a
chore(deps): bump + updated sponsor list
2020-12-04 09:59:19 +05:30
Liyas Thomas
d0a9445dfc
Environment select box - cherry picked from #1359
2020-12-03 11:12:47 +05:30
Liyas Thomas
8afead4e39
Set 'Ctrl + I' to reset request - fixed #1356
2020-12-02 10:23:11 +05:30
Liyas Thomas
61fe518710
chore(deps): bump + better History UI
2020-12-01 22:26:13 +05:30
Hari Narayanan
b774a59db2
Web Worker regex test ( #1354 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-12-01 21:21:13 +05:30
Liyas Thomas
a8fd0fcd19
Minor refactoring and code splitting
2020-12-01 05:09:16 +05:30
Liyas Thomas
3acf71f253
Updated sponsor list
2020-11-30 18:51:46 +05:30
Liyas Thomas
dec386840a
Fixed missing 'Done' button
2020-11-29 13:10:14 +05:30
Hari Narayanan
57627367f5
duplicate identifier for requests fixed ( #1346 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-11-27 17:12:33 +05:30
Hari Narayanan
d9bab319e3
added request method label in collections
2020-11-25 23:54:20 +05:30
Liyas Thomas
77862cdf9b
lgtm code review suggestions
2020-11-23 12:32:13 +05:30
Liyas Thomas
b8d68ee359
Modern build, fixed WebSocket freezing on invalid URLs
2020-11-22 07:05:04 +05:30
Liyas Thomas
46981f73a9
Updated sponsors list
2020-11-12 07:31:15 +05:30
Liyas Thomas
9b6394627b
fixed #1323 + chore(deps) bump
2020-11-12 06:48:40 +05:30
Andrew Bastin
7d49f75682
Query arguments in GraphQL are shown separately with description ( #1319 )
...
* Query arguments in GraphQL are shown separately with description
* Update field.vue
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-11-09 07:16:47 +05:30
Liyas Thomas
bde27c3880
chore(deps): bump Firebase to v8.0
2020-11-02 14:59:08 +05:30
Andrew Bastin
dc98ef8b57
Fix add folder to collections being broken when logged in ( #1299 )
...
* Moved add folder modal logic out
* Pass around folder paths for collections to fix folder not applying on
logged in users
* Remove unwanted use of folder value for addFolder store mutation
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-10-26 06:44:59 +05:30
Liyas Thomas
501e01fe23
Update sponsor message
2020-10-24 17:36:33 +05:30
Liyas Thomas
91a7d20923
Lint + ES6
2020-10-21 13:49:02 +05:30
Liyas Thomas
f49c2138de
Lint + ES6
2020-10-21 12:20:32 +05:30
Farhan Tariq
7e30a4a3d4
Subfolder functionality ( #1194 )
...
* Added functionality for sub-folders
* Edit Request name only. Drag and drop to move requests
* Refactor
* Move requests between folder or collections
* Functionality to save request in multiple folders
* Unnecessary Lang
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-10-21 06:41:45 +05:30
Liyas Thomas
b179731359
sponsor ad
2020-10-20 16:59:54 +05:30
Liyas Thomas
eaeefafe39
Lint, ES6, popover for codegen
2020-10-19 18:02:42 +05:30
Scott Dutton
37f914d1cc
Possible solution for Global variables ( #1289 )
...
fix for #1164
This takes enviroments called "Global" or "global" and appends them
after the current scripts.
Seems to work, but proabbly a cleaner way to acheive
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-10-19 07:41:01 +05:30
Liyas Thomas
22a3bba6ab
Cherry picking refactored fb.js from #879 by @AndrewBastin ( #1286 )
...
* Cherry picking refactored fb.js from #879 by @AndrewBastin
* Fixed a minor UI glitch in History section
* Removed logout success toast testcase
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2020-10-17 14:53:19 +05:30
Liyas Thomas
02471e6d60
Lint
2020-10-16 07:10:07 +05:30
Jeff Sieu
6b3b8e6204
Remove extra console log ( #1261 )
...
* Add search bar for collections
* Remove console log
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-10-11 10:32:28 +05:30
Jeff Sieu
194a4f3adb
Add search bar for collections ( #1260 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-10-11 10:22:18 +05:30
Liyas Thomas
a4c5817b54
Use function as default value for array prop
2020-10-08 20:00:20 +05:30
Liyas Thomas
16f02e2544
Updated contributors and sponsors list
2020-10-07 14:21:39 +05:30
Léo Martin
aa85108f1a
Use socket.io echo server ( #1237 )
2020-10-05 22:07:03 +05:30
Liyas Thomas
826e3ebc5e
Added default Socket.io URL - fixed #1231
2020-10-05 05:31:48 +05:30
Léo Martin
0f31259c97
Allow multiple arguments with socket.io ( #1234 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-10-05 05:11:56 +05:30
Liyas Thomas
9601477bba
Merge branch 'master' into feat/filter-graphql-fields
2020-10-04 16:04:40 +05:30
Liyas Thomas
0702ca3fc9
Highlight filtered field and type
2020-10-04 16:01:19 +05:30
leoGeorges
d9a9ae7e72
Merge branch 'feat/filter-graphql-fields' of https://github.com/LeoMartinDev/hoppscotch into feat/filter-graphql-fields
2020-10-04 11:46:35 +02:00
leoGeorges
76eba3d638
Graphql: highlight fields on search
2020-10-04 11:46:16 +02:00
tonybatty
a8d9a64f79
http page headers suggestions overlapped issue fixes #1222
2020-10-03 19:42:07 +01:00
tonybatty
a94d46e005
fixes #1003 ios home bar covers content
2020-10-03 16:34:40 +01:00
Liyas Thomas
7e1e61f8af
chores: Lint + dependency update
2020-09-27 23:34:15 +05:30
Liyas Thomas
66cd75dce8
Moved utility functions from assets to helpers
2020-09-26 07:57:45 +05:30
Liyas Thomas
8b3b6a471b
chore: dependency updates, minor UI fixes
2020-09-26 07:09:26 +05:30
Liyas Thomas
6380063978
Upstream
2020-09-24 21:37:27 +05:30
Moulik Aggarwal
b2ef26600c
Fix Quality Issues using DeepSource ( #1183 )
...
Co-authored-by: DeepSource Bot <bot@deepsource.io>
2020-09-24 20:46:20 +05:30
Liyas Thomas
e94fdcad32
Color modes ( #1181 )
2020-09-24 08:22:54 +05:30
Liyas Thomas
2e423b101b
Refactoring based on LGTM analysis
2020-09-23 17:54:52 +05:30
Liyas Thomas
b747d0273c
Feat/tailwind ( #1179 )
2020-09-22 22:36:37 +05:30
Matthew Jarman
45fb612793
Add check for active suggestion ( #1180 )
2020-09-21 22:14:16 +05:30
Andrew Bastin
782eb29aac
Fixed url-field bug with caret reset due to v-model update
2020-09-20 00:57:09 -04:00
Andrew Bastin
5810c5544a
Fixed bug with restore from history not working in new URL field
2020-09-19 01:30:22 +00:00
Liyas Thomas
b6eb581192
Revert last commit
2020-09-18 16:05:50 +05:30
Liyas Thomas
54171e566a
FIxed broken restore history on new URL bar
2020-09-18 16:01:58 +05:30
Liyas Thomas
b7a44ab11f
Experiments ( #1174 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2020-09-18 08:58:11 +05:30
Andrew Bastin
4ea60d3431
Added temporary fix for the trailing null character from extension
...
requests
2020-09-17 21:36:36 -04:00
Liyas Thomas
af2b726a38
chore: dependency updates + fixed a minor bug with edit folder
2020-09-17 06:08:26 +05:30
Liyas Thomas
d9f78b9d5c
Fixed #1161
2020-09-14 15:09:44 +05:30
Liyas Thomas
3f75d0df56
Make use of GitHub sponsor API
2020-09-09 12:05:22 +05:30
Florin Mirosnicencu
ab736cf975
Handle postman subfolders when importing json ( #1150 )
2020-09-08 20:44:40 +05:30
Liyas Thomas
286090d58a
Fixed #1146
2020-09-06 19:05:15 +05:30
Liyas Thomas
69fda864db
Merge branch 'master' of https://github.com/hoppscotch/hoppscotch into master
2020-09-06 14:27:20 +05:30
Liyas Thomas
2709c5d332
Fixed typo, updated sponsors list
2020-09-06 14:26:54 +05:30
Scott Dutton
da5fdd54bd
Import postman variables correctly ( #1142 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-09-05 12:07:37 +05:30
Liyas Thomas
a59e1a2015
Updated Sponsors list with GitHub sponsors
2020-09-04 16:51:27 +05:30
Liyas Thomas
f429585447
Removed @nuxtjs/dotenv ( #1128 )
...
* Removed `@nuxtjs/dotenv`
* Removed `@nuxtjs/dotenv`
* Fix broken tests
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2020-08-29 23:10:06 +05:30
jamesgeorge007
de7d1c2baa
refactor: helper to compute suggestions
2020-08-29 22:09:12 +05:30
James George
8223011c3d
chore: rename exported files ( #1127 )
...
* chore: rename to hoppscotch-collection.json
* chore: rename to hoppscotch-environment.json
2020-08-29 13:11:49 +05:30
Andrew Bastin
53684d6fbb
Add test spec for components/ui/autocomplete.vue
2020-08-29 00:25:46 -04:00
Andrew Bastin
31cefd7dd0
Remove use of keyboardevent.which as its deprecated in autocomplete
2020-08-29 00:24:54 -04:00
Liyas Thomas
62028d1273
Reset file input value after operations - fixed #1124
2020-08-27 13:56:55 +05:30
Andrew Bastin
3cd2a2a0f9
Added test spec for components/ui/pw-toggle.vue
2020-08-25 22:59:46 -04:00
Andrew Bastin
f33ebbcce0
Add test spec for components/ui/tabs.vue
2020-08-25 15:44:16 -04:00
Liyas Thomas
2916ab502e
Announcement banner
2020-08-25 13:27:59 +05:30
herbertc
8258997f3e
support user to customize the path to socket-io server
2020-08-25 15:16:38 +08:00
Andrew Bastin
9166f734c9
Add test spec for components/ui/tab.vue
2020-08-24 15:42:48 -04:00