[PR #4366] [CLOSED] Added extension for downloaded filename #4774

Closed
opened 2026-03-17 02:16:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4366
Author: @shipko
Created: 9/20/2024
Status: Closed

Base: patchHead: file-with-name


📝 Commits (8)

  • d7fbee6 feat(filename): add filename in download functional
  • 45b9a62 feat(filename): add i18n
  • b826143 feat(filename): remove download feature for import curl component
  • 50684bc chore: add graphql response filename locale
  • 6ebc532 feat(filename): add extensions
  • 1d1b5f6 chore: preemptly update pwa settings to avoid missing files in the service worker cache (#4344)
  • 4194ae0 chore: bump lockfiles
  • e484acd chore: revert vite-plugin-pages and vite-plugin-pwa versions

📊 Changes

17 files changed (+89 additions, -59 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+7 -0)
📝 packages/hoppscotch-common/src/components/cookies/EditCookie.vue (+3 -2)
📝 packages/hoppscotch-common/src/components/graphql/Response.vue (+2 -1)
📝 packages/hoppscotch-common/src/components/http/Codegen.vue (+7 -1)
📝 packages/hoppscotch-common/src/components/http/ImportCurl.vue (+1 -11)
📝 packages/hoppscotch-common/src/components/lenses/renderers/AudioLensRenderer.vue (+4 -1)
📝 packages/hoppscotch-common/src/components/lenses/renderers/HTMLLensRenderer.vue (+7 -1)
📝 packages/hoppscotch-common/src/components/lenses/renderers/ImageLensRenderer.vue (+4 -1)
📝 packages/hoppscotch-common/src/components/lenses/renderers/JSONLensRenderer.vue (+4 -1)
📝 packages/hoppscotch-common/src/components/lenses/renderers/PDFLensRenderer.vue (+6 -1)
📝 packages/hoppscotch-common/src/components/lenses/renderers/RawLensRenderer.vue (+4 -1)
📝 packages/hoppscotch-common/src/components/lenses/renderers/VideoLensRenderer.vue (+4 -1)
📝 packages/hoppscotch-common/src/components/lenses/renderers/XMLLensRenderer.vue (+6 -1)
📝 packages/hoppscotch-common/src/components/realtime/LogEntry.vue (+2 -1)
📝 packages/hoppscotch-common/src/composables/lens-actions.ts (+2 -22)
📝 packages/hoppscotch-selfhost-web/vite.config.ts (+1 -1)
📝 pnpm-lock.yaml (+25 -12)

📄 Description

Closes #4265

What's changed

Added extension for downloaded filename

  • Not Completed
  • [] Completed

🔄 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/4366 **Author:** [@shipko](https://github.com/shipko) **Created:** 9/20/2024 **Status:** ❌ Closed **Base:** `patch` ← **Head:** `file-with-name` --- ### 📝 Commits (8) - [`d7fbee6`](https://github.com/hoppscotch/hoppscotch/commit/d7fbee6ee4a1383238d6497b722bf2238c67a538) feat(filename): add filename in download functional - [`45b9a62`](https://github.com/hoppscotch/hoppscotch/commit/45b9a6222421e71e4311c0dae18fa0eef3343c01) feat(filename): add i18n - [`b826143`](https://github.com/hoppscotch/hoppscotch/commit/b826143833ac2a59448b2e644175714b6163972a) feat(filename): remove download feature for import curl component - [`50684bc`](https://github.com/hoppscotch/hoppscotch/commit/50684bcc6e6e26abaf19ecffcbb5f95b8a019c2d) chore: add graphql response filename locale - [`6ebc532`](https://github.com/hoppscotch/hoppscotch/commit/6ebc532da953c61c16de242106b9e855db5d0dde) feat(filename): add extensions - [`1d1b5f6`](https://github.com/hoppscotch/hoppscotch/commit/1d1b5f6d3b95257009172635a6012a02c760507a) chore: preemptly update pwa settings to avoid missing files in the service worker cache (#4344) - [`4194ae0`](https://github.com/hoppscotch/hoppscotch/commit/4194ae038fb4cdd237307f916bd1e4d582e16fb6) chore: bump lockfiles - [`e484acd`](https://github.com/hoppscotch/hoppscotch/commit/e484acd0c8c214e20dc63a74c0fe6540d6217056) chore: revert vite-plugin-pages and vite-plugin-pwa versions ### 📊 Changes **17 files changed** (+89 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+7 -0) 📝 `packages/hoppscotch-common/src/components/cookies/EditCookie.vue` (+3 -2) 📝 `packages/hoppscotch-common/src/components/graphql/Response.vue` (+2 -1) 📝 `packages/hoppscotch-common/src/components/http/Codegen.vue` (+7 -1) 📝 `packages/hoppscotch-common/src/components/http/ImportCurl.vue` (+1 -11) 📝 `packages/hoppscotch-common/src/components/lenses/renderers/AudioLensRenderer.vue` (+4 -1) 📝 `packages/hoppscotch-common/src/components/lenses/renderers/HTMLLensRenderer.vue` (+7 -1) 📝 `packages/hoppscotch-common/src/components/lenses/renderers/ImageLensRenderer.vue` (+4 -1) 📝 `packages/hoppscotch-common/src/components/lenses/renderers/JSONLensRenderer.vue` (+4 -1) 📝 `packages/hoppscotch-common/src/components/lenses/renderers/PDFLensRenderer.vue` (+6 -1) 📝 `packages/hoppscotch-common/src/components/lenses/renderers/RawLensRenderer.vue` (+4 -1) 📝 `packages/hoppscotch-common/src/components/lenses/renderers/VideoLensRenderer.vue` (+4 -1) 📝 `packages/hoppscotch-common/src/components/lenses/renderers/XMLLensRenderer.vue` (+6 -1) 📝 `packages/hoppscotch-common/src/components/realtime/LogEntry.vue` (+2 -1) 📝 `packages/hoppscotch-common/src/composables/lens-actions.ts` (+2 -22) 📝 `packages/hoppscotch-selfhost-web/vite.config.ts` (+1 -1) 📝 `pnpm-lock.yaml` (+25 -12) </details> ### 📄 Description Closes #4265 ### What's changed Added extension for downloaded filename - [x] Not Completed - [] Completed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:16:45 +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#4774
No description provided.