mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3977] [MERGED] feat: first time user spotlight animation #4617
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#4617
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/3977
Author: @nivedin
Created: 4/15/2024
Status: ✅ Merged
Merged: 4/22/2024
Merged by: @AndrewBastin
Base:
release/2024.3.1← Head:feat/spotlight-animation📝 Commits (4)
b8a14d8feat: first time user spotlight animationb3cfcfechore: add import collection to spotlighta8d15f3chore: add i18n and minor changes8f9b3cerefactor: minor code improvements📊 Changes
11 files changed (+326 additions, -77 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+8 -0)📝
packages/hoppscotch-common/src/components/app/Header.vue(+1 -14)➕
packages/hoppscotch-common/src/components/app/SpotlightSearch.vue(+135 -0)📝
packages/hoppscotch-common/src/components/collections/graphql/index.vue(+8 -0)📝
packages/hoppscotch-common/src/components/collections/index.vue(+3 -0)📝
packages/hoppscotch-common/src/helpers/actions.ts(+1 -0)📝
packages/hoppscotch-common/src/layouts/default.vue(+4 -1)📝
packages/hoppscotch-common/src/newstore/settings.ts(+4 -0)📝
packages/hoppscotch-common/src/services/persistence/validation-schemas/index.ts(+2 -0)📝
packages/hoppscotch-common/src/services/spotlight/searchers/collections.searcher.ts(+42 -36)📝
packages/hoppscotch-common/src/services/spotlight/searchers/teamRequest.searcher.ts(+118 -26)📄 Description
Closes HFE-476
Description
This PR adds animation to the spotlight search component. This will only be visible to first time user who hasn't opened the spotlight yet. Also adds "Import Collection" option in the spotlight.
https://github.com/hoppscotch/hoppscotch/assets/53208152/efbbb320-1d5d-4711-9dcb-a8dd7dcca664
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.