mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #2998] [MERGED] chore: use auto-imported icons #4176
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#4176
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/2998
Author: @liyasthomas
Created: 4/17/2023
Status: ✅ Merged
Merged: 4/21/2023
Merged by: @AndrewBastin
Base:
main← Head:chore-auto-imported-icons📝 Commits (1)
94f9c93chore: use autoimported icons📊 Changes
10 files changed (+12 additions, -41 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/collections/index.vue(+1 -2)📝
packages/hoppscotch-common/src/components/http/TestResult.vue(+1 -2)📝
packages/hoppscotch-common/src/components/teams/Edit.vue(+1 -2)📝
packages/hoppscotch-common/src/components/teams/Invite.vue(+2 -4)📝
packages/hoppscotch-common/src/components/teams/index.vue(+1 -3)📝
packages/hoppscotch-common/src/components/workspace/Selector.vue(+1 -1)📝
packages/hoppscotch-sh-admin/src/components/teams/Invite.vue(+1 -5)📝
packages/hoppscotch-sh-admin/src/components/teams/Members.vue(+1 -2)📝
packages/hoppscotch-sh-admin/src/components/teams/PendingInvites.vue(+1 -2)📝
packages/hoppscotch-ui/src/components/smart/FileChip.vue(+2 -18)📄 Description
Description
We're using unplugin-icons to load icons as components on-demand.
This PR changes all instances of manual icon imports to leverage unplugin-icons' auto Importing feature.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.