mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-27 09:46:06 +03:00
[PR #2153] [MERGED] refactor: improve the mobile layout. #3649
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#3649
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/2153
Author: @joeljstephen
Created: 3/8/2022
Status: ✅ Merged
Merged: 3/21/2022
Merged by: @liyasthomas
Base:
main← Head:refactor/mobile-request-ui📝 Commits (8)
9a286ferefactor: decluttered response panel and changed navbar layout on mobile1fe0e10fix: resolved scrolling issues when adding multiple parameters or headers99ad5a5fix: resolved sticky issue in different font sizes and removed comments16e0796refactor: added computed value that modifies margin value based on font and viewporta1e04f7fix: resolved extra margin on send button and added bg primary to footerf8a6ccafix: resolved sticky issues in body and raw body panel37f86baMerge branch 'main' into refactor/mobile-request-uid302b0efix: proper top margins📊 Changes
16 files changed (+118 additions, -56 deletions)
View changed files
📝
packages/hoppscotch-app/assets/scss/themes.scss(+15 -0)📝
packages/hoppscotch-app/components/app/Footer.vue(+2 -2)📝
packages/hoppscotch-app/components/app/Sidenav.vue(+1 -0)📝
packages/hoppscotch-app/components/http/Authorization.vue(+10 -13)📝
packages/hoppscotch-app/components/http/Body.vue(+2 -4)📝
packages/hoppscotch-app/components/http/BodyParameters.vue(+3 -6)📝
packages/hoppscotch-app/components/http/Headers.vue(+5 -7)📝
packages/hoppscotch-app/components/http/Parameters.vue(+2 -4)📝
packages/hoppscotch-app/components/http/PreRequestScript.vue(+4 -4)📝
packages/hoppscotch-app/components/http/RawBody.vue(+1 -1)📝
packages/hoppscotch-app/components/http/Request.vue(+5 -8)📝
packages/hoppscotch-app/components/http/RequestOptions.vue(+3 -1)📝
packages/hoppscotch-app/components/http/Tests.vue(+1 -1)📝
packages/hoppscotch-app/components/http/URLEncodedParams.vue(+1 -1)📝
packages/hoppscotch-app/layouts/default.vue(+55 -4)📝
packages/hoppscotch-app/windi.config.js(+8 -0)📄 Description
Description
Decluttered the request panel and brought the navbar to the bottom in mobile layout.
Checks
@liyasthomas
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.