You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/proto/gen/api/v1
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>
8 months ago
..
activity_service.pb.go feat: enhance memo sorting functionality to support multiple fields 8 months ago
activity_service.pb.gw.go refactor: rename session methods in auth service 1 year ago
activity_service_grpc.pb.go refator: activity service 1 year ago
attachment_service.pb.go feat: enhance memo sorting functionality to support multiple fields 8 months ago
attachment_service.pb.gw.go refactor: rename session methods in auth service 1 year ago
attachment_service_grpc.pb.go refactor: attachment service 1 year ago
auth_service.pb.go feat: enhance memo sorting functionality to support multiple fields 8 months ago
auth_service.pb.gw.go chore: update auth service 1 year ago
auth_service_grpc.pb.go chore: tweak auth service 1 year ago
common.pb.go feat: enhance memo sorting functionality to support multiple fields 8 months ago
idp_service.pb.go feat: enhance memo sorting functionality to support multiple fields 8 months ago
idp_service.pb.gw.go refactor: clean unused fields 1 year ago
idp_service_grpc.pb.go chore: buf generate 2 years ago
inbox_service.pb.go feat: enhance memo sorting functionality to support multiple fields 8 months ago
inbox_service.pb.gw.go refactor: rename session methods in auth service 1 year ago
inbox_service_grpc.pb.go chore: buf generate 2 years ago
memo_service.pb.go refactor(api): remove DeleteMemoTag and RenameMemoTag endpoints 8 months ago
memo_service.pb.gw.go refactor(api): remove DeleteMemoTag and RenameMemoTag endpoints 8 months ago
memo_service_grpc.pb.go refactor(api): remove DeleteMemoTag and RenameMemoTag endpoints 8 months ago
shortcut_service.pb.go feat: enhance memo sorting functionality to support multiple fields 8 months ago
shortcut_service.pb.gw.go refactor: clean unused fields 1 year ago
shortcut_service_grpc.pb.go refactor: shortcut service 1 year ago
user_service.pb.go feat(api): support username lookup in GetUser endpoint 8 months ago
user_service.pb.gw.go fix: get user by username 11 months ago
user_service_grpc.pb.go feat(api): support username lookup in GetUser endpoint 8 months ago
workspace_service.pb.go feat: enhance memo sorting functionality to support multiple fields 8 months ago
workspace_service.pb.gw.go refactor: rename session methods in auth service 1 year ago
workspace_service_grpc.pb.go refactor: workspace setting service 1 year ago