mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1933] Is it possible to relocate the collections sidebar to the left side? And is it possible to have the collections sidebar not get reset any time the page reloads? #620
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#620
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?
Originally created by @edgariscoding on GitHub (Nov 3, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1933
I feel like having the collections sidebar on the left is more natural, that's where the folder tree is located in File Explorer, thats where I have my Solution Explorer set in VS, same for VSCode, and basically any app with a navigation menu tree.
It feels unnatural accessing it on the right side of the page. Is there an option to move it to the left?
Also, any time I'm working in a teams collection and i refresh the page, the collections sidebar resets to my personal collection. I then have to switch to the Team Collections tab, and then click the dropdown to choose my shared collection, and then i have to drill all the way down into the endpoint i was working with. Seems like a lot of wasted time.
@liyasthomas commented on GitHub (Nov 3, 2021):
Will look into implementing these.
@liyasthomas commented on GitHub (Nov 4, 2021):
Introduced a toggle button in the Settings page > Experiments to move the sidebar to the left.
Persisting the Tab selection will be implemented in the next release.
@edgariscoding commented on GitHub (Nov 4, 2021):
Whoa that was fast! Thank you!