Commit Graph

20 Commits (d69435c97cf26767ca3f6a53cdf5f45a51f4c463)

Author SHA1 Message Date
Steven 4c1d1c70d1 refactor: rename workspace to instance throughout codebase
Remove work-related terminology by renaming "workspace" to "instance"
across the entire application. This change better reflects that Memos
is a self-hosted tool suitable for personal and non-work use cases.

Breaking Changes:
- API endpoints: /api/v1/workspace/* → /api/v1/instance/*
- gRPC service: WorkspaceService → InstanceService
- Proto types: WorkspaceSetting → InstanceSetting
- Frontend translation keys: workspace-section → instance-section

Backend Changes:
- Renamed proto definitions and regenerated code
- Updated all store layer methods and database drivers
- Renamed service implementations and API handlers
- Updated cache from workspaceSettingCache to instanceSettingCache

Frontend Changes:
- Renamed service client: workspaceServiceClient → instanceServiceClient
- Updated all React components and state management
- Refactored stores: workspace.ts → instance.ts
- Updated all 32 locale translation files

All tests pass and both backend and frontend build successfully.

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

Co-Authored-By: Claude <noreply@anthropic.com>
3 weeks ago
Claude 7eec424274 chore: remove references handling from markdown extraction 4 weeks 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`.
4 weeks ago
Steven 5ad2038b1a feat: update gomark dependency and refactor markdown parsing logic 2 months ago
unuunn 452f47c4b9
set HasCode only for CodeBlock (#4842) 5 months ago
Steven a4920d464b refactor: attachment service part2 5 months ago
Steven ef6f80d925 chore: fix linter 6 months ago
Steven ad2c5f0d05 refactor: store cache 6 months ago
Johnny 0a429a899f chore: remove version update activity 10 months ago
johnnyjoy 2058a8ab7b chore: move references to memo property 10 months ago
johnnyjoy 541e07af8c chroe: rebuild memo references 11 months ago
johnnyjoy 3b0be442de chore: update memo payload runner schedule 11 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 7b79c49414 chore: remove version tests 1 year ago
Steven fbe0251eed feat: impl list renderer 1 year ago
Steven 4209575244 chore: tweak folder naming style 1 year ago
Steven d11bd30ec6 chore: tweak logger 1 year ago
Steven 2999f472dd chore: fix typo 1 year ago
Steven 45ddd05c42 chore: tweak linter warning 1 year ago
Steven d1280bc04f chore: implement memo property runner 1 year ago