Commit Graph

48 Commits

Author SHA1 Message Date
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
NBTX
bac9dd1eec Add toggle switch 2019-08-29 22:55:06 +01:00
NBTX
bb76c6c3da Merge branch 'master' of https://github.com/liyasthomas/postwoman 2019-08-29 22:15:15 +01: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
pmankar
f37aedc3b2 indent correction 2019-08-29 01:53:27 +02:00
pmankar
5ec993f9f4 GitHub Logo on theme background change
the contrast is improved while the theme is switched.
Handled the case if there is no storage value for the selected class.
2019-08-29 01:51:47 +02:00
pmankar
11791deec5 Websocket log auto scroll to bottom
also added timestamp in the log
2019-08-29 01:20:20 +02:00
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
1652381444 🎨 Styled input checkbox 2019-08-28 10:47:31 +05:30
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
NBTX
85d51b2362 Add proxy settings. 2019-08-28 02:24:49 +01:00
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
Liyas Thomas
e1889c1db0 🎨 Updated status color codes 2019-08-26 14:37:02 +05:30
Edison Augusthy
6f7fd2fc7b Update index.vue 2019-08-26 12:08:01 +05:30
Edison Augusthy
2b1a73e04d Merge branch 'master' into master 2019-08-26 12:04:08 +05:30
Edison Augusthy
6bed41b8c1 response copy Script Changes 2019-08-26 11:48:36 +05:30
Edison Augusthy
3cd8d94ceb added Copy Response button 2019-08-26 11:46:18 +05:30
Nick Palenchar
54876e6db3 ohter updates that didn't get included 2019-08-25 17:20:14 -04:00
Nick Palenchar
b46b2c1e8e Update index.vue
remove stubborn debugger statement
2019-08-25 17:16:13 -04:00
Nicholas Palenchar
bfffdbc4d8 closes #36 raw body option 2019-08-25 17:10:17 -04:00
Nicholas Palenchar
fddd41f6b4 wip - some raw text formtting with one small return bug to fix 2019-08-25 14:41:34 -04:00
Nicholas Palenchar
8759b245ea wip - basic functionality achieved 2019-08-25 11:53:23 -04:00
izerozlu
1a89a1b5f5 Entry status color added. 2019-08-25 11:37:21 +03:00
Liyas Thomas
5a8c9f5533 ⚗️ Typo 2019-08-25 11:26:55 +05:30
NBTX
bd434ff285 Improve URL validation check. (See https://github.com/liyasthomas/postwoman/issues/56) 2019-08-25 02:41:30 +01:00
NBTX
0571ec723d Merge branch 'master' of https://github.com/liyasthomas/postwoman 2019-08-25 02:28:21 +01:00
NBTX
4d238b8ac6 Merge branch 'master' of github.com:NBTX/postwoman-vue 2019-08-25 00:50:23 +01:00
NBTX
02ef69f0f7 🎨 Add theme support
- Move root (var) style properties to `/assets/css/themes.scss`
- Improve mobile navigation
- Create section component for the collapsable sections.
- Create logo component, so color can be changed.

- Add settings page
- Add option to select theme color
- Add option to select theme background
- Add option to enable/disable multi-colored frames.

- Add settings to VueX Store
- Persist VueX store in LocalStorage.
2019-08-25 00:42:41 +01:00
izerozlu
5584928489 Response status colors added. 2019-08-24 22:40:47 +03:00
NBTX
67f0600702 Improve mobile navigation 2019-08-24 19:35:39 +01:00
NBTX
35d7e1b32e 🔌 Add websocket page 2019-08-24 18:26:49 +01:00
NBTX
835e030c65 🔌 Add websocket page 2019-08-24 16:25:59 +01:00
NBTX
a27be71b13 👽 Vue-ify Postwoman with Nuxt.js! 2019-08-24 04:09:22 +01:00