mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #2933] [CLOSED] Collapsible secondary sidebar #4143
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#4143
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/2933
Author: @nivedin
Created: 2/26/2023
Status: ❌ Closed
Base:
main← Head:refactor/sidebar-ux-change📝 Commits (9)
98e988brefactor: sidebar UX change WIP43e64e4refactor: min width set to pane layoutf6a8267fix: bugs and pane resize widthe50ea3frefactor: moved collapsible functions to sidebar7f54930chore: minor change8f524b8feat: indroduce collapsible sidebar in graphqlbc4540cfix: disable sidepane width change in horizontal7a21969fix: uncollapse when draging closed sidebar4e5b4a7fix: bug when panewidth not found in localstorage📊 Changes
6 files changed (+189 additions, -13 deletions)
View changed files
📝
packages/hoppscotch-common/src/components.d.ts(+0 -6)📝
packages/hoppscotch-common/src/components/app/PaneLayout.vue(+36 -1)📝
packages/hoppscotch-common/src/components/graphql/Sidebar.vue(+42 -1)📝
packages/hoppscotch-common/src/components/http/Sidebar.vue(+42 -1)📝
packages/hoppscotch-common/src/newstore/settings.ts(+8 -0)📝
packages/hoppscotch-ui/src/components/smart/Tabs.vue(+61 -4)📄 Description
Description
This PR adds the feature to collapse and uncollapse the secondary sidebar. A user can toggle collapse the sidebar if they click an active tab in the sidebar.
Before
After
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.