[PR #3867] [MERGED] refactor: remove restore tab popup and its functionalities #4557

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

📋 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.0Head: refactor/remove-tab-persistance-popup


📝 Commits (1)

  • d348729 refactor: 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

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 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/3867 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 2/28/2024 **Status:** ✅ Merged **Merged:** 3/5/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2024.3.0` ← **Head:** `refactor/remove-tab-persistance-popup` --- ### 📝 Commits (1) - [`d348729`](https://github.com/hoppscotch/hoppscotch/commit/d3487294b962c6fa10e1a945d7818a6d226732ec) refactor: remove persistance tab popup and its functionalities ### 📊 Changes **13 files changed** (+21 additions, -341 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes HFE-438 ### Description This PR removes the restore-workspace popup and associated functionalities from the app. ### Checks - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:05:02 +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#4557
No description provided.