mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4006] [CLOSED] feat: hover placeholder transition for smartenvinput #4628
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#4628
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/4006
Author: @nivedin
Created: 4/24/2024
Status: ❌ Closed
Base:
main← Head:feat/app-experiment-animation📝 Commits (8)
cf37fbdfeat: hover placeholder transition for smartenvinput5bac622chore: update URL inpute6e300cchore: add fallback url if endpoint is empty while saving and sharing req8fd6b2fchore: update default tab to have empty endpoint10cb900fix: revert text update in envinput for empty state0c993d0chore: add i18n and readonly to envinput05ad84fchore: add fallback url and add reqIndex for graphql saving7411e36chore: remove readonly type📊 Changes
14 files changed (+190 additions, -44 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+2 -0)📝
packages/hoppscotch-common/src/components/collections/SaveRequest.vue(+11 -0)📝
packages/hoppscotch-common/src/components/collections/graphql/index.vue(+7 -12)📝
packages/hoppscotch-common/src/components/collections/index.vue(+4 -0)📝
packages/hoppscotch-common/src/components/graphql/Request.vue(+14 -11)📝
packages/hoppscotch-common/src/components/graphql/RequestOptions.vue(+11 -2)📝
packages/hoppscotch-common/src/components/http/Request.vue(+34 -11)📝
packages/hoppscotch-common/src/components/share/index.vue(+5 -1)📝
packages/hoppscotch-common/src/components/smart/EnvInput.vue(+69 -2)📝
packages/hoppscotch-common/src/newstore/collections.ts(+10 -0)📝
packages/hoppscotch-common/src/pages/graphql.vue(+4 -1)📝
packages/hoppscotch-common/src/pages/index.vue(+11 -2)📝
packages/hoppscotch-common/src/services/tab/graphql.ts(+4 -1)📝
packages/hoppscotch-common/src/services/tab/rest.ts(+4 -1)📄 Description
Closes HFE-482
Description
This PR adds placeholder hover transition effect on request URL input on both REST and GraphQl section
https://github.com/hoppscotch/hoppscotch/assets/53208152/67b9101d-9e00-4eca-a4e9-eaf699630710
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.