mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3272] [CLOSED] fix: ui improvements and remove input autofocus #4312
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#4312
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/3272
Author: @liyasthomas
Created: 8/22/2023
Status: ❌ Closed
Base:
release/2023.8.0← Head:chore/ui-improvements📝 Commits (1)
ac609e5fix: ui improvements and remove input autofocus📊 Changes
21 files changed (+118 additions, -113 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/app/PaneLayout.vue(+11 -6)📝
packages/hoppscotch-common/src/components/app/ShortcutsPrompt.vue(+1 -1)📝
packages/hoppscotch-common/src/components/environments/my/Details.vue(+0 -1)📝
packages/hoppscotch-common/src/components/environments/my/index.vue(+0 -1)📝
packages/hoppscotch-common/src/components/environments/teams/Details.vue(+0 -2)📝
packages/hoppscotch-common/src/components/environments/teams/index.vue(+0 -2)📝
packages/hoppscotch-common/src/components/graphql/Authorization.vue(+0 -1)📝
packages/hoppscotch-common/src/components/graphql/RequestOptions.vue(+0 -1)📝
packages/hoppscotch-common/src/components/http/Authorization.vue(+0 -1)📝
packages/hoppscotch-common/src/components/http/Body.vue(+0 -1)📝
packages/hoppscotch-common/src/components/http/BodyParameters.vue(+0 -1)📝
packages/hoppscotch-common/src/components/http/Headers.vue(+0 -1)📝
packages/hoppscotch-common/src/components/http/Parameters.vue(+0 -1)📝
packages/hoppscotch-common/src/components/http/URLEncodedParams.vue(+0 -1)📝
packages/hoppscotch-common/src/components/settings/Proxy.vue(+14 -13)📝
packages/hoppscotch-common/src/helpers/editor/extensions/HoppEnvironment.ts(+2 -2)📝
packages/hoppscotch-common/src/pages/profile.vue(+47 -36)📝
packages/hoppscotch-common/src/pages/realtime/socketio.vue(+0 -1)📝
packages/hoppscotch-common/src/pages/realtime/websocket.vue(+32 -29)📝
packages/hoppscotch-ui/src/components/smart/Modal.vue(+10 -10)...and 1 more files
📄 Description
🤖 Generated by Copilot at
ac609e5Summary
🚚📉🎨
This pull request improves the layout, styling, and functionality of various components in the hoppscotch app. It sets a minimum size for the main and sidebar panes, adjusts the default sizes of the panes, removes unnecessary margins from the tabs, improves the tooltip UI and accessibility, refactors the profile page and the modal component, simplifies the proxy and websocket settings, and moves the shortcuts prompt component to a common location.
Walkthrough
min-sizeprop of25toPanecomponents inPaneLayout.vue(link, link, link)PaneLayout.vueto improve initial layout and avoid scrolling (link)ShortcutsPromptcomponent code fromShortcutsPrompt.vuetoPaneLayout.vuefor easier import and use (link)HoppSmartTabscomponents in various components and pages by removingmb-4class (link, link, link, link, link, link, link, link, link, link, link, link, link, link, link, link)Proxycomponent code insettings/Proxy.vueby replacingHoppSmartInputwith nativeinputandformelements (link)cursorTooltipFieldextension ineditor/extensions/HoppEnvironment.tsby removing negative margin classes and usingcontentprop ofv-tippydirective (link, link)background-imagestyle inprofile.vue(link)contentprop ofv-tippydirective forverifiedicon inprofile.vue(link)HoppSmartInputwith nativeinputandformelements for display name and email inprofile.vue(link, link)HoppSmartInputwith nativeinputandformelements for websocket URL inrealtime/websocket.vue(link)kbdelement forESCkey from modal header inModal.vue(link)definePropsandwithDefaultsfunction calls inModal.vue(link, link)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.