mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4489] [MERGED] feat: import summaries #4828
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4828
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4489
Author: @amk-dev
Created: 10/28/2024
Status: ✅ Merged
Merged: 11/25/2024
Merged by: @jamesgeorge007
Base:
next← Head:feat/import-summaries📝 Commits (9)
7e48ac1feat: import summariesd1a0617chore: port to all importerse8ca1bcfix: make description optionalcfe4fd8chore: cleanup320fa59chore: i18n & copy updates33b662cchore: update postman importer description9420bf1feat: supported/not supported segregation when showing results53309befix: typo in ImportSummary propca1c5d1chore: cleanup📊 Changes
10 files changed (+450 additions, -43 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+13 -1)📝
packages/hoppscotch-common/src/components/collections/ImportExport.vue(+84 -9)📝
packages/hoppscotch-common/src/components/importExport/Base.vue(+47 -2)📝
packages/hoppscotch-common/src/components/importExport/ImportExportSteps/FileImport.vue(+22 -16)➕
packages/hoppscotch-common/src/components/importExport/ImportExportSteps/ImportSummary.vue(+242 -0)📝
packages/hoppscotch-common/src/components/importExport/ImportExportSteps/UrlImport.vue(+23 -15)📝
packages/hoppscotch-common/src/components/importExport/types.ts(+13 -0)📝
packages/hoppscotch-common/src/helpers/import-export/import/import-sources/FileSource.ts(+2 -0)📝
packages/hoppscotch-common/src/helpers/import-export/import/import-sources/GistSource.ts(+2 -0)📝
packages/hoppscotch-common/src/helpers/import-export/import/import-sources/UrlSource.ts(+2 -0)📄 Description
This PR adds descriptions for importers and provides users with a summary of their imported items upon completion.
Closes HFE-617.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.