[PR #1094] [CLOSED] upstream #3060

Closed
opened 2026-03-17 00:42:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1094
Author: @liyasthomas
Created: 8/18/2020
Status: Closed

Base: testsHead: master


📝 Commits (9)

  • 3924370 Introduce component wrapper for svg icons
  • 2306845 Remove stale file
  • e86a179 Auto import components
  • dda26b7 Auto import components
  • 54e06d2 Merge pull request #1090 from hoppscotch/autoimport
  • 629ee3e Merge pull request #1091 from hoppscotch/svgicons
  • 4f75dd3 Fix broken mobile responsiveness and URL input type
  • ef3c548 Bump @nuxtjs/pwa from 3.0.0 to 3.0.1
  • f54b24b Merge pull request #1093 from hoppscotch/dependabot/npm_and_yarn/nuxtjs/pwa-3.0.1

📊 Changes

60 files changed (+308 additions, -292 deletions)

View changed files

📝 README.md (+1 -1)
📝 assets/css/styles.scss (+5 -15)
📝 components/collections/add-collection.vue (+5 -4)
📝 components/collections/add-folder.vue (+5 -4)
📝 components/collections/collection.vue (+7 -8)
📝 components/collections/edit-collection.vue (+5 -4)
📝 components/collections/edit-folder.vue (+5 -4)
📝 components/collections/edit-request.vue (+5 -4)
📝 components/collections/folder.vue (+5 -6)
📝 components/collections/import-export-collections.vue (+5 -4)
📝 components/collections/index.vue (+6 -17)
📝 components/collections/request.vue (+5 -3)
📝 components/collections/save-request-as.vue (+5 -4)
📝 components/environments/add-environment.vue (+5 -4)
📝 components/environments/edit-environment.vue (+8 -5)
📝 components/environments/environment.vue (+4 -2)
📝 components/environments/import-export-environment.vue (+5 -4)
📝 components/environments/index.vue (+3 -11)
📝 components/firebase/feeds.vue (+3 -1)
📝 components/firebase/inputform.vue (+3 -1)

...and 40 more files

📄 Description

No description provided


🔄 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/1094 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 8/18/2020 **Status:** ❌ Closed **Base:** `tests` ← **Head:** `master` --- ### 📝 Commits (9) - [`3924370`](https://github.com/hoppscotch/hoppscotch/commit/3924370b3ec95baa0ba804ce78f896a54959f6fe) Introduce component wrapper for svg icons - [`2306845`](https://github.com/hoppscotch/hoppscotch/commit/23068450ed17d5835a230b1e26b6be006daab0f5) Remove stale file - [`e86a179`](https://github.com/hoppscotch/hoppscotch/commit/e86a17980bba5681ed8556745b4eebe1a1248eb7) Auto import components - [`dda26b7`](https://github.com/hoppscotch/hoppscotch/commit/dda26b7a3f5d12903ade0a8e54c27d14c1b501c5) Auto import components - [`54e06d2`](https://github.com/hoppscotch/hoppscotch/commit/54e06d26bc11556635101c929da16230ce3a2fcb) Merge pull request #1090 from hoppscotch/autoimport - [`629ee3e`](https://github.com/hoppscotch/hoppscotch/commit/629ee3e33fb3118719f6b7960a24be21bf75ade1) Merge pull request #1091 from hoppscotch/svgicons - [`4f75dd3`](https://github.com/hoppscotch/hoppscotch/commit/4f75dd30fef799cfad0e1af0a15cc0b413a58104) Fix broken mobile responsiveness and URL input type - [`ef3c548`](https://github.com/hoppscotch/hoppscotch/commit/ef3c548c9836d5e904d0370a69f590b1319290df) Bump @nuxtjs/pwa from 3.0.0 to 3.0.1 - [`f54b24b`](https://github.com/hoppscotch/hoppscotch/commit/f54b24b4dafb44b0e1d5bd17bd6299e2269a6430) Merge pull request #1093 from hoppscotch/dependabot/npm_and_yarn/nuxtjs/pwa-3.0.1 ### 📊 Changes **60 files changed** (+308 additions, -292 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `assets/css/styles.scss` (+5 -15) 📝 `components/collections/add-collection.vue` (+5 -4) 📝 `components/collections/add-folder.vue` (+5 -4) 📝 `components/collections/collection.vue` (+7 -8) 📝 `components/collections/edit-collection.vue` (+5 -4) 📝 `components/collections/edit-folder.vue` (+5 -4) 📝 `components/collections/edit-request.vue` (+5 -4) 📝 `components/collections/folder.vue` (+5 -6) 📝 `components/collections/import-export-collections.vue` (+5 -4) 📝 `components/collections/index.vue` (+6 -17) 📝 `components/collections/request.vue` (+5 -3) 📝 `components/collections/save-request-as.vue` (+5 -4) 📝 `components/environments/add-environment.vue` (+5 -4) 📝 `components/environments/edit-environment.vue` (+8 -5) 📝 `components/environments/environment.vue` (+4 -2) 📝 `components/environments/import-export-environment.vue` (+5 -4) 📝 `components/environments/index.vue` (+3 -11) 📝 `components/firebase/feeds.vue` (+3 -1) 📝 `components/firebase/inputform.vue` (+3 -1) _...and 40 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:42:29 +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#3060
No description provided.