Commit Graph

13 Commits (9666fb17a7f76229c1ae04b001b5853180bd32d5)

Author SHA1 Message Date
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.
2 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`.
2 weeks ago
Johnny bc7decf642 refactor: remove unused constants 4 weeks ago
varsnotwars e2454a8ae4
chore: add test for ListMemos (#5015) 3 months ago
johnnyjoy c5d497a1f0 chore: update user settings 4 months ago
Steven 046c6c83e1 chore: fix linter formats 4 months ago
Copilot e3a2dadb4b
fix: tag count regression - remove double increment causing off-by-one error (#4800)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: boojack <24653555+boojack@users.noreply.github.com>
4 months ago
johnnyjoy d6a75bba4c refactor: webhook service 5 months ago
Steven 83febf9928 chore: clean resource definition 5 months ago
Johnny 6e4d1d9100 fix: auth context 5 months ago
Steven 91c2a4cef9 refactor: inbox service 5 months ago
Steven 174b1a0361 chore: fix linter 5 months ago
Steven 760c164328 chore: add server tests 5 months ago