• Steven's avatar
    fix: implement tag suggestions functionality · ef9eee19
    Steven authored
    Backend changes:
    - Fix ListAllUserStats to calculate and return tag statistics
    - Previously only returned name and timestamps, missing TagCount
    - Now properly aggregates tags, pinned memos, and memo type stats
    
    Frontend changes:
    - Initialize user stats on app startup to populate tag data
    - Show all tags when typing just '#' (fix empty Fuse.js search)
    - Auto-refresh stats after creating/updating/deleting memos
    - Fix Checkbox component ref warning with forwardRef
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    Co-Authored-By: 's avatarClaude <noreply@anthropic.com>
    ef9eee19
Name
Last commit
Last update
..
components Loading commit data...
helpers Loading commit data...
hooks Loading commit data...
layouts Loading commit data...
lib Loading commit data...
locales Loading commit data...
pages Loading commit data...
router Loading commit data...
store Loading commit data...
themes Loading commit data...
types Loading commit data...
utils Loading commit data...
App.tsx Loading commit data...
grpcweb.ts Loading commit data...
i18n.ts Loading commit data...
index.css Loading commit data...
main.tsx Loading commit data...