[PR #550] [MERGED] Refactor Type Error in Collections Dir #2699

Closed
opened 2026-03-17 00:22:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/550
Author: @Sn005
Created: 2/4/2020
Status: Merged
Merged: 2/5/2020
Merged by: @AndrewBastin

Base: typescriptHead: refactor_typeerror_in_collections_dir


📝 Commits (7)

  • f3c9eb9 refactor type error & type any
  • 1752601 create types file for collections/*.vue
  • 81561d1 mod import Request type and update props
  • 5bf41ef mod import Folder type and update props
  • 0344761 mod import Folder,Collection type and update props
  • eb51056 Add Type definition
  • 6e19b18 remove type any

📊 Changes

8 files changed (+76 additions, -111 deletions)

View changed files

📝 components/collections/collection.vue (+5 -8)
📝 components/collections/editFolder.vue (+7 -15)
📝 components/collections/editRequest.vue (+14 -30)
📝 components/collections/folder.vue (+4 -3)
📝 components/collections/importExportCollections.vue (+16 -16)
📝 components/collections/request.vue (+3 -2)
📝 components/collections/saveRequestAs.vue (+13 -37)
components/collections/types.ts (+14 -0)

📄 Description

This PR deletes type errors and type any in components/collections directory.

Supplement
Type refactoring work in other directories will be done in another PR.


🔄 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/550 **Author:** [@Sn005](https://github.com/Sn005) **Created:** 2/4/2020 **Status:** ✅ Merged **Merged:** 2/5/2020 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `typescript` ← **Head:** `refactor_typeerror_in_collections_dir` --- ### 📝 Commits (7) - [`f3c9eb9`](https://github.com/hoppscotch/hoppscotch/commit/f3c9eb98782bcc297a41a96588885493dc17a1a4) refactor type error & type any - [`1752601`](https://github.com/hoppscotch/hoppscotch/commit/17526015cdd660ffe2639da8b7510b57b8789c70) create types file for collections/*.vue - [`81561d1`](https://github.com/hoppscotch/hoppscotch/commit/81561d1db34b8ef53df98b72642cd1883fc1903a) mod import Request type and update props - [`5bf41ef`](https://github.com/hoppscotch/hoppscotch/commit/5bf41ef54e5144ec6ef5509e42c3c6d2b958f580) mod import Folder type and update props - [`0344761`](https://github.com/hoppscotch/hoppscotch/commit/034476153cc7cd9c040695562686efdb4cb2c4a2) mod import Folder,Collection type and update props - [`eb51056`](https://github.com/hoppscotch/hoppscotch/commit/eb51056c03b8919ba80068da8b46ced374b1d61c) Add Type definition - [`6e19b18`](https://github.com/hoppscotch/hoppscotch/commit/6e19b18f5a99bdd1ec51092d019fef4cd0ac9f15) remove type any ### 📊 Changes **8 files changed** (+76 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/collection.vue` (+5 -8) 📝 `components/collections/editFolder.vue` (+7 -15) 📝 `components/collections/editRequest.vue` (+14 -30) 📝 `components/collections/folder.vue` (+4 -3) 📝 `components/collections/importExportCollections.vue` (+16 -16) 📝 `components/collections/request.vue` (+3 -2) 📝 `components/collections/saveRequestAs.vue` (+13 -37) ➕ `components/collections/types.ts` (+14 -0) </details> ### 📄 Description This PR deletes type errors and type any in `components/collections` directory. **Supplement** Type refactoring work in other directories will be done in another PR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:22:46 +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#2699
No description provided.