mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #68] [MERGED] chore: replace emojis with Lucide icons #158
Reference in New Issue
Block a user
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/community-scripts/ProxmoxVE-Local/pull/68
Author: @michelroegl-brunner
Created: 10/7/2025
Status: ✅ Merged
Merged: 10/7/2025
Merged by: @michelroegl-brunner
Base:
main← Head:chore/replace_emojis📝 Commits (1)
32124bbchore: replace emojis with Lucide icons📊 Changes
6 files changed (+93 additions, -69 deletions)
View changed files
📝
src/app/_components/FilterBar.tsx(+59 -46)📝
src/app/_components/ScriptDetailModal.tsx(+3 -3)📝
src/app/_components/Terminal.tsx(+13 -8)📝
src/app/_components/VersionDisplay.tsx(+4 -3)📝
src/app/api/trpc/[trpc]/route.ts(+1 -1)📝
src/app/page.tsx(+13 -8)📄 Description
Changes
This PR replaces all emojis with Lucide React icons for better accessibility, consistency, and maintainability.
Modified Files:
src/app/page.tsx- Main page header and tab navigationsrc/app/_components/VersionDisplay.tsx- Version status indicatorsrc/app/_components/Terminal.tsx- Terminal controls and output prefixessrc/app/_components/FilterBar.tsx- Filter type icons and sort optionssrc/app/_components/ScriptDetailModal.tsx- Status messagessrc/app/api/trpc/[trpc]/route.ts- Error loggingIcon Replacements:
<Rocket />(main heading)<Package />(LXC Container type, Available Scripts tab)<HardDrive />(Downloaded Scripts tab)<FolderOpen />(Installed Scripts tab)<Monitor />(Virtual Machine type)<Wrench />(Add-on type)<Server />(PVE Host type)<FileText />(Sort by name)<Calendar />(Sort by created date)<Check />(Success indicators)<Play />(Start button)<Square />(Stop button)<Trash2 />(Clear button)<X />(Close button)Benefits:
All icons are properly sized and styled to match the existing design.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.