Commit Graph

67 Commits

Author SHA1 Message Date
liyasthomas
cb1f366d35 Copy generated code to clipboard 2019-09-04 07:15:19 +05:30
Jacob Anavisca
29b0f3b1bf Added request copying 2019-09-03 19:50:22 -04:00
Liyas Thomas
15c564fc61 Added prompt to copied button 2019-09-03 10:24:08 +05:30
liyasthomas
db31dbeb0e Merge branch 'master' of https://github.com/liyasthomas/postwoman
Even
2019-09-02 07:58:16 +05:30
yubathom
41e6f7d61e Bind raw body input to url of requests 2019-09-02 12:44:53 -03:00
Liyas Thomas
928545e7eb Added Copy Request URL button 2019-09-02 17:35:59 +05:30
Liyas Thomas
7aee2f4211 🎨 Minor UI update 2019-09-02 16:32:29 +05:30
NBTX
4147bac094 Fix and Revert "Revert "⌨️Add autocomplete widget with command line completion""
This reverts commit dd5dfdbabd.
2019-09-02 11:27:24 +01:00
Liyas Thomas
16d9e1e34a 🎨 Minor UI update 2019-09-02 13:08:49 +05:30
liyasthomas
aa1d3c6943 🎨 New vector icon buttons 2019-09-02 07:58:03 +05:30
Liyas Thomas
f3fa8d4e73 Merge pull request #125 from NileshSP/defaultmenuoptionhighlight
update with PR for issue/bug #100
2019-09-02 05:17:33 +05:30
Liyas Thomas
dd5dfdbabd Revert "⌨️Add autocomplete widget with command line completion" 2019-08-31 22:29:32 +05:30
NBTX
32218cff9f Merge branch 'master' of https://github.com/liyasthomas/postwoman 2019-08-31 17:07:55 +01:00
yubathom
19a57e8ecf Spelling correction 2019-08-31 07:37:41 -03:00
yubathom
a696c33bca Bind history state and query params of requests 2019-08-31 07:37:41 -03:00
NBTX
a3acf34b39 Stringify request data - fixes https://github.com/liyasthomas/postwoman/issues/124 2019-08-31 03:07:07 +01:00
Nilesh P
3d1b4f0ee2 update for issue/bug #100 2019-08-30 22:01:47 -04:00
NBTX
19a4156b1c ⌨️Add autocomplete widget with command line completion 2019-08-31 02:21:19 +01:00
NBTX
6ca847bdde 😬 Actually send the request body 2019-08-30 18:14:25 +01:00
izerozlu
3b285f088f textareaAutoResize directive added and applied to textareas. 2019-08-30 17:40:39 +03:00
izerozlu
ad073427b3 Sticky button fix for firefox. 2019-08-30 16:49:05 +03:00
Igor Guastalla de Lima
daa491cd17 Change again the way of showing by adding and clearing the className 2019-08-30 09:36:16 -03:00
Igor Guastalla de Lima
4b4e6ca31a Fix intersection button send again (removed validation inside forEach) 2019-08-30 09:11:30 -03:00
izerozlu
e424128a60 Request button made to be sticky upon scroll. 2019-08-30 13:13:58 +03:00
Liyas Thomas
542b912090 Added 'Not found' prompt for empty filtered history 2019-08-30 15:37:51 +05:30
izerozlu
a3f8abba1a Bug : not adding to history and a failed request, fixed. 2019-08-30 09:56:52 +03:00
izerozlu
e0dc8ea46d History component added. 2019-08-30 09:52:10 +03:00
Liyas Thomas
cc971e7e6d Merge pull request #72 from yubathom/master
Enable shareable requests with parameters in url queries
2019-08-30 07:26:21 +05:30
NBTX
edc8259b6f Change request library to axios. Resolves https://github.com/liyasthomas/postwoman/issues/61 2019-08-30 01:05:40 +01:00
NBTX
ca568cd3eb UI tweaks, finish proxy settings input 2019-08-29 23:58:10 +01:00
yubathom
d71a4ba0bb Enable shareable requests with preseted attributes in url queries 2019-08-29 12:13:42 -03:00
Liyas Thomas
4237dfc9d1 🐛 Fixes #81
 Added Local Date to history entry and will be shown on hovering timestamp
2019-08-29 17:19:45 +05:30
Liyas Thomas
d96b734639 Added HEAD and PATCH methods 2019-08-29 11:25:56 +05:30
Liyas Thomas
acedaf27d9 🎨 Fixed minor UI glitch 2019-08-28 17:15:11 +05:30
izerozlu
df2ceb3fe9 Virtual scrolling added for history section. 2019-08-28 13:35:14 +03:00
izerozlu
b1588d4553 Merge remote-tracking branch 'upstream/master' into history-fieldset-virtualscroll
# Conflicts:
#	pages/index.vue
2019-08-28 12:48:31 +03:00
Liyas Thomas
ae2d996754 🎨 Fixed few UI glitches 2019-08-28 10:02:40 +05:30
Liyas Thomas
0a4839eaf7 Merge pull request #75 from nickpalenchar/master
fixes #74 fallback for findEntryStatus when match is missing or other…
2019-08-28 06:57:47 +05:30
Nicholas Palenchar
1a38f519f4 fixes #74 fallback for findEntryStatus when match is missing or otherwise invalid 2019-08-27 21:01:01 -04:00
NBTX
38f6f4ef2e Close preview when a new request is made 2019-08-28 01:32:37 +01:00
NBTX
8912004dcc Adds HTML preview, solves https://github.com/liyasthomas/postwoman/issues/41 2019-08-28 01:10:00 +01:00
Liyas Thomas
f265046676 🚨 Lint 2019-08-27 17:22:24 +05:30
izerozlu
515ea7e83d Virtual List added for history section. 2019-08-27 13:33:31 +03:00
Liyas Thomas
66268b194c 💄 Minor UI update 2019-08-27 10:18:41 +05:30
Jacob Anavisca
30a42907b5 Removing test option 2019-08-27 00:09:40 -04:00
Jacob Anavisca
52431e67a4 Added support for headers 2019-08-27 00:07:41 -04:00
izerozlu
dabb7c370a Virtualscroll added for the history fieldset. 2019-08-26 19:09:09 +03:00
izerozlu
0411b205ff Not saving last entry bug fixed. 2019-08-26 18:29:14 +03:00
Liyas Thomas
872d2c09cd Merge branch 'master' into history-fieldset-entry-status-colors 2019-08-26 16:13:47 +05:30
Edison Augusthy
6f7fd2fc7b Update index.vue 2019-08-26 12:08:01 +05:30