mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2556] [MERGED] feat: remember pane sizes #3896
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#3896
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/2556
Author: @sagar290
Created: 8/3/2022
Status: ✅ Merged
Merged: 8/9/2022
Merged by: @liyasthomas
Base:
main← Head:feat/remember-pane-size📝 Commits (9)
46d41ccfeat: add logic for remember pen sizec3abcb7fix: resolve issuese267cb9fix: naming convention and logicsa33c765fix: refactor method and variable name1ceabf3fix: remove unnecessary logicsfb66a9bfix: remove Immediately Invoked Functiona2bd929fix: refactor method7b5b9adfix: variable namingde7d30dfix: 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
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.