react-chatbotify/gallery-website

[Issue] Multiple Icon Libraries Installed – Consider Consolidation

開放

#104 建立於 2025年3月15日

 (2 則留言) (0 個反應) (0 位負責人)TypeScript (15 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (10 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Currently, the project includes multiple icon libraries:

  • @mui/icons-material
  • react-icons
  • lucide-react

Potential Issues:

  • Increased Bundle Size: Including multiple icon libraries adds unnecessary weight to the project.
  • Inconsistent UI Design: Using different icon sets may lead to an inconsistent look and feel.
  • Code Maintainability: Having multiple libraries makes it harder to standardize icon usage across the project.

Suggested Solutions:

  • Standardize on a Single Icon Library that meets all design and functionality needs.
  • Remove Unused Icon Libraries to optimize performance and reduce dependencies.

貢獻者指南