mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5091] [MERGED] chore: display platform links in app header #5055
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#5055
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/5091
Author: @nivedin
Created: 5/21/2025
Status: ✅ Merged
Merged: 5/21/2025
Merged by: @jamesgeorge007
Base:
next← Head:feat/desktop-app-prompt📝 Commits (6)
1d76a9cchore: add platform def for additional link servicec5eb1c7chore: add services to handle additional linksa3d262fchore: add UI slot for links1ef81ccchore: add icons3788b01chore: update i18n text key57a184achore: update i18n key📊 Changes
10 files changed (+240 additions, -17 deletions)
View changed files
➕
packages/hoppscotch-common/assets/icons/apple.svg(+1 -0)➕
packages/hoppscotch-common/assets/icons/linux.svg(+1 -0)➕
packages/hoppscotch-common/assets/icons/windows.svg(+1 -0)📝
packages/hoppscotch-common/locales/en.json(+7 -0)📝
packages/hoppscotch-common/src/components/app/Header.vue(+62 -17)➕
packages/hoppscotch-common/src/platform/additionalLinks.ts(+8 -0)📝
packages/hoppscotch-common/src/platform/index.ts(+2 -0)➕
packages/hoppscotch-common/src/services/additionalLinks.service.ts(+55 -0)📝
packages/hoppscotch-selfhost-web/src/main.ts(+2 -0)➕
packages/hoppscotch-selfhost-web/src/services/headerDownloadableLinks.service.ts(+101 -0)📄 Description
Closes HFE-836
This pull request introduces a new feature to manage and display additional downloadable links in the app's header, improving the user experience by providing quick access to platform-specific resources. The changes involve creating a new service for managing links, updating the header component to display them dynamically, and integrating these updates into the platform definition. The PWA option is shown based on the pwa-register event.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.