Adorian Doran
914fa3625f
client/read only note info bar: style tweaks for zen mode
Checks / main (push) Waiting to run
2025-11-06 02:01:30 +02:00
Adorian Doran
5e3ffc12ce
style/zen mode: fix content refusing to get narrower than the max content width preference
2025-11-06 02:01:03 +02:00
Adorian Doran
aa3a8d19ae
client: increase the default size limit for auto read-only
2025-11-06 01:46:55 +02:00
Adorian Doran
a57c237c69
client/read only note info bar: style tweaks for zen mode
2025-11-06 01:34:39 +02:00
Adorian Doran
b52e615f0c
client/read only note info bar: add support for zen mode
2025-11-06 01:08:26 +02:00
Adorian Doran
95e5c2563e
client/read only note info bar: refactor
2025-11-06 00:45:16 +02:00
Adorian Doran
33be7f828b
client/read only note info bar: fix file name
2025-11-06 00:24:27 +02:00
Adorian Doran
d23d37baac
client/read only note info bar: add translation string
2025-11-06 00:22:00 +02:00
Adorian Doran
dda8b2795b
client/read only note info bar: tweak style
2025-11-06 00:17:14 +02:00
Adorian Doran
0b9eb6c532
client/read only note info bar: shorten link caption
2025-11-05 23:56:18 +02:00
Adorian Doran
728f574eac
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-05 23:52:53 +02:00
Adorian Doran
8e90826aef
client: add a read-only note info bar
2025-11-05 23:52:38 +02:00
Elian Doran
5e5e0afcf0
Translations update from Hosted Weblate ( #7630 )
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
Deploy website / Build & deploy website (push) Waiting to run
2025-11-05 23:36:01 +02:00
kamykO
de85d1f0df
Translated using Weblate (Polish)
...
Currently translated at 100.0% (152 of 152 strings)
Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/pl/
2025-11-05 21:17:29 +00:00
Elian Doran
b287b892e1
Merge branch 'main' of github.com:TriliumNext/Trilium
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 / main (push) Waiting to run
Deploy Documentation / Build and Deploy Documentation (push) Has been cancelled
2025-11-05 23:17:19 +02:00
Elian Doran
a0edf00caa
feat(collections/calendar): context menu option to delete event
2025-11-05 23:17:15 +02:00
Elian Doran
218b9404fc
fix(print): missing admonition icons
2025-11-05 22:08:31 +02:00
Elian Doran
54af120e96
fix(search): resolve issue when using = operator in search ( #7268 )
2025-11-05 21:51:44 +02:00
Elian Doran
2154a5e1db
Merge remote-tracking branch 'origin/main' into renovate/major-vitest-monorepo
Checks / main (push) Has been cancelled
2025-11-05 21:24:45 +02:00
Elian Doran
dbe51ccaf3
Fix LLM streaming test race conditions after Vite update ( #7629 )
2025-11-05 21:20:11 +02:00
Elian Doran
ba61ab18ff
docs: sync
2025-11-05 21:01:39 +02:00
Elian Doran
2e14522f86
Merge remote-tracking branch 'origin/main'
2025-11-05 21:00:28 +02:00
copilot-swe-agent[bot]
993d53ed97
Complete vi.waitFor() migration for all async streaming tests
...
Replaced all remaining setTimeout calls with vi.waitFor() for consistency and reliability.
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-05 18:21:48 +00:00
copilot-swe-agent[bot]
730e2da932
Improve test reliability by using vi.waitFor() for async checks
...
Replaced hardcoded timeouts with vi.waitFor() for better test reliability.
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-05 18:19:55 +00:00
copilot-swe-agent[bot]
18a198496b
Fix syntax errors in LLM service test mocks
...
Fixed vi.mock() syntax errors that were preventing tests from running.
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-05 18:16:47 +00:00
copilot-swe-agent[bot]
5eb791fd65
Fix LLM streaming test race conditions after Vite update
...
Added waits for async streaming operations in tests and reduced concurrent request count to 2 for reliability.
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-05 18:12:52 +00:00
copilot-swe-agent[bot]
27cc022fb8
Initial plan
2025-11-05 17:46:45 +00:00
Elian Doran
4ae38ac5d6
docs(user): widget basics missing template ( closes #6148 )
2025-11-05 18:32:34 +02:00
Adorian Doran
d5cb6a86c8
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-11-05 17:35:10 +02:00
Elian Doran
a577fd45e2
fix(quick_search): enable Numpad Enter to trigger quick search ( #7624 )
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 / main (push) Waiting to run
2025-11-05 14:49:01 +02:00
Elian Doran
977284fe57
docs(user): document read-only database ( closes #4341 )
2025-11-05 10:20:35 +02:00
SiriusXT
26ea43d604
chore(test): add vitest for NumpadEnter
2025-11-05 16:01:26 +08:00
SiriusXT
4cb328bdb3
Merge branch 'main' into quick_search
2025-11-05 15:41:13 +08:00
SiriusXT
16785a5c0b
fix(quick_search): enable Numpad Enter to trigger quick search
2025-11-05 15:40:12 +08:00
Elian Doran
d271fe7fdd
docs(demo): clean up expansion state
2025-11-05 09:26:14 +02:00
Elian Doran
88b9709f15
docs(user): launch bar clarifications in the LLM doc
2025-11-05 08:26:34 +02:00
Elian Doran
f55edabe92
chore(edit-docs): set different port to edit-demo
2025-11-05 08:19:37 +02:00
Elian Doran
2b983f871e
docs(demo): link to old documentation ( closes #5211 )
2025-11-05 08:19:25 +02:00
Elian Doran
ab298cbb3b
docs(user): how to set data dir on Windows ( closes #4853 )
2025-11-05 08:09:15 +02:00
Elian Doran
abeeea584f
chore(deps): update dependency sax to v1.4.3 ( #7622 )
2025-11-05 07:47:19 +02:00
Elian Doran
4d5597cc75
chore(deps): update dependency @redocly/cli to v2.11.0 ( #7623 )
2025-11-05 07:46:39 +02:00
Elian Doran
c684712141
chore(deps): update dependency axios to v1.13.2 ( #7621 )
2025-11-05 07:45:33 +02:00
renovate[bot]
a8bb301296
chore(deps): update dependency @redocly/cli to v2.11.0
2025-11-05 01:34:43 +00:00
renovate[bot]
d5bfa466a2
chore(deps): update dependency sax to v1.4.3
2025-11-05 01:34:00 +00:00
renovate[bot]
7651c58c47
chore(deps): update dependency axios to v1.13.2
2025-11-05 01:33:17 +00:00
Elian Doran
c2ce36d963
docs(user): mention structure difference
2025-11-04 23:13:34 +02:00
Elian Doran
3359ff5470
docs(dev): update database structure
2025-11-04 22:53:42 +02:00
Elian Doran
421c1f257e
fix(electron): port-in-use dialog shown when opening a new window | ( #7595 )
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 / main (push) Waiting to run
2025-11-04 19:29:46 +02:00
Elian Doran
97e87741ee
Add multi-branch prefix editing support ( #7598 )
2025-11-04 19:17:31 +02:00
Elian Doran
193caf8c21
chore: clean up generated type definitions
2025-11-04 19:07:42 +02:00