Commit Graph

15 Commits (bc1550e9261c8358e3f4ada6ae9574999b8b5f6a)

Author SHA1 Message Date
Steven 243ecf14b0 refactor(api): remove DeleteMemoTag and RenameMemoTag endpoints
BREAKING CHANGE: Removed DeleteMemoTag and RenameMemoTag API endpoints
for better API consistency. Tags should now be managed by updating memo
content directly via UpdateMemo endpoint.

Backend changes:
- Remove RenameMemoTag and DeleteMemoTag RPC methods from proto
- Remove backend implementations in memo_service.go
- Regenerate protocol buffers (Go, TypeScript, OpenAPI)

Frontend changes:
- Remove RenameTagDialog component
- Simplify TagsSection to remove rename/delete functionality
- Improve tag styling with active state highlighting
- Add smooth transitions and better hover interactions
- Polish TagTree component for consistency
- Tags now only support click-to-filter (no inline editing)

Style improvements:
- Active tags highlighted with primary color and font-medium
- Consistent hover states across flat and tree views
- Better spacing and visual hierarchy
- Improved empty state styling

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
1 week ago
Steven bb5809cae4 refactor: attachment service 5 months ago
johnnyjoy 5e770dda52 refactor: memo name 9 months ago
Steven cfe1765067 chore: tweak user statistics view 1 year ago
Steven d11e7a3a9a chore: remove duplicated requests 1 year ago
Steven a8ea28066e chore: retire export memos 1 year ago
Steven cc91b1e512 chore: buf generate 1 year ago
Steven 139090fb8f chore: fix calendar timestamps 1 year ago
Steven 44e56844f5 chore: tweak search resources 1 year ago
Steven 1ab2c89408 feat(api): implement get memo by uid 1 year ago
Steven 797f5a123c feat: add `HasIncompleteTasks` to memo property 1 year ago
Steven e0600388b2 chore: implement memo property endpoint 1 year ago
Steven c561362d62 feat: implement memo property 2 years ago
Steven d0655ece53 refactor: update memo tags 2 years ago
Steven 1b291422e7 refactor: api version 2 years ago