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