mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3089] [MERGED] feat: introducing a new smart input hoppscotch ui component #4224
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#4224
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/3089
Author: @joeljstephen
Created: 5/29/2023
Status: ✅ Merged
Merged: 8/5/2023
Merged by: @AndrewBastin
Base:
release/2023.8.0← Head:refactor/input-hopp-ui📝 Commits (10+)
e50943dfeat: introducing new input ui component785e6earefactor: introduces ability to toggle between different input styles443385frefactor: replaced current input implementations with input ui component61cec0crefactor: replaced current input in collections module with input ui component6fe9436refactor: replaced current input in different module with input ui component3c71454refactor: replaced input type prop with input styles3005387refactor: labels now go as props instead of slots and implemented default styleseb97a0frefactor: fixed styling issues in few smart input usages in the app33467e5refactor: new generate uid function and used smart input for create team in admineeca258refactor: updated types for smart input component📊 Changes
33 files changed (+543 additions, -639 deletions)
View changed files
📝
packages/hoppscotch-common/src/components.d.ts(+194 -193)📝
packages/hoppscotch-common/src/components/app/Shortcuts.vue(+8 -9)📝
packages/hoppscotch-common/src/components/collections/Add.vue(+7 -15)📝
packages/hoppscotch-common/src/components/collections/AddFolder.vue(+7 -15)📝
packages/hoppscotch-common/src/components/collections/AddRequest.vue(+7 -13)📝
packages/hoppscotch-common/src/components/collections/Edit.vue(+7 -15)📝
packages/hoppscotch-common/src/components/collections/EditFolder.vue(+7 -15)📝
packages/hoppscotch-common/src/components/collections/EditRequest.vue(+7 -15)📝
packages/hoppscotch-common/src/components/collections/SaveRequest.vue(+9 -15)📝
packages/hoppscotch-common/src/components/collections/graphql/Add.vue(+7 -15)📝
packages/hoppscotch-common/src/components/collections/graphql/AddFolder.vue(+7 -15)📝
packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue(+7 -15)📝
packages/hoppscotch-common/src/components/collections/graphql/Edit.vue(+7 -15)📝
packages/hoppscotch-common/src/components/collections/graphql/EditFolder.vue(+7 -15)📝
packages/hoppscotch-common/src/components/collections/graphql/EditRequest.vue(+7 -15)📝
packages/hoppscotch-common/src/components/collections/graphql/index.vue(+1 -1)📝
packages/hoppscotch-common/src/components/collections/index.vue(+4 -4)📝
packages/hoppscotch-common/src/components/environments/my/Details.vue(+9 -16)📝
packages/hoppscotch-common/src/components/environments/teams/Details.vue(+9 -17)📝
packages/hoppscotch-common/src/components/firebase/Login.vue(+8 -18)...and 13 more files
📄 Description
Issue Number
Closes HFE-61
Description
This PR introduces a new Smart Input component in
hoppscotch-uiwhere most of the input implementation in the different modules is abstracted into the new UI component. This includes input boxes with floating labels, input with buttons, single input boxes etc..Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.