GitHub 提交日报 · 2026-02-12

自动汇总 2026-02-12 当天 hummingg 在 GitHub 上的提交。

hummingg/ai-coding

  • feat(ExtensionManager): rename pin terminology to star for better UX
    • Replace “pin/pinned/unpin” with “star/starred/unstar” throughout
    • Update all UI text in English and Chinese locales
    • Rename CSS classes: .pinned -> .starred, .pin-btn -> .star-btn
    • Rename JavaScript variables and methods for consistency
    • Update filter options and batch operation buttons
    • Change visual indicator from 📌 to ⭐
    • This terminology change makes the favorite/bookmark feature more
    • intuitive and aligns with common UI patterns.
    • Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
  • fix(toolbox): improve mood calendar UI and remove worktime real-time features
    • Mood calendar improvements:
    • Remove colored circle background from emojis for cleaner look
    • Fix date number alignment across all calendar cells
    • Use absolute positioning for consistent date placement
    • Adjust emoji size and styling for better visual balance
    • Worktime tracker improvements:
    • Remove real-time accumulation feature (earnings and duration updates)
    • Fix component import errors by removing non-existent mp-button
    • Clean up unused timer and update methods
    • Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com