[PR #2267] [MERGED] refactor : migrate components to script setup on ts #3694

Closed
opened 2026-03-17 01:17:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2267
Author: @nivedin
Created: 4/14/2022
Status: Merged
Merged: 4/17/2022
Merged by: @liyasthomas

Base: mainHead: refactor/migrate-components-setup-ts


📝 Commits (8)

  • bdef274 refactor: migrate buttons to script setup on ts
  • 89b8cde refactor: migrate env components to script setup on ts
  • 9aed9b6 fix: reference sharing when requests are opened from the sidebar
  • b66c167 ci: deploy to prod from actions
  • fca5afe chore: type updation
  • ad145d6 chore: update
  • 2f9390a refactor: update types
  • e947f19 Merge branch 'main' into refactor/migrate-components-setup-ts

📊 Changes

5 files changed (+325 additions, -392 deletions)

View changed files

📝 packages/hoppscotch-app/components/button/Primary.vue (+36 -75)
📝 packages/hoppscotch-app/components/button/Secondary.vue (+34 -66)
📝 packages/hoppscotch-app/components/environments/Details.vue (+144 -136)
📝 packages/hoppscotch-app/components/environments/Environment.vue (+51 -53)
📝 packages/hoppscotch-app/components/environments/index.vue (+60 -62)

📄 Description

Description

Migrate button and environment components to script setup with typescript.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 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/2267 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 4/14/2022 **Status:** ✅ Merged **Merged:** 4/17/2022 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `refactor/migrate-components-setup-ts` --- ### 📝 Commits (8) - [`bdef274`](https://github.com/hoppscotch/hoppscotch/commit/bdef274a47abcdd3e13725214f81ebb73ea1a74c) refactor: migrate buttons to script setup on ts - [`89b8cde`](https://github.com/hoppscotch/hoppscotch/commit/89b8cde0c78c3834512040b48a67c9a342f1129e) refactor: migrate env components to script setup on ts - [`9aed9b6`](https://github.com/hoppscotch/hoppscotch/commit/9aed9b6e5800646424822e49d1a916ae00b40dfe) fix: reference sharing when requests are opened from the sidebar - [`b66c167`](https://github.com/hoppscotch/hoppscotch/commit/b66c167d813a090b43812732aa042bf17d4d09cd) ci: deploy to prod from actions - [`fca5afe`](https://github.com/hoppscotch/hoppscotch/commit/fca5afedab1e0e2575a366ba267f4663c856ce0a) chore: type updation - [`ad145d6`](https://github.com/hoppscotch/hoppscotch/commit/ad145d60ba11e92aac2335a360ca257d789bdf54) chore: update - [`2f9390a`](https://github.com/hoppscotch/hoppscotch/commit/2f9390a6f2fee3bf0cd7a42f39f6842bfe348906) refactor: update types - [`e947f19`](https://github.com/hoppscotch/hoppscotch/commit/e947f19350828b5ea617b89421bf75c91fe5ad02) Merge branch 'main' into refactor/migrate-components-setup-ts ### 📊 Changes **5 files changed** (+325 additions, -392 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/components/button/Primary.vue` (+36 -75) 📝 `packages/hoppscotch-app/components/button/Secondary.vue` (+34 -66) 📝 `packages/hoppscotch-app/components/environments/Details.vue` (+144 -136) 📝 `packages/hoppscotch-app/components/environments/Environment.vue` (+51 -53) 📝 `packages/hoppscotch-app/components/environments/index.vue` (+60 -62) </details> ### 📄 Description ### Description Migrate button and environment components to script setup with typescript. ### Checks - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:17:08 +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#3694
No description provided.