[PR #2998] [MERGED] chore: use auto-imported icons #4176

Closed
opened 2026-03-17 01:44:17 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: chore-auto-imported-icons


📝 Commits (1)

  • 94f9c93 chore: 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

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2998 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 4/17/2023 **Status:** ✅ Merged **Merged:** 4/21/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `main` ← **Head:** `chore-auto-imported-icons` --- ### 📝 Commits (1) - [`94f9c93`](https://github.com/hoppscotch/hoppscotch/commit/94f9c93ad81aee3eed80fb237ebdb31adcdfc2ff) chore: use autoimported icons ### 📊 Changes **10 files changed** (+12 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ### Description We're using [unplugin-icons](https://github.com/antfu/unplugin-icons) to load icons as components on-demand. This PR changes all instances of manual icon imports to leverage unplugin-icons' [auto Importing](https://github.com/antfu/unplugin-icons#auto-importing) feature. <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:44:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4176
No description provided.