mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2202] [MERGED] refactor: remove footer on narrow screens #3668
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#3668
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/2202
Author: @joeljstephen
Created: 3/25/2022
Status: ✅ Merged
Merged: 3/29/2022
Merged by: @liyasthomas
Base:
main← Head:refactor/mobile-options-ui📝 Commits (5)
9d30ecefeat: introduced a new component that replaces the footer for mobile7711b33fix: fixed margin issues when sidebar collapsesa4c4d15fix: changed icon of options to life-buoy0dac4eaMerge branch 'main' into refactor/mobile-options-ui23b7095refactor: better support on header components📊 Changes
5 files changed (+274 additions, -25 deletions)
View changed files
📝
packages/hoppscotch-app/components/app/Footer.vue(+0 -6)📝
packages/hoppscotch-app/components/app/Header.vue(+21 -5)➕
packages/hoppscotch-app/components/app/Options.vue(+210 -0)📝
packages/hoppscotch-app/layouts/default.vue(+28 -10)📝
packages/hoppscotch-app/locales/en.json(+15 -4)📄 Description
Description
Removes the footer for mobile devices and introduces a new options component for mobile. Also fixes the margin issues when collapsing the bottom navbar.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.