[PR #3124] [CLOSED] refactor: remove drop-down menu from send #4240

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3124
Author: @liyasthomas
Created: 6/8/2023
Status: Closed

Base: mainHead: refactor/import-curl


📝 Commits (1)

  • 37b523d chore: init new actions in window

📊 Changes

3 files changed (+52 additions, -11 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+2 -1)
📝 packages/hoppscotch-common/src/pages/index.vue (+16 -0)
📝 packages/hoppscotch-ui/src/components/smart/Windows.vue (+34 -10)

📄 Description

🤖 Generated by Copilot at 37b523d

Summary

🌐🆕🎨

This pull request adds a new feature to the hoppscotch app that lets users create a new tab or import a curl command from a popover menu. It updates the index.vue and Windows.vue components to implement the feature, and adds a new translation key for "New tab" in the en.json locale file. It also improves the UI and code readability of some components.

To create a new tab in the app
We added a button with a snap
It has a tippy
And icons so nifty
And a curl import in the wrap

Walkthrough

  • Add a new button and a popover menu for creating a new tab or importing a curl command (link, link, link, link)
  • Reformat some style bindings and import statements for readability in the Windows.vue component (link, link)

🔄 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/3124 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 6/8/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `refactor/import-curl` --- ### 📝 Commits (1) - [`37b523d`](https://github.com/hoppscotch/hoppscotch/commit/37b523d72d060380dd9b279f80549d9ba5d46226) chore: init new actions in window ### 📊 Changes **3 files changed** (+52 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+2 -1) 📝 `packages/hoppscotch-common/src/pages/index.vue` (+16 -0) 📝 `packages/hoppscotch-ui/src/components/smart/Windows.vue` (+34 -10) </details> ### 📄 Description <!-- copilot:all --> ### <samp>🤖 Generated by Copilot at 37b523d</samp> ### Summary 🌐🆕🎨 <!-- 1. 🌐 - This emoji represents the addition of a new translation key, which is related to internationalization and localization. 2. 🆕 - This emoji represents the addition of a new feature, which is a common way to indicate a significant enhancement or improvement to the app functionality. 3. 🎨 - This emoji represents the improvement of the user interface, which is related to design and aesthetics. --> This pull request adds a new feature to the hoppscotch app that lets users create a new tab or import a curl command from a popover menu. It updates the `index.vue` and `Windows.vue` components to implement the feature, and adds a new translation key for "New tab" in the `en.json` locale file. It also improves the UI and code readability of some components. > _To create a new tab in the app_ > _We added a button with a snap_ > _It has a tippy_ > _And icons so nifty_ > _And a `curl` import in the wrap_ ### Walkthrough * Add a new button and a popover menu for creating a new tab or importing a curl command ([link](https://github.com/hoppscotch/hoppscotch/pull/3124/files?diff=unified&w=0#diff-31b7742ac6fc2a6ebf4cc2f4dce1ef9a78727cea803993fc23813728efe1920eL53-R54), [link](https://github.com/hoppscotch/hoppscotch/pull/3124/files?diff=unified&w=0#diff-fad0a5fd18efa5e20c31a16edf95ad374d774283c5e75a09e7e35fbd7906ea08R62-R75), [link](https://github.com/hoppscotch/hoppscotch/pull/3124/files?diff=unified&w=0#diff-fad0a5fd18efa5e20c31a16edf95ad374d774283c5e75a09e7e35fbd7906ea08R145-R146), [link](https://github.com/hoppscotch/hoppscotch/pull/3124/files?diff=unified&w=0#diff-052acc17f6ece720f660d3841f7e49f0a3a1d6ad68dc973819e3d758e45141d5L90-R115)) * Reformat some style bindings and import statements for readability in the `Windows.vue` component ([link](https://github.com/hoppscotch/hoppscotch/pull/3124/files?diff=unified&w=0#diff-052acc17f6ece720f660d3841f7e49f0a3a1d6ad68dc973819e3d758e45141d5L118-R138), [link](https://github.com/hoppscotch/hoppscotch/pull/3124/files?diff=unified&w=0#diff-052acc17f6ece720f660d3841f7e49f0a3a1d6ad68dc973819e3d758e45141d5L147-R171)) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:47:33 +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#4240
No description provided.