memos/server/router/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>
2025-10-29 23:32:47 +08:00
..
test chore: remove unused syntax 2025-10-27 08:31:57 +08:00
acl.go chore: fix reactions seed data 2025-10-27 20:27:27 +08:00
acl_config.go refactor: update markdown parser 2025-10-26 11:28:40 +08:00
activity_service.go feat(inbox): handles errors while fetching and adds possibility to delete items (#4908) 2025-07-23 14:21:26 +00:00
attachment_service.go feat: generate thumbnails for images stored in S3 and generate thumbnails with a maximum size (#5179) 2025-10-23 21:29:22 +08:00
auth.go chore: fix reactions seed data 2025-10-27 20:27:27 +08:00
auth_service.go chore: fix reactions seed data 2025-10-27 20:27:27 +08:00
auth_service_client_info_test.go chore: fix linter 2025-08-31 20:22:32 +08:00
common.go refactor: remove unused constants 2025-10-16 20:40:46 +08:00
health_service.go feat: implement grpc health service checking database connection (#4499) 2025-03-14 08:43:01 +08:00
idp_service.go chore: fix linter 2025-08-31 20:22:32 +08:00
inbox_service.go refactor: remove unused constants 2025-10-16 20:40:46 +08:00
logger_interceptor.go chore: add a new LOG_STACKTRACES option (#4973) 2025-08-07 23:56:21 +08:00
memo_attachment_service.go feat: attachments by id (#5008) 2025-08-15 22:02:29 +08:00
memo_relation_service.go refactor: update markdown parser 2025-10-26 11:28:40 +08:00
memo_service.go refactor(api): remove DeleteMemoTag and RenameMemoTag endpoints 2025-10-29 23:32:47 +08:00
memo_service_converter.go refactor: update markdown parser 2025-10-26 11:28:40 +08:00
memo_service_filter.go refactor: deprecate old filter 2025-07-22 21:25:57 +08:00
reaction_service.go fix: add user authentication checks 2025-10-08 20:30:05 +08:00
resource_name.go fix: add missing period to comment per golangci-lint 2025-10-22 22:32:24 +08:00
shortcut_service.go refactor: remove unused constants 2025-10-16 20:40:46 +08:00
test_auth.go fix: auth context 2025-06-22 22:58:00 +08:00
user_service.go chore: fix reactions seed data 2025-10-27 20:27:27 +08:00
user_service_stats.go chore: update user settings 2025-07-27 23:12:42 +08:00
v1.go chore: remove unused syntax 2025-10-27 08:31:57 +08:00
workspace_service.go fix: add user authentication checks 2025-10-08 20:30:05 +08:00