[PR #96] [MERGED] Use axios for requests, UI tweaks, and more... #2408

Closed
opened 2026-03-17 00:06:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/96
Author: @NBTX
Created: 8/30/2019
Status: Merged
Merged: 8/30/2019
Merged by: @liyasthomas

Base: masterHead: master


📝 Commits (5)

📊 Changes

9 files changed (+401 additions, -66 deletions)

View changed files

📝 assets/css/styles.scss (+6 -1)
components/toggle.vue (+98 -0)
📝 nuxt.config.js (+4 -2)
📝 package-lock.json (+119 -0)
📝 package.json (+1 -0)
📝 pages/index.vue (+85 -46)
📝 pages/settings.vue (+67 -10)
📝 pages/websocket.vue (+4 -4)
📝 store/postwoman.js (+17 -3)

📄 Description

Test URL: https://nbtx.github.io/postwoman-vue/


image

  • Resolves #61 by using the Nuxt.js axios module to handle requests instead of browser XHR library.
  • Adds progress bar when requests are made.

image

  • Adds metro-style slider component and changes checkboxes to sliders.

image

  • Shows response body on error, thus allowing you to preview error pages, etc.

  • Fixes the disabled state on key events and button presses.
  • Fixes the disabled style on key events and button presses.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/96 **Author:** [@NBTX](https://github.com/NBTX) **Created:** 8/30/2019 **Status:** ✅ Merged **Merged:** 8/30/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`85d51b2`](https://github.com/hoppscotch/hoppscotch/commit/85d51b2362548f7ac4fc0bad52e5d6f3eef36145) Add proxy settings. - [`bb76c6c`](https://github.com/hoppscotch/hoppscotch/commit/bb76c6c3dac30b8d87ffd728b7fb73592f87c907) Merge branch 'master' of https://github.com/liyasthomas/postwoman - [`bac9dd1`](https://github.com/hoppscotch/hoppscotch/commit/bac9dd1eec49406d1d899ff8266a8a6d743b5cd0) Add toggle switch - [`ca568cd`](https://github.com/hoppscotch/hoppscotch/commit/ca568cd3eb76e4e56d5c5f85d59106fced8ade8f) UI tweaks, finish proxy settings input - [`edc8259`](https://github.com/hoppscotch/hoppscotch/commit/edc8259b6fa9a2f9ccc0cfbced9bd37bbd327b94) Change request library to axios. Resolves https://github.com/liyasthomas/postwoman/issues/61 ### 📊 Changes **9 files changed** (+401 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `assets/css/styles.scss` (+6 -1) ➕ `components/toggle.vue` (+98 -0) 📝 `nuxt.config.js` (+4 -2) 📝 `package-lock.json` (+119 -0) 📝 `package.json` (+1 -0) 📝 `pages/index.vue` (+85 -46) 📝 `pages/settings.vue` (+67 -10) 📝 `pages/websocket.vue` (+4 -4) 📝 `store/postwoman.js` (+17 -3) </details> ### 📄 Description Test URL: https://nbtx.github.io/postwoman-vue/ --- ![image](https://user-images.githubusercontent.com/43181178/63984569-cdb2ee80-cac3-11e9-8888-1397cb181e5f.png) - Resolves #61 by using the [Nuxt.js axios module](https://axios.nuxtjs.org/) to handle requests instead of browser XHR library. - Adds progress bar when requests are made. ![image](https://user-images.githubusercontent.com/43181178/63984576-d7d4ed00-cac3-11e9-8162-07533dcc5459.png) - Adds metro-style slider component and changes checkboxes to sliders. ![image](https://user-images.githubusercontent.com/43181178/63984589-e28f8200-cac3-11e9-8b13-3b88db06e6f3.png) - Shows response body on error, thus allowing you to preview error pages, etc. --- - Fixes the disabled state on key events and button presses. - Fixes the disabled *style* on key events and button presses. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:06:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2408
No description provided.