• 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
.github Loading commit data...
cmd/memos Loading commit data...
internal Loading commit data...
plugin Loading commit data...
proto Loading commit data...
scripts Loading commit data...
server Loading commit data...
store Loading commit data...
web Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
.golangci.yaml Loading commit data...
.goreleaser.yaml Loading commit data...
CLAUDE.md Loading commit data...
CODEOWNERS Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...