mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4098] [MERGED] feat: added change log prompt for PWA updates #4665
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#4665
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/4098
Author: @anwarulislam
Created: 6/3/2024
Status: ✅ Merged
Merged: 6/27/2024
Merged by: @AndrewBastin
Base:
next← Head:feat/whats-new📝 Commits (10+)
039ef7dfeat: pwa prompt added7ed000ffeat: hopp-ui updated and sonner addede0c9336feat: show release notes buttone66e203feat: whats new module separated1f97000fix: i18n entry key220e860feat: used interceptor for fetching release notes86ead8dfix: logical error54d43cbchore: cleanup9e43668chore: update toast UI5921878refactor: revert back to using fetch for getting the release notes📊 Changes
12 files changed (+236 additions, -73 deletions)
View changed files
📝
package.json(+1 -1)📝
packages/hoppscotch-common/locales/en.json(+2 -0)📝
packages/hoppscotch-common/package.json(+1 -1)📝
packages/hoppscotch-common/src/App.vue(+2 -0)📝
packages/hoppscotch-common/src/components.d.ts(+2 -0)➕
packages/hoppscotch-common/src/components/app/WhatsNewDialog.vue(+46 -0)📝
packages/hoppscotch-common/src/components/http/Codegen.vue(+1 -1)📝
packages/hoppscotch-common/src/components/http/Sidebar.vue(+1 -1)📝
packages/hoppscotch-common/src/composables/pwa.ts(+25 -20)➕
packages/hoppscotch-common/src/composables/whats-new.ts(+61 -0)➕
packages/hoppscotch-common/src/modules/whats-new.ts(+8 -0)📝
pnpm-lock.yaml(+86 -49)📄 Description
Closes HFE-495
Description
Implemented a changelog dialog that displays during application updates. This dialog effectively communicates the changes included in the new version.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.