mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2544] [CLOSED] refactor: revamped collection panel UI for mobile #3888
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#3888
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/2544
Author: @joeljstephen
Created: 7/31/2022
Status: ❌ Closed
Base:
main← Head:refactor/mobile-sidebar-ui📝 Commits (7)
dd66d80refactor: sidebar for mobile now appears as a full pagee504de4refactor: reduced horizontal width for smart modalse44eb33refactor: revamped collection panel for mobilecdb9abbrefactor: secondary panel hidden in mobile view when no response presentfe70476refactor: removed loading variable as a condition7b6ec03refactor: hide secondary panel on mobile for graphql and realtime120e3ddrefactor: removed duplicate secondary property📊 Changes
9 files changed (+123 additions, -14 deletions)
View changed files
📝
packages/hoppscotch-app/components/app/PaneLayout.vue(+70 -0)📝
packages/hoppscotch-app/components/app/SlideOver.vue(+1 -1)📝
packages/hoppscotch-app/components/smart/Modal.vue(+1 -1)📝
packages/hoppscotch-app/pages/graphql.vue(+8 -4)📝
packages/hoppscotch-app/pages/index.vue(+12 -1)📝
packages/hoppscotch-app/pages/realtime/mqtt.vue(+2 -1)📝
packages/hoppscotch-app/pages/realtime/socketio.vue(+9 -2)📝
packages/hoppscotch-app/pages/realtime/sse.vue(+9 -2)📝
packages/hoppscotch-app/pages/realtime/websocket.vue(+11 -2)📄 Description
Description
Implemented a new collection panel layout for mobile, instead of using a 3rd pane to display collections.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.