Commit Graph

54 Commits (93964827ad9529f069c60f861cd6a70baca143eb)

Author SHA1 Message Date
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>
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`.
2 weeks ago
Steven b4ea7d843f feat: enhance memo sorting functionality to support multiple fields 2 weeks ago
github-actions[bot] 074c580214 chore: bump gomark
- Bump protoc-gen-go version from v1.36.8 to v1.36.9 in multiple generated files.
- Enhance OpenAPI descriptions for various endpoints to improve clarity and readability.
- Fix typo in the description list handling in the markdown service.
- Update HTMLElement component to handle children and self-closing tags correctly.
- Modify types in the markdown service to include children and self-closing properties for HTML elements.
1 month ago
Johnny 7cc2df9254 chore: fix linter 2 months ago
Liu Chao ba7dfb7d98
fix: OpenAPI Parameter Conflict in DeleteMemoTag Endpoint (#4985)
Signed-off-by: ChaoLiu <chaoliu719@gmail.com>
3 months ago
johnnyjoy db63b1949a chore: fix creator id format 4 months ago
johnnyjoy ed23cbc011 refactor: memo filter 4 months ago
johnnyjoy 6e45e9f8b6 refactor: deprecate old filter 4 months ago
Steven 83febf9928 chore: clean resource definition 5 months ago
Steven 9972a77d9e refactor: memo service 5 months ago
Steven bb5809cae4 refactor: attachment service 5 months ago
Steven 1a121e350b chore: update gitignore 7 months ago
Anubhav Singh a63d9b471b
feat: update ItalicNode to use repeated children instead of content (#4566)
* feat: update ItalicNode to use repeated children instead of content

* chore: update gomark dependency to latest version

---------

Co-authored-by: Anubhav Singh <anubhav@mail.techindika.com>
7 months ago
Johnny 90119c1af8 refactor: move memo property 8 months ago
Johnny 47b41bce85 refactor: move memo relation definition 8 months ago
johnnyjoy 13f6fa7b37 refactor: remove default visibility in workspace setting 9 months ago
johnnyjoy be5e24c0eb refactor: renovate list memos endpoint 9 months ago
johnnyjoy 97d12db3d5 refactor: renovate create memo 9 months ago
johnnyjoy 98aa0b73c5 refactor: retire memo uid 9 months ago
johnnyjoy 5e770dda52 refactor: memo name 9 months ago
johnnyjoy 2058a8ab7b chore: move references to memo property 9 months ago
johnnyjoy f1308ddd27 refactor: update part of resource identifier 10 months ago
Steven edc3f1d9d9 chore: retire unused memo view 10 months ago
Steven 8b7e9f5443 chore: remove unused user id 10 months ago
johnnyjoy 2a861ea430 refactor: tweak resource state in api 10 months ago
johnnyjoy 65da94521d chore: buf generate 10 months ago
johnnyjoy a78bfffb17 chore: add output only flag 10 months ago
Johnny e913271f15
refactor: move tags from property to payload (#4229)
* refactor: move tags from property to payload

* chore: fix tests

* chore: drop memo tags

* chore: update

---------

Co-authored-by: Steven <stevenlgtm@gmail.com>
11 months ago
Steven 7b70c203cc chore: buf generate 12 months ago
Steven 68c2bd3837 chore: update memo relations 1 year ago
Steven cfe1765067 chore: tweak user statistics view 1 year ago
Steven e527b6a878 feat: move reaction type to setting 1 year ago
Steven d11e7a3a9a chore: remove duplicated requests 1 year ago
Steven b144faf43a feat: add location selector 1 year ago
Steven 63989ab365 feat: add location to memo payload 1 year ago
johnnyjoy 41976cb894 feat: update memo endpoints 1 year ago
Steven a8ea28066e chore: retire export memos 1 year ago
Steven 139090fb8f chore: fix calendar timestamps 1 year ago
Steven 44e56844f5 chore: tweak search resources 1 year ago
Johnny 9909fd8a6f
feat: add snippet field to memo message (#3689) 1 year ago
Steven 1ab2c89408 feat(api): implement get memo by uid 1 year ago
Johnny 736637a362
feat: add public flag instead of system setting to enable signup (#3589) 1 year ago
Steven 797f5a123c feat: add `HasIncompleteTasks` to memo property 1 year ago
Steven a423dac12c chore: tweak memo property 1 year ago
Steven d3235f75f3 chore: tweak memo definition 1 year ago
Steven e0600388b2 chore: implement memo property endpoint 1 year ago
Steven f54b05a521 chore: tweak comments 1 year ago
Steven 9265b8e2bd chore: update tags filter 2 years ago
Steven c561362d62 feat: implement memo property 2 years ago