Elian Doran
41751c205c
refactor(toc): reorder according to purpose
2025-12-18 10:58:25 +02:00
Elian Doran
852398426e
chore(toc): add unique keys to headings
2025-12-18 10:56:44 +02:00
Elian Doran
73f1b91d34
chore(toc): reintroduce basic collapse support
2025-12-18 10:49:33 +02:00
Xen0r
28da93fc65
Merge branch 'main' into main
2025-12-18 09:36:55 +01:00
Elian Doran
87a98201b4
chore(toc): reintroduce hierarchy
2025-12-18 10:30:39 +02:00
Elian Doran
60342c0f6f
fix(toc): not working on note switch
2025-12-18 10:08:10 +02:00
Elian Doran
97a3e439d2
refactor(toc): decouple CKEditor TOC
2025-12-18 09:58:10 +02:00
Jason Wasem
ee6f988c35
refactor(search): simplify null check and use join for text concatenation
...
根据代码审查建议优化代码:
- 移除多余的 `elements &&` 检查,因为 Array.isArray() 本身可处理 null/undefined
- 使用 `join(" ")` 替代 `toString()` 以确保文本元素用空格分隔,更适合全文搜索
- 移除显式类型声明,让 TypeScript 自动推断
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 10:01:13 +08:00
Adorian Doran
7cfc67cf9f
style/note icon: tweak colors
2025-12-18 03:14:21 +02:00
Adorian Doran
ea2dd0293f
style/note icon: tweak colors
2025-12-18 02:05:49 +02:00
Adorian Doran
76c16f3a62
style/note icon: apply the note custom color on the icon
2025-12-18 00:53:09 +02:00
Elian Doran
094f77b1af
chore(toc): react to changes
2025-12-18 00:38:40 +02:00
Elian Doran
b2bcbdde3f
style(attachment): top padding not matching side padding
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy Documentation / Build and Deploy Documentation (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
2025-12-18 00:25:16 +02:00
Elian Doran
eceb7179b8
style(attachment): code block cuts off card
2025-12-18 00:20:48 +02:00
Elian Doran
3a46a9fbc3
chore(toc): attempt to read using CKEditor API
2025-12-18 00:16:03 +02:00
Elian Doran
2e484a11e6
feat(layout/right_pane): basic store to read content without blob
2025-12-17 23:40:25 +02:00
Elian Doran
98ed442d27
chore(layout/right_pane): empty table of contents
2025-12-17 23:19:42 +02:00
Elian Doran
dac923e45d
chore(layout/right_pane): bring back resizer
2025-12-17 23:17:25 +02:00
Elian Doran
f46de50f17
refactor(layout/right_pane): CSS for container
2025-12-17 23:03:57 +02:00
Elian Doran
616af1502f
feat(layout/right_pane): create empty container
2025-12-17 23:01:44 +02:00
Adorian Doran
c9fae88a86
style/note: add custom note color CSS variables on the split containers
2025-12-17 22:48:47 +02:00
Elian Doran
9872a3d522
feat(call_to_action): add more info button for new layout
2025-12-17 22:46:25 +02:00
Elian Doran
851169e061
fix(edited_notes): no message if there are no edited notes on a day
2025-12-17 22:39:24 +02:00
Elian Doran
f3b274650e
docs(user): mark new layout in feature highlights
2025-12-17 22:34:01 +02:00
Elian Doran
3293ed2ce0
docs(user): document the new layout
2025-12-17 22:34:01 +02:00
Elian Doran
231ec39025
New layout refinement ( #8088 )
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
2025-12-17 18:51:38 +02:00
Jason Wasem
ecb972c71c
fix(search): add null check for canvas elements in fulltext search
...
添加对 Canvas 笔记 elements 字段的空值检查,防止当 elements 为 null 或非数组时搜索功能报错。
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 00:42:12 +08:00
Elian Doran
c7f1e46b26
e2e(server): disable new layout and call-to-action for now
2025-12-17 18:05:39 +02:00
Elian Doran
b9c39d757b
style(next): match attachment code border radius with context menu
2025-12-17 17:42:03 +02:00
Elian Doran
ea4a3b7f07
chore(client): address requested changes
2025-12-17 17:24:15 +02:00
Elian Doran
cbecc24999
feat(call_to_action): inform about the layout change
2025-12-17 16:05:55 +02:00
Elian Doran
261c1f77cf
fix(layout): 2px margin in code notes
2025-12-17 15:47:11 +02:00
Elian Doran
87d99aaffa
fix(layout): experimental styles not applied
2025-12-17 15:46:00 +02:00
Elian Doran
d0b0a13b6d
chore(options/appearance): use translations
2025-12-17 15:44:01 +02:00
Elian Doran
1ed83b3598
Merge remote-tracking branch 'origin/main' into layout/refinement
2025-12-17 15:43:51 +02:00
Elian Doran
2759beb5d0
feat(options/appearance): improve new layout
2025-12-17 15:34:44 +02:00
Elian Doran
d623b2ffa0
feat(options/appearance): switch between layouts
2025-12-17 15:17:54 +02:00
Elian Doran
3ed613cf1d
style(options/appearance): improve layout slightly
2025-12-17 12:40:36 +02:00
Elian Doran
948a6f84d6
feat(options/appearance): add basic illustration for old layout
2025-12-17 12:37:12 +02:00
Xen0r
334024b2d1
Merge branch 'main' into main
2025-12-17 10:28:53 +01:00
Elian Doran
6aa14d17d7
chore(deps): update dependency openai to v6.14.0 ( #8086 )
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
Deploy website / Build & deploy website (push) Has been cancelled
2025-12-17 11:26:29 +02:00
Elian Doran
e1da74d4d1
fix(deps): update dependency mind-elixir to v5.3.8 ( #8085 )
2025-12-17 11:26:15 +02:00
Elian Doran
a6012283da
fix(deps): update dependency lodash-es to v4.17.22 ( #8084 )
2025-12-17 11:25:23 +02:00
Elian Doran
e450e0299f
chore(deps): update vitest monorepo to v4.0.16 ( #8083 )
2025-12-17 11:25:03 +02:00
Xen0r
816f851709
Update translation.json
2025-12-17 10:22:13 +01:00
Xen0r
514ded5b8d
Merge branch 'main' into main
2025-12-17 10:20:10 +01:00
renovate[bot]
304fd37ce2
chore(deps): update dependency openai to v6.14.0
Checks / main (push) Has been cancelled
2025-12-17 00:03:10 +00:00
renovate[bot]
51ef473964
fix(deps): update dependency mind-elixir to v5.3.8
2025-12-17 00:02:27 +00:00
Adorian Doran
96f148a870
Tweak note title and icon ( #8082 )
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
Deploy website / Build & deploy website (push) Waiting to run
Deploy Documentation / Build and Deploy Documentation (push) Has been cancelled
2025-12-17 02:01:58 +02:00
renovate[bot]
150bc07d28
fix(deps): update dependency lodash-es to v4.17.22
2025-12-17 00:01:46 +00:00