mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3867] [MERGED] refactor: remove restore tab popup and its functionalities #4557
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#4557
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/3867
Author: @nivedin
Created: 2/28/2024
Status: ✅ Merged
Merged: 3/5/2024
Merged by: @AndrewBastin
Base:
release/2024.3.0← Head:refactor/remove-tab-persistance-popup📝 Commits (1)
d348729refactor: remove persistance tab popup and its functionalities📊 Changes
13 files changed (+21 additions, -341 deletions)
View changed files
📝
packages/hoppscotch-common/src/pages/index.vue(+2 -131)📝
packages/hoppscotch-common/src/platform/index.ts(+0 -2)➖
packages/hoppscotch-common/src/platform/tab.ts(+0 -11)➖
packages/hoppscotch-selfhost-desktop/src/api/mutations/UpdateUserSession.graphql(+0 -11)➖
packages/hoppscotch-selfhost-desktop/src/api/queries/GetCurrentRESTSession.graphql(+0 -5)📝
packages/hoppscotch-selfhost-desktop/src/main.ts(+19 -16)➖
packages/hoppscotch-selfhost-desktop/src/platform/tabState/tabState.api.ts(+0 -36)➖
packages/hoppscotch-selfhost-desktop/src/platform/tabState/tabState.platform.ts(+0 -37)➖
packages/hoppscotch-selfhost-web/src/api/mutations/UpdateUserSession.graphql(+0 -11)➖
packages/hoppscotch-selfhost-web/src/api/queries/GetCurrentRESTSession.graphql(+0 -5)📝
packages/hoppscotch-selfhost-web/src/main.ts(+0 -2)➖
packages/hoppscotch-selfhost-web/src/platform/tabState/tabState.api.ts(+0 -36)➖
packages/hoppscotch-selfhost-web/src/platform/tabState/tabState.platform.ts(+0 -38)📄 Description
Closes HFE-438
Description
This PR removes the restore-workspace popup and associated functionalities from the app.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.