Elian Doran
|
e0dc25ad23
|
fix(print): fails if included note could not be found
|
2025-12-03 19:16:58 +02:00 |
|
Elian Doran
|
514f5a0c81
|
chore(markdown_import): don't display anything on empty input
|
2025-12-02 12:26:47 +02:00 |
|
Elian Doran
|
6b18ed6477
|
refactor(markdown_import): deduplicate submit
|
2025-12-02 12:24:22 +02:00 |
|
Elian Doran
|
e07b6cc409
|
Merge remote-tracking branch 'origin/main' into fix/markdown
; Conflicts:
; apps/client/src/stylesheets/style.css
|
2025-12-02 12:20:01 +02:00 |
|
Elian Doran
|
b47bc50147
|
fix(revisions): double scrolling on mobile
|
2025-11-30 21:24:57 +02:00 |
|
Elian Doran
|
5ff77c16ab
|
feat(revisions): improve layout on mobile
|
2025-11-30 21:13:07 +02:00 |
|
Elian Doran
|
7779acc7bc
|
refactor(client): split revisions CSS into file
|
2025-11-30 19:56:13 +02:00 |
|
Elian Doran
|
aacd92eee3
|
chore(popup-editor): implement switch to full editor button
|
2025-11-30 19:47:17 +02:00 |
|
SiriusXT
|
f5d180af6b
|
fix(markdown): show 'import successful' when canceling markdown import
|
2025-11-30 15:27:08 +08:00 |
|
Adorian Doran
|
732494dfc5
|
client/keyboard shortcuts cheatsheet: add an edit button
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
|
2025-11-30 02:54:51 +02:00 |
|
Adorian Doran
|
cc71f15700
|
client/quick edit: remove fixed toolbar transparency
|
2025-11-30 02:17:43 +02:00 |
|
Adorian Doran
|
124ef640b1
|
client/quick edit: tweak layout
|
2025-11-30 02:04:40 +02:00 |
|
Adorian Doran
|
f5e3df0cd2
|
client/quick edit: add placeholder for "open in full editor" custom title bar button
|
2025-11-30 01:54:28 +02:00 |
|
Adorian Doran
|
1346ffb77e
|
Merge branch 'main' of https://github.com/TriliumNext/Trilium
|
2025-11-29 18:50:24 +02:00 |
|
Adorian Doran
|
3378746530
|
style: disable text selection in UI
|
2025-11-29 18:50:16 +02:00 |
|
Elian Doran
|
ec76b9dc5c
|
chore(quick-edit): increase max-width on mobile
|
2025-11-29 18:01:07 +02:00 |
|
Elian Doran
|
ee81037173
|
feat(quick_edit): smooth transition between colors
|
2025-11-29 17:26:17 +02:00 |
|
Elian Doran
|
453349be26
|
feat(quick_edit): seamless transition between color changes
|
2025-11-29 17:19:43 +02:00 |
|
Elian Doran
|
81a9e06b23
|
feat(quick_edit): basic reactivity to color changes
|
2025-11-29 17:19:43 +02:00 |
|
Elian Doran
|
7d8af0f252
|
refactor(client): use var for modal max height
|
2025-11-29 17:19:43 +02:00 |
|
Elian Doran
|
a68cd7526b
|
style(mobile): improve quick edit max height
|
2025-11-29 17:19:43 +02:00 |
|
Elian Doran
|
470ca3b6dc
|
style(mobile): improve quick edit max width
|
2025-11-29 17:19:43 +02:00 |
|
Elian Doran
|
c1f663a200
|
style(mobile): no bottom border radius on modals
|
2025-11-29 17:19:43 +02:00 |
|
Elian Doran
|
ab97068a1d
|
fix(quick_edit): classic toolbar dropdowns not working
|
2025-11-29 12:40:41 +02:00 |
|
Elian Doran
|
70fe3b9773
|
fix(quick_edit): block popup not working
|
2025-11-29 12:40:41 +02:00 |
|
Elian Doran
|
c16f9af6a9
|
feat(popup_editor): add read-only bar
|
2025-11-25 08:34:35 +02:00 |
|
Elian Doran
|
a544b0dc19
|
chore(popup_editor): improve alignment for read-only text
|
2025-11-25 08:31:44 +02:00 |
|
Elian Doran
|
7ecdee7a89
|
refactor(popup_editor): use simpler mechanism for retrieving note ID
|
2025-11-25 08:24:26 +02:00 |
|
Elian Doran
|
24361ccd97
|
fix(popup_editor): respect user's read-only choice (closes #7715)
|
2025-11-25 08:19:48 +02:00 |
|
Elian Doran
|
15c088ec21
|
feat(popup_editor): hide some unwanted floating buttons
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-11-24 21:56:16 +02:00 |
|
Elian Doran
|
015d70afb6
|
feat(popup_editor): enable floating buttons
|
2025-11-24 21:45:33 +02:00 |
|
Elian Doran
|
2158f69c09
|
feat(popup_editor): seamless mermaid code editor
|
2025-11-24 21:38:34 +02:00 |
|
Elian Doran
|
c49c5fd58c
|
fix(popup_editor): full-height taller than 100%
|
2025-11-24 21:33:17 +02:00 |
|
Elian Doran
|
f8533eb2c6
|
feat(popup_editor): immersive code notes editing
|
2025-11-24 19:50:51 +02:00 |
|
Elian Doran
|
4cc545659b
|
fix(popup_editor): keep in DOM
|
2025-11-24 19:38:18 +02:00 |
|
Elian Doran
|
081ac2d109
|
chore(react/quick_edit): reintegrate promoted attributes
|
2025-11-23 13:44:24 +02:00 |
|
Elian Doran
|
5edc4abfb4
|
chore(quick_edit): address requested changes
|
2025-11-22 21:37:41 +02:00 |
|
Elian Doran
|
56c82d7f0f
|
chore(quick_edit): address requested changes
|
2025-11-22 21:20:24 +02:00 |
|
Elian Doran
|
2985c762e6
|
chore(quick_edit): add back most of the components
|
2025-11-22 21:00:55 +02:00 |
|
Elian Doran
|
8001d940eb
|
chore(quick_edit): bring back coloring
|
2025-11-22 20:43:57 +02:00 |
|
Elian Doran
|
2f440eba37
|
chore(quick_edit): bring back focus
|
2025-11-22 19:34:23 +02:00 |
|
Elian Doran
|
bb9cb2fb75
|
fix(quick_edit): note context not injected on first render
|
2025-11-22 19:25:35 +02:00 |
|
Elian Doran
|
5531c15126
|
chore(quick_edit): get note content to render
|
2025-11-22 19:19:16 +02:00 |
|
Elian Doran
|
29f049c411
|
chore(quick_edit): inject note context
|
2025-11-22 19:11:20 +02:00 |
|
Elian Doran
|
31180afbd1
|
react(quick_edit): set up empty dialog
|
2025-11-22 19:07:50 +02:00 |
|
Elian Doran
|
139c60ac73
|
Hotfix (#7679)
|
2025-11-12 07:54:54 +02:00 |
|
Elian Doran
|
362ecba98d
|
fix(popup_editor): drag indicator not visible (closes #7686)
|
2025-11-11 15:32:59 +02:00 |
|
Elian Doran
|
a13892da66
|
refactor(popup_editor): different handling for z-index
|
2025-11-11 15:32:18 +02:00 |
|
Elian Doran
|
ae1c8f0a0b
|
chore(client): review from Copilot
Checks / main (push) Has been cancelled
|
2025-11-09 15:13:57 +02:00 |
|
Elian Doran
|
40a7f286a3
|
fix(client): typecheck issues
|
2025-11-09 15:04:29 +02:00 |
|