[PR #211] [MERGED] bug: keeping information on page change #2489

Closed
opened 2026-03-17 00:11:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/211
Author: @breno-pereira
Created: 10/24/2019
Status: Merged
Merged: 10/26/2019
Merged by: @liyasthomas

Base: masterHead: master


📝 Commits (4)

📊 Changes

4 files changed (+211 additions, -74 deletions)

View changed files

📝 pages/index.vue (+117 -73)
📝 store/index.js (+22 -1)
store/mutations.js (+53 -0)
store/state.js (+19 -0)

📄 Description

Work done to address issue #203
( Closes #203 )

Changes

  • Create state file
  • Create mutation file
  • Use VuexPersist to save the state in localStorage
  • Remove local data from index.vue

🔄 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/211 **Author:** [@breno-pereira](https://github.com/breno-pereira) **Created:** 10/24/2019 **Status:** ✅ Merged **Merged:** 10/26/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`36ec17a`](https://github.com/hoppscotch/hoppscotch/commit/36ec17a06c8e4fcec684cf253e03c38afcd60063) add vuex-persist - [`8334441`](https://github.com/hoppscotch/hoppscotch/commit/8334441f2dd486c5cadf19372a306e54f31008f7) fix conflicts - [`db0826d`](https://github.com/hoppscotch/hoppscotch/commit/db0826d43aca958c1df6c44747428ddae8a2b79c) merge and fix - [`6c28ebe`](https://github.com/hoppscotch/hoppscotch/commit/6c28ebe057d292d355ecf0f070fcf3d3e8edac9c) refactoring ### 📊 Changes **4 files changed** (+211 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `pages/index.vue` (+117 -73) 📝 `store/index.js` (+22 -1) ➕ `store/mutations.js` (+53 -0) ➕ `store/state.js` (+19 -0) </details> ### 📄 Description Work done to address issue #203 ( Closes #203 ) ### Changes - Create state file - Create mutation file - Use `VuexPersist` to save the state in `localStorage` - Remove local data from `index.vue` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:11:18 +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#2489
No description provided.