[PR #2556] [MERGED] feat: remember pane sizes #3896

Closed
opened 2026-03-17 01:28:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2556
Author: @sagar290
Created: 8/3/2022
Status: Merged
Merged: 8/9/2022
Merged by: @liyasthomas

Base: mainHead: feat/remember-pane-size


📝 Commits (9)

  • 46d41cc feat: add logic for remember pen size
  • c3abcb7 fix: resolve issues
  • e267cb9 fix: naming convention and logics
  • a33c765 fix: refactor method and variable name
  • 1ceabf3 fix: remove unnecessary logics
  • fb66a9b fix: remove Immediately Invoked Function
  • a2bd929 fix: refactor method
  • 7b5b9ad fix: variable naming
  • de7d30d fix: add layout id in all page

📊 Changes

8 files changed (+75 additions, -13 deletions)

View changed files

📝 packages/hoppscotch-app/components/app/PaneLayout.vue (+68 -6)
📝 packages/hoppscotch-app/pages/documentation.vue (+1 -1)
📝 packages/hoppscotch-app/pages/graphql.vue (+1 -1)
📝 packages/hoppscotch-app/pages/index.vue (+1 -1)
📝 packages/hoppscotch-app/pages/realtime/mqtt.vue (+1 -1)
📝 packages/hoppscotch-app/pages/realtime/socketio.vue (+1 -1)
📝 packages/hoppscotch-app/pages/realtime/sse.vue (+1 -1)
📝 packages/hoppscotch-app/pages/realtime/websocket.vue (+1 -1)

📄 Description

Closes #2456

Description

Save the different pane sizes (for instance, in local storage) in order to restore the visual configuration the next time the app is opened

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

Additional Information


🔄 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/2556 **Author:** [@sagar290](https://github.com/sagar290) **Created:** 8/3/2022 **Status:** ✅ Merged **Merged:** 8/9/2022 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `feat/remember-pane-size` --- ### 📝 Commits (9) - [`46d41cc`](https://github.com/hoppscotch/hoppscotch/commit/46d41cc0704c2e55af3541d1e79dbcce6688d6fd) feat: add logic for remember pen size - [`c3abcb7`](https://github.com/hoppscotch/hoppscotch/commit/c3abcb7812b46780cf39a951ba7860a781d3553f) fix: resolve issues - [`e267cb9`](https://github.com/hoppscotch/hoppscotch/commit/e267cb99df4993d0df17306d9c2e045890dcfa64) fix: naming convention and logics - [`a33c765`](https://github.com/hoppscotch/hoppscotch/commit/a33c7650686fb19fe3024973e39cce4e8c337ec3) fix: refactor method and variable name - [`1ceabf3`](https://github.com/hoppscotch/hoppscotch/commit/1ceabf3f9c27f26bc2b7ab187c5980a3efcb33a5) fix: remove unnecessary logics - [`fb66a9b`](https://github.com/hoppscotch/hoppscotch/commit/fb66a9bd3e91afa26d4b1744af86e52fb2a0c375) fix: remove Immediately Invoked Function - [`a2bd929`](https://github.com/hoppscotch/hoppscotch/commit/a2bd9294557476321f5c4f9f0fd6227896d5c839) fix: refactor method - [`7b5b9ad`](https://github.com/hoppscotch/hoppscotch/commit/7b5b9ad61b1596f5bc5d2f8f476898df1e28d40a) fix: variable naming - [`de7d30d`](https://github.com/hoppscotch/hoppscotch/commit/de7d30d6334fb51a67b1bb90fcca7a42e2e59490) fix: add layout id in all page ### 📊 Changes **8 files changed** (+75 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/components/app/PaneLayout.vue` (+68 -6) 📝 `packages/hoppscotch-app/pages/documentation.vue` (+1 -1) 📝 `packages/hoppscotch-app/pages/graphql.vue` (+1 -1) 📝 `packages/hoppscotch-app/pages/index.vue` (+1 -1) 📝 `packages/hoppscotch-app/pages/realtime/mqtt.vue` (+1 -1) 📝 `packages/hoppscotch-app/pages/realtime/socketio.vue` (+1 -1) 📝 `packages/hoppscotch-app/pages/realtime/sse.vue` (+1 -1) 📝 `packages/hoppscotch-app/pages/realtime/websocket.vue` (+1 -1) </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Closes #2456 ### Description Save the different pane sizes (for instance, in local storage) in order to restore the visual configuration the next time the app is opened <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [x] My code requires changes to the documentation - [x] I have updated the documentation as required - [x] All the tests have passed ### Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behavior, etc. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:28:30 +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#3896
No description provided.