Commit Graph

18312 Commits

Author SHA1 Message Date
Tienson Qin
f72afbb22c enhance: group whiteboards and other pages together 2023-11-06 12:15:09 +08:00
Tienson Qin
99a6bfc3b1 fix: whiteboard page/block search redirect 2023-11-06 12:06:10 +08:00
Tienson Qin
a5435b7db6 Show pages ahead of commands 2023-11-06 12:00:24 +08:00
Tienson Qin
fd3cfbdacd enhance: set smaller time for throttle 2023-11-06 11:58:41 +08:00
Tienson Qin
f6104cf975 enhance: lazy render search results 2023-11-06 11:57:28 +08:00
Tienson Qin
04b85f6572 fix: hidden text 2023-11-06 11:35:23 +08:00
Tienson Qin
49db9d645b fix: scroll if only invisible 2023-11-06 11:19:04 +08:00
Tienson Qin
0039a1955f fix: remove height limit for cmdk modal 2023-11-05 22:00:31 +08:00
Tienson Qin
007116e877 fix: repeated page search results 2023-11-05 21:48:55 +08:00
Tienson Qin
fc4c1d4c71 fix: highlight match 2023-11-05 21:37:55 +08:00
Tienson Qin
19ade78a86 fix: wrong expressions 2023-11-05 21:08:50 +08:00
Tienson Qin
81215e0b1f enhance: fuzzy search commands 2023-11-05 21:06:32 +08:00
Tienson Qin
07519d56ab fix: typo 2023-11-05 20:49:03 +08:00
Tienson Qin
4eb595cb94 fix: sub modal background 2023-11-05 20:48:17 +08:00
Tienson Qin
f510ca6743 fix: set lx-graph-12 for left sidebar text color in the light theme 2023-11-05 20:13:06 +08:00
Tienson Qin
2d1d841926 fix: white text icon for dark theme only 2023-11-05 19:56:12 +08:00
Tienson Qin
942b1677e3 enhance: remove modal border 2023-11-05 18:07:42 +08:00
Gabriel Horner
ca865bb000 fix: between filter in builder for both graph types 2023-11-03 18:45:33 -04:00
Gabriel Horner
030e4f6581 fix: basic query builder selection
Wasn't working for file or db graphs b/c of underlying component
changes. Part of LOG-2808
2023-11-03 16:56:51 -04:00
Gabriel Horner
1280f4e05d fix: disable file sync for db graphs 2023-11-02 14:29:05 -04:00
Tienson Qin
fcc38a4b6b fix: disable page/block preview in modals 2023-11-03 02:09:11 +08:00
Andelf
23bb5e8b9b chore(build): update clojure 1.11.1.1413 2023-11-03 01:49:14 +08:00
Tienson Qin
3f18cebe7d enhance: add fade-in to shortcut 2023-11-03 01:48:16 +08:00
Tienson Qin
1aae542204 Comment buggy mouse enter to highlight 2023-11-03 01:45:47 +08:00
Tienson Qin
d34f036c4d tip tweaks 2023-11-03 01:33:37 +08:00
Tienson Qin
c390146d72 fix: type / in the beginning not working 2023-11-03 01:32:35 +08:00
Tienson Qin
6e046fb3d1 enhance: display shortcut when highlighted 2023-11-03 01:03:09 +08:00
Tienson Qin
12ddf65a22 Add shui/shortcut component
Display mod+up/down for show more/less
2023-11-03 00:47:31 +08:00
Tienson Qin
8d2d857ca3 fix: add default value for button theme 2023-11-03 00:19:17 +08:00
Tienson Qin
07146f4b81 enhance: ESC to quit filter 2023-11-03 00:16:36 +08:00
Tienson Qin
f16127c80b enhance: tile sm size 2023-11-03 00:16:36 +08:00
Tienson Qin
439d08cf8a enhance: move tip to the left 2023-11-03 00:16:36 +08:00
Tienson Qin
5be4f1f7a3 Add commands to search only filters 2023-11-03 00:16:36 +08:00
Ben Yorke
519414a29d Testing test fixes 2023-11-02 16:17:03 +01:00
Gabriel Horner
3ccf80fcba add docs for new linter
also fix outliner lint
2023-11-02 09:32:51 -04:00
rcmerci
0a2858ba73 enhance(rtc): update schema 2023-11-02 19:35:24 +08:00
charlie
9e9ae5c6f4 enhance(pdf): remove invalid highlight selection range rects 2023-11-02 17:47:52 +08:00
e-zz
c55c25d3ca fix: wrong bounding coordinates for highlights
This should fix #10400.

After a multiline text selection in PDF, the first rectangle in sel-range is a incorrect "noise", not relevant to the selection range. The underlying cause is not clear to me. Note that it's a universal problem when doing mutliline highlights, even though most of the time it does not have any effect on user experience.   

This commit is a working hotfix. And very possibly there would be a better solution after looking into the update mechanism of the variable `sel-state` used here. But I have no enough experience to dive into this.
2023-11-02 17:47:52 +08:00
Gabriel Horner
de3d7b7b5f Merge branch 'master' into feat/db 2023-11-01 17:31:17 -04:00
Gabriel Horner
3700cc37e6 fix: disable filename format config for db graphs
How to persist filenames and handle titles isn't relevant for db graphs.
Also updated lint to add related file-specific nss and concepts
2023-11-01 16:26:48 -04:00
Gabriel Horner
7a4f5712ba fix: only delete macro entities when last reference
part of LOG-2904
2023-11-01 15:36:15 -04:00
Gabriel Horner
e847fce255 add additional db namespaces to linter 2023-11-01 14:23:45 -04:00
Tienson Qin
837e571072 enhance: replace :: with / to trigger filters/commands 2023-11-02 02:06:05 +08:00
Gabriel Horner
54ecf01cd7 add lint for keeping file and db graphs separate
Detected some minor unused code. May run this in CI later.
Writing this script demonstrates more namespaces could be split
up but will wait till at least enum PR lands
2023-11-01 11:28:50 -04:00
rcmerci
bfc08e7326 enhance(rtc): simpler way to sort datoms 2023-11-01 23:14:03 +08:00
rcmerci
7752a8f75f fix(rtc): sort entity-datoms-coll when generate local-ops 2023-11-01 23:01:16 +08:00
Tienson Qin
a99a66e299 chore: cleanup 2023-11-01 22:33:19 +08:00
Tienson Qin
dd613a61b8 fix: block copy ref 2023-11-01 22:26:25 +08:00
Tienson Qin
6c9209b57d chore: clean unused local state 2023-11-01 22:18:55 +08:00
Tienson Qin
00ae32077b fix: esc should clear input if q is not empty 2023-11-01 22:16:35 +08:00