Commit Graph

16881 Commits

Author SHA1 Message Date
Charlie
1b0db68098 enhance(ux): align for the image asset block container (#12425)
* feat(asset): add alignment options for images
* enhance(ux): select block for the action of double click in the image asset container
* enhance(asset): change alignment property type from string to keyword and normalize alignment handling
2026-03-12 11:18:51 +08:00
Tienson Qin
6e08f7b187 fix: remote block create split across batches 2026-03-12 08:08:01 +08:00
Mega Yu
1c351aebff feat: add code snippet extraction functionality in exporter and UI options 2026-03-11 15:44:12 -04:00
Tienson Qin
c1a9bee798 fix: undo should skip conflicted move instead of clearing stack 2026-03-11 17:36:21 +08:00
Tienson Qin
7c5146afcd fix(sync): improve undo/redo merge reliability 2026-03-06 00:05:45 +08:00
Tienson Qin
e7e731310f Revert "fix(sync): simplify remote tx + undo/redo reliability logic"
This reverts commit 4c307da6d6.
2026-03-06 00:03:59 +08:00
Tienson Qin
4c307da6d6 fix(sync): simplify remote tx + undo/redo reliability logic 2026-03-05 23:09:00 +08:00
Tienson Qin
722871c2c0 add undo redo sim tests 2026-03-05 18:48:41 +08:00
Tienson Qin
a092470392 enhance: copy as/export add open blocks only 2026-03-05 18:23:42 +08:00
Tienson Qin
7d85525373 add classes and properties to simulation tests 2026-03-05 18:07:10 +08:00
Tienson Qin
2faa65a45e sim tests full coverage for outliner ops 2026-03-05 17:51:52 +08:00
Tienson Qin
7251c3779e add cut paste to simulation tests 2026-03-05 17:38:58 +08:00
Tienson Qin
4bf39b576b fix(regression): journal title shouldn't be updated 2026-03-05 17:26:05 +08:00
Tienson Qin
a7e015b0ad fix: lint 2026-03-05 17:18:35 +08:00
Tienson Qin
7cddf537da fix: cut paste lost children after synced 2026-03-05 17:08:49 +08:00
Tienson Qin
7cef3c749e remove ws connect timing metric 2026-03-05 16:53:46 +08:00
Tienson Qin
e0d821e34e add tx-meta to invalid data error report 2026-03-05 14:56:01 +08:00
megayu
6263ba06d9 Fix unnecessary highlighted snippets in [[]] block search results (#12421)
* fix [[]] block search render unnecessary highlight snippt

* match the name of the test with the corresponding fact
2026-03-04 21:31:56 +08:00
Tienson Qin
a0b109399d fix: ui keep refresh with custom journal format 2026-03-04 20:27:06 +08:00
charlie
ffdc77c5c4 enhance(ui): polish settings item alignments 2026-03-04 17:18:02 +08:00
Mega Yu
ad0363c86e remove keyboard acceleration feature and related tests 2026-03-04 11:04:17 +08:00
Mega Yu
e73bbe86cc add a toggle switch to enable/disable the continuous key press acceleration feature 2026-03-04 10:43:39 +08:00
megayu
e01e62cd63 Merge branch 'master' into enhance/search 2026-03-03 20:11:33 +08:00
Tienson Qin
6bf5ae4682 enhance: cache user keys to speedup first sync 2026-03-03 19:47:01 +08:00
Tienson Qin
f89b72c5ff add app startup measure logs 2026-03-03 17:55:24 +08:00
Tienson Qin
5a417c25ad fix: tests 2026-03-03 16:57:27 +08:00
Mega Yu
a8e600fd88 Merge branch 'master' into enhance/search 2026-03-03 16:15:54 +08:00
Mega Yu
4fd3d8ea63 minor improvement 2026-03-03 15:23:21 +08:00
Tienson Qin
838095e70b remove unused fn 2026-03-03 14:31:54 +08:00
Mega Yu
73b6b7e0a4 refactor: enhance input handling and reset scroll position on input change 2026-03-03 14:18:17 +08:00
Mega Yu
388e395c38 refactor: simplify the logic for scrolling and highlighting 2026-03-03 13:53:10 +08:00
Tienson Qin
7bb9b50764 enhance: use cache token for faster connection 2026-03-03 13:37:48 +08:00
Tienson Qin
ef9ab99dc5 fix: batch temp-id remapping applies only to neg integer temp IDs
not string IDs
2026-03-03 13:06:38 +08:00
Tienson Qin
00c92a4f70 fix: ci tests 2026-03-03 12:50:37 +08:00
Tienson Qin
a7973504b8 fix: ci tests 2026-03-03 12:41:48 +08:00
Tienson Qin
dcb26353ec fix(sync): refresh access token when expired 2026-03-03 12:28:24 +08:00
Tienson Qin
1285af686b fix: tests not finished 2026-03-03 09:37:50 +08:00
charlie
e203d0465c fix(ui): incorrect sticky position for the table header 2026-03-02 16:36:11 +08:00
Mega Yu
8408cf55f3 refactor: enhance lazy visibility handling by adding root parameter for improved scroll management 2026-03-02 15:45:45 +08:00
Mega Yu
4514e0e989 refactor: enhance keyboard and mouse highlight handling for improved user interaction 2026-03-02 13:17:59 +08:00
Mega Yu
b97ab27e4f refactor: improve keydown acceleration handling by tracking hold duration 2026-03-02 09:52:54 +08:00
charlie
cfbceea453 fix(assets): include last visit page in highlights response https://github.com/logseq/db-test/issues/715 2026-03-01 18:09:14 +08:00
Mega Yu
d3bc5f60c4 refactor: optimize use-effect for highlighted item handling and cache management 2026-02-28 22:31:40 +08:00
Mega Yu
2e7d22d5ea refactor: comment out mouse enter event handling for highlighted items 2026-02-28 21:41:32 +08:00
Mega Yu
30c52f9907 refactor: simplify highlight handling in list item component 2026-02-28 21:24:42 +08:00
Mega Yu
24be28f647 fix: ensure input field is focused after clearing filter and refreshing results 2026-02-28 20:58:21 +08:00
Mega Yu
f9c5206e85 feat: add scroll target adjustment for highlighted rows during animation 2026-02-28 20:16:42 +08:00
Mega Yu
c9726adb4c fix: add guard to prevent duplicate scroll animation 2026-02-27 20:40:41 +08:00
Mega Yu
04dd5c70dd refactor: enhance item mapping with group association in results 2026-02-27 17:39:08 +08:00
Mega Yu
486d991944 fix: streamline shift key handling in action events and key handlers 2026-02-27 17:25:38 +08:00