feat: 重写图标选择器 — 全量 lucide 图标 + 虚拟滚动 + 可清除

- 动态获取所有 ~1500 个 lucide-react 图标,替代硬编码 57 个
- 引入 @tanstack/react-virtual 虚拟滚动,流畅渲染大量图标
- 使用 useState callback ref 解决 Dialog 内 virtualizer 初始化问题
- 新增清除图标按钮,允许将图标置空
- 搜索覆盖全量图标,输入时自动滚回顶部
This commit is contained in:
2026-03-31 17:25:27 +08:00
parent 46e4486d7d
commit 001d171111
4 changed files with 116 additions and 92 deletions
+1
View File
@@ -36,6 +36,7 @@
"@orpc/zod": "catalog:",
"@t3-oss/env-core": "catalog:",
"@tanstack/react-query": "catalog:",
"@tanstack/react-virtual": "catalog:",
"@tanstack/react-router": "catalog:",
"@tanstack/react-router-ssr-query": "catalog:",
"@tanstack/react-start": "catalog:",