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/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>
3 months ago
..
cache chore: fix linter 5 months ago
db feat(store): add hierarchical tag filtering support 3 months ago
migration
seed chore: fix reactions seed data 3 months ago
test refactor: remove unused constants 4 months ago
activity.go
attachment.go refactor: memo filter 4 months ago
cache.go
common.go
driver.go refactor: update migration history methods 4 months ago
idp.go
inbox.go refactor(api): migrate inbox functionality to user notifications 3 months ago
memo.go feat: enhance memo sorting functionality to support multiple fields 4 months ago
memo_relation.go
migration_history.go refactor: update migration history methods 4 months ago
migrator.go feat: enhance memo sorting functionality to support multiple fields 4 months ago
reaction.go refactor: memo filter 4 months ago
store.go
user.go refactor: remove unused constants 4 months ago
user_setting.go
workspace_setting.go