liyasthomas
e52ed7a5ce
refactor(ui): minor inconsistency fixes
2021-07-18 18:53:51 +05:30
liyasthomas
393e6896ec
refactor(ui): more pages
2021-07-18 13:17:58 +05:30
liyasthomas
590c21209c
refactor(ui): sort windicss classes
2021-07-17 23:10:28 +05:30
liyasthomas
a2a9bae0e3
refactor(ui): minor stylings
2021-07-16 20:34:35 +05:30
liyasthomas
3ef8e677c7
fix: wire response + init error handling
2021-07-15 09:40:45 +05:30
liyasthomas
eeddb6a97e
fix: proper key for v-for loops
2021-07-14 05:19:08 +05:30
liyasthomas
7ec8539540
feat: new components and UI improvements
2021-07-13 22:07:01 +05:30
liyasthomas
5e740a6ed6
refactor(ui): minor stylings
2021-07-13 12:48:57 +05:30
liyasthomas
a4032836c3
feat: init new response state system
2021-07-13 11:07:29 +05:30
liyasthomas
93ea80a3e3
feat: init request state management
2021-07-12 09:11:55 +05:30
liyasthomas
b5e524e513
refactor: remaining sections stylings
2021-07-12 04:20:00 +05:30
liyasthomas
2e092d34a6
refactor: minor input stylings
2021-07-10 23:38:35 +05:30
liyasthomas
d94c8aec51
refactor: request section
2021-07-10 18:45:39 +05:30
liyasthomas
c7062ad613
refactor: modals
2021-07-09 22:49:45 +05:30
liyasthomas
207dc2b6a6
feat: revamp collections ui
2021-07-08 13:00:41 +05:30
Liyas Thomas
fc5a5aad8d
feat: init split layouts
2021-07-06 18:00:39 +00:00
Liyas Thomas
93d373c032
refactor(ui): popovers
2021-07-06 18:00:39 +00:00
Liyas Thomas
fde5b0717d
fix: button icons
2021-07-06 18:00:39 +00:00
Liyas Thomas
1b540c0e57
feat: refactor buttons
2021-07-06 18:00:39 +00:00
Liyas Thomas
0e443b3a43
feat: tooltip and popover components
2021-07-06 18:00:38 +00:00
liyasthomas
b750ccd46f
refactor: better implimentation for slots
2021-06-30 14:16:02 +05:30
liyasthomas
9a83938c75
refactor: better icon button states
2021-06-29 17:04:02 +05:30
Liyas Thomas
cdfce9e2b8
refactor: class names
2021-06-26 10:41:19 +00:00
Liyas Thomas
6d33132705
feat: remove tailwindcss + introduce windicss
2021-06-25 23:44:27 +00:00
liyasthomas
41eb4f8395
refactor(ui): minor font tweaks
2021-06-21 16:31:40 +05:30
liyasthomas
6ddff58ba5
feat: better route determination - fixed #1732
2021-06-21 15:33:51 +05:30
Andrew Bastin
7c2becd3a4
Merge remote-tracking branch 'upstream/main' into newstate/firebase
2021-06-19 20:41:25 -04:00
liyasthomas
0cedc9ed51
chore: remove unused code
2021-06-15 06:34:21 +05:30
liyasthomas
111a947413
feat: minor ui tweaks
2021-06-14 09:55:27 +05:30
Andrew Bastin
85c6932f8f
Initial Firebase refactor pass
2021-06-14 00:11:57 -04:00
liyasthomas
2ffd0be03f
refactor(ui): better color names
2021-06-12 22:16:17 +05:30
liyasthomas
be67986123
feat: sign in with email
2021-06-11 05:31:29 +05:30
liyasthomas
40ddfa8def
refactor: lint
2021-05-18 21:39:55 +05:30
liyasthomas
cc27c552af
refactor: lint
2021-05-18 14:57:29 +05:30
Liyas Thomas
3533aa391a
chore: lint
2021-05-15 12:43:31 +00:00
Liyas Thomas
63998f4a23
minor UI styling
2021-05-04 14:02:19 +05:30
Liyas Thomas
6c49e5c86a
fix: race condition where no language is selected
2021-05-03 19:12:13 -07:00
Tabrez Khan
3f743b4f61
FEAT: add syntax highlighting in Code Generator Modal
...
USE: SmartAceEditor componenent
2021-05-03 14:46:41 +05:30
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
f1389cdba0
TailwindCSS v2.x ( #1540 )
2021-03-16 01:49:21 -07: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
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
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
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
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