This website requires JavaScript.
Explore
Help
Sign In
i
/
next-ai-draw-io
Watch
1
Star
0
Fork
0
You've already forked next-ai-draw-io
mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced
2026-01-02 14:22:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6fbc7b340f63c83bd236d783ee2173d2567fe078
next-ai-draw-io
/
.eslintrc.json
4 lines
63 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: add copy button to user messages in chat sidebar (#21) * Initial plan * Initial plan for adding copy button to user messages Co-authored-by: huminglong <63436986+huminglong@users.noreply.github.com> * Add copy button to user messages in chat sidebar Co-authored-by: huminglong <63436986+huminglong@users.noreply.github.com> * Refactor: extract userMessageText to avoid duplicate function calls Co-authored-by: huminglong <63436986+huminglong@users.noreply.github.com> * feat(ui): 增加消息复制功能支持非 HTTPS 环境 优化复制消息到剪贴板的逻辑,增加对非 HTTPS 环境的降级处理,提升用户体验。 * fix(package): 添加 peer 属性以支持依赖关系 * chore(.gitignore): 添加 next 和 next-ai-draw-io@0.2.0 相关条目 * fix: improve copy button implementation - Fix copy button alignment (place left of user message) - Remove unused React import - Move getMessageTextContent outside component - Add error state with X icon for copy failures - Translate Chinese comments to English - Simplify copy function - Add missing semicolon - Remove accidental .gitignore entries --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dayuan.jiang <jdy.toh@gmail.com>
2025-11-29 12:39:35 +08:00
{
chore: add Biome for formatting and linting (#116) - Add Biome as formatter and linter (replaces Prettier) - Configure Husky + lint-staged for pre-commit hooks - Add VS Code settings for format on save - Ignore components/ui/ (shadcn generated code) - Remove semicolons, use 4-space indent - Reformat all files to new style
2025-12-06 12:46:40 +09:00
"extends"
:
[
"next/core-web-vitals"
,
"next/typescript"
]
feat: add copy button to user messages in chat sidebar (#21) * Initial plan * Initial plan for adding copy button to user messages Co-authored-by: huminglong <63436986+huminglong@users.noreply.github.com> * Add copy button to user messages in chat sidebar Co-authored-by: huminglong <63436986+huminglong@users.noreply.github.com> * Refactor: extract userMessageText to avoid duplicate function calls Co-authored-by: huminglong <63436986+huminglong@users.noreply.github.com> * feat(ui): 增加消息复制功能支持非 HTTPS 环境 优化复制消息到剪贴板的逻辑,增加对非 HTTPS 环境的降级处理,提升用户体验。 * fix(package): 添加 peer 属性以支持依赖关系 * chore(.gitignore): 添加 next 和 next-ai-draw-io@0.2.0 相关条目 * fix: improve copy button implementation - Fix copy button alignment (place left of user message) - Remove unused React import - Move getMessageTextContent outside component - Add error state with X icon for copy failures - Translate Chinese comments to English - Simplify copy function - Add missing semicolon - Remove accidental .gitignore entries --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dayuan.jiang <jdy.toh@gmail.com>
2025-11-29 12:39:35 +08:00
}
Reference in New Issue
Copy Permalink