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
Elian Doran
33a41d2f86
Merge remote-tracking branch 'origin/main' into react/type_widgets
...
; Conflicts:
; apps/client/src/layouts/desktop_layout.tsx
; apps/client/src/layouts/mobile_layout.tsx
; apps/client/src/widgets/note_detail.ts
; apps/client/src/widgets/react/hooks.tsx
2025-11-09 12:08:50 +02:00
Elian Doran
5e83e6fa34
Merge remote-tracking branch 'origin/main' into react/type_widgets
2025-11-06 11:40:04 +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
copilot-swe-agent[bot]
50a69248a7
Fix keyboard shortcut support and address code review feedback
...
Checks / main (push) Has been cancelled
- Add editBranchPrefixCommand in note_tree.ts to support F2 keyboard shortcut with multi-selection
- Extract CSS to separate branch_prefix.css file
- Remove hard-coded color, use CSS class instead
- Fix translation key usage to keep t() calls visible in IDE
- Remove all inline styles
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-03 08:01:56 +00:00
copilot-swe-agent[bot]
5b8bb8587d
Address code review feedback - add logging and constant for virtual branches
...
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-02 22:00:54 +00:00
copilot-swe-agent[bot]
4fc434a52e
Implement multi-branch prefix editing functionality
...
- Add setPrefixBatch API endpoint to handle batch prefix updates
- Update branch_prefix dialog to support multiple branches
- Remove noSelectedNotes constraint from edit branch prefix menu
- Add translations for multi-branch prefix editing
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
2025-11-02 21:52:02 +00:00
Adorian Doran
ecb6dc7923
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-31 11:33:07 +02:00
Elian Doran
b52d30c55a
chore(dialog/export): strange order with OPML
2025-10-31 11:05:40 +02:00
Adorian Doran
ae544a80c2
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-28 23:43:55 +02:00
Elian Doran
5b7e9d4c12
Revision history: two fixes ( #7544 )
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/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ 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
/ Merge manifest lists (push) Blocked by required conditions
playwright / main (push) Waiting to run
Deploy MkDocs Documentation / Build and Deploy MkDocs (push) Has been cancelled
Deploy website / Build & deploy website (push) Has been cancelled
2025-10-28 18:30:50 +02:00
contributor
5c46a0dfa8
chore: remove dead code
...
https://github.com/TriliumNext/Trilium/pull/7544#issuecomment-3456187575
2025-10-28 18:26:35 +02:00
Elian Doran
b1f8d44576
Merge remote-tracking branch 'origin/main' into feature/export_with_share_theme
2025-10-28 14:29:37 +02:00
contributor
945e2625d3
fix: wrong dates in “Note Revisions” view
2025-10-28 12:55:13 +02:00
Adorian Doran
ea45024559
Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements
2025-10-28 09:51:32 +02:00
SiriusXT
8f8ea7adc3
fix(types): correct CommandMappings key for pasteMarkdownIntoText
2025-10-28 14:10:11 +08:00
SiriusXT
ac16c42e23
Merge branch 'main' into patch_import_markdown
2025-10-28 11:03:41 +08:00
SiriusXT
5025329e92
fix: restore editor focus after inserting markdown
2025-10-28 11:00:53 +08:00
SiriusXT
507910b0ce
fix: import markdown to text note
2025-10-28 10:17:37 +08:00
SiriusXT
56019e5449
fix (empty tab): recent notes not showing when creating a empty tab
2025-10-27 16:59:28 +08:00
SiriusXT
7dd517d8f7
fix (empty tab): recent notes not showing when creating a empty tab
2025-10-27 14:42:22 +08:00
Elian Doran
8828e36624
Merge remote-tracking branch 'origin/main' into react/type_widgets
Checks / main (push) Has been cancelled
2025-10-26 20:19:47 +02:00
Elian Doran
ea53665e64
Merge remote-tracking branch 'origin/main' into feature/export_with_share_theme
2025-10-24 14:43:20 +03:00
Adorian Doran
b4dd40e128
style/quick edit dialog: refactor
2025-10-23 10:48:04 +03:00
Adorian Doran
535b960b76
style/quick edit dialog: ignore monochromatic custom colors
2025-10-23 10:44:23 +03:00
Adorian Doran
a01fb39599
client/quick edit dialog: make available the CSS variables with the custom color of the edited note
2025-10-23 10:16:18 +03:00