memos/store
Steven bc1550e926 refactor(api): migrate inbox functionality to user notifications
- Remove standalone InboxService and move functionality to UserService
- Rename inbox to user notifications for better API consistency
- Add ListUserNotifications, UpdateUserNotification, DeleteUserNotification methods
- Update frontend components to use new notification endpoints
- Update store layer to support new notification model

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-31 08:33:09 +08:00
..
cache
db feat(store): add hierarchical tag filtering support 2025-10-30 00:21:53 +08:00
migration
seed chore: fix reactions seed data 2025-10-27 20:27:27 +08:00
test refactor: remove unused constants 2025-10-16 20:40:46 +08:00
activity.go
attachment.go refactor: memo filter 2025-10-16 09:22:52 +08:00
cache.go
common.go
driver.go refactor: update migration history methods 2025-10-20 23:05:50 +08:00
idp.go
inbox.go refactor(api): migrate inbox functionality to user notifications 2025-10-31 08:33:09 +08:00
memo.go feat: enhance memo sorting functionality to support multiple fields 2025-10-20 23:41:58 +08:00
memo_relation.go
migration_history.go refactor: update migration history methods 2025-10-20 23:05:50 +08:00
migrator.go feat: enhance memo sorting functionality to support multiple fields 2025-10-20 23:41:58 +08:00
reaction.go refactor: memo filter 2025-10-16 09:22:52 +08:00
store.go
user.go refactor: remove unused constants 2025-10-16 20:40:46 +08:00
user_setting.go
workspace_setting.go