Commit Graph

23 Commits (bc1550e9261c8358e3f4ada6ae9574999b8b5f6a)

Author SHA1 Message Date
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>
4 days ago
Claude 596b894ca0 chore: remove unused syntax
- Removed the wikilink extension from markdown services in test and API service.
- Deleted the DefaultLink and WikiLink components, simplifying link handling.
- Updated ConditionalComponent to remove wikilink checks.
- Adjusted MemoContent to exclude wikilink handling in markdown rendering.
- Refined markdown styles for compact rendering, enhancing readability.
- Added a Markdown Styling Guide to document the new compact styling approach.
1 week ago
Claude 739fd2cde6 refactor: update markdown parser
- Removed the `nodes` field from the `Memo` interface in `memo_service.ts`.
- Updated the `createBaseMemo` function and the `Memo` message functions to reflect the removal of `nodes`.
- Cleaned up the serialization and deserialization logic accordingly.

chore: remove code-inspector-plugin from Vite configuration

- Deleted the `codeInspectorPlugin` from the Vite configuration in `vite.config.mts`.
- Simplified the plugins array to include only `react` and `tailwindcss`.
1 week ago
Liu Chao 3427ae75ba
fix: resolve gRPC Gateway connection issue when server address is empty (#4968)
Signed-off-by: ChaoLiu <chaoliu719@gmail.com>
3 months ago
johnnyjoy c5d497a1f0 chore: update user settings 3 months ago
Steven bb5809cae4 refactor: attachment service 5 months ago
Steven 1ea4cc453c refactor: workspace setting service 5 months ago
Steven f1b365f928 refactor: clean packages 5 months ago
Steven 46be6b0ff6 fix: missing service handler 5 months ago
Sergey Gorbunov e23ade1f8b
feat: support listening on a UNIX socket (#4654) 6 months ago
Amir Ehsandar e75ef0964d
feat: implement grpc health service checking database connection (#4499) 8 months ago
Steven 69ad5178b3 chore: update `MaxCallRecvMsgSize` 1 year ago
Ryo a09c669865
fix: allow cors for grpc gateway handler (#3574) 1 year ago
Steven b5d2ff6e28 chore: fix linter 1 year ago
Steven 811c0757c4 chore: fix linter 1 year ago
Lincoln Nogueira f45f673aec
chore: respect supplied listening address (#3338) 2 years ago
Steven 942052b1ea chore: update grpc options 2 years ago
Steven d0655ece53 refactor: update memo tags 2 years ago
Steven 2c270438ec chore: update default service config 2 years ago
Steven 05f73a2236 chore: tweak linter 2 years ago
Steven 26545c855c refactor: implement s3 storage 2 years ago
Steven 144269fbbc chore: fix router 2 years ago
Steven 20dd3e17f7 chore: rename router package 2 years ago