api-client/components
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
..
collections fix: delete request from collection modal not closing 2021-01-18 22:08:48 +05:30
environments refactor: better copy 2021-01-23 19:43:11 +05:30
firebase feat: GitHub buttons 2021-01-16 18:40:18 +05:30
graphql Minor cleanup of type.vue 2021-02-08 21:11:18 -05:00
http Support multipart/form-data content-type (#1485) 2021-02-19 22:31:31 +05:30
layout docs: updated sponsors list 2021-02-13 00:52:44 +05:30
lenses Accurate response time and size (#1441) 2021-01-28 13:09:31 +05:30
others Fix extension tick mark not appearing 2021-02-01 10:03:18 -05:00
realtime chore(refactor): removed absolute codes 2020-12-17 15:30:02 +05:30
ui Support multipart/form-data content-type (#1485) 2021-02-19 22:31:31 +05:30
README.md 👽 Vue-ify Postwoman with Nuxt.js! 2019-08-24 04:09:22 +01:00

COMPONENTS

This directory is not required, you can delete it if you don't want to use it.

The components directory contains your Vue.js Components.

Nuxt.js doesn't supercharge these components.