Commit Graph

18312 Commits

Author SHA1 Message Date
Tienson Qin
ed1ee94d88 refactor: blocks search returns all blocks including pages
Fuzzy search support both pages and objects (blocks have tags).
2024-07-20 20:10:36 +08:00
Tienson Qin
36fed3e212 enhance: sqlite use trigram tokenizer 2024-07-20 13:31:33 +08:00
rcmerci
90e85bc085 Revert "refactor: add :client-ops-db in *sqlite-conns"
This reverts commit f1b1bd247a.
2024-07-18 21:37:05 +08:00
rcmerci
f1b1bd247a refactor: add :client-ops-db in *sqlite-conns
client-ops-db stores rtc-client-ops
2024-07-18 21:33:49 +08:00
charlie
7bb3e309ba fix(ui): query table 2024-07-18 17:31:05 +08:00
charlie
7c641925be enhance(ui): polish ui details for the preview editor 2024-07-18 15:56:28 +08:00
charlie
6db0e786e3 enhance(ux): improvements for the page preview editor 2024-07-18 15:41:14 +08:00
rcmerci
730629d132 enhance(rtc): remove asset related unused code in rtc.db-listener 2024-07-18 14:48:43 +08:00
charlie
310cef558d enhance(ui): polish the block control 2024-07-18 13:28:10 +08:00
charlie
b65623571e enhance(ux): improvements for the popup preview editor 2024-07-18 11:05:22 +08:00
charlie
0cc13d04bd enhance(ux): page blink for the dummy edit block 2024-07-18 10:29:01 +08:00
charlie
d350949564 enhance(ux): refactor the block preview modal with the shui popup 2024-07-17 19:52:03 +08:00
rcmerci
3757370118 enhance: use c.m/<? to simplify http calls 2024-07-17 11:56:37 +08:00
charlie
32260d13d6 fix(ui): invalid up/down for the page preview editor 2024-07-17 10:53:54 +08:00
rcmerci
be7997ed03 enhance(rtc): skip calibrate-graph-skeleton when local unpushed ops count>0 2024-07-16 23:35:30 +08:00
charlie
2f61461dfe enhance(ui): polish editor details 2024-07-16 20:19:39 +08:00
charlie
28a020f6c1 enhance(ux): WIP page preview with the shui popups 2024-07-16 20:06:46 +08:00
rcmerci
d651b86dc1 enhance(rtc): update malli-schema for user-info related api response 2024-07-16 19:39:11 +08:00
charlie
e4a1f723e2 enhance(ux): WIP page preview with the shui popups 2024-07-16 17:14:21 +08:00
rcmerci
2e33404962 chore: ns doc lint 2024-07-16 16:24:16 +08:00
rcmerci
1b08681a2d feat: add upload-avatar task 2024-07-16 16:22:56 +08:00
rcmerci
d7b85d964b enhance: add c.m/<? macro 2024-07-16 16:22:26 +08:00
charlie
6cea3624ec fix(shortcuts): incorrect restore action #11421 2024-07-15 20:29:01 +08:00
charlie
4800d4a365 enhance(ux): polish details 2024-07-15 13:00:15 +08:00
charlie
901a92e0ac fix(editor): sometimes edit block not working for the selection mode 2024-07-14 17:04:32 +08:00
charlie
03acf8709f enhance(ux): restore the select mode when escaping the code block 2024-07-14 11:48:10 +08:00
charlie
5f2568f398 fix(ui): icon color from the left sidebar 2024-07-14 10:45:06 +08:00
charlie
15b15af181 enhance(ui): icon color for the page reference 2024-07-13 16:29:38 +08:00
Gabriel Horner
cd4e0c5642 fix: db import inferring a class' properties
Also remove :block/namespace from page import as its unused.
Part of LOG-3176
2024-07-12 16:17:53 -04:00
Gabriel Horner
1f9b893ba0 fix: tests altered by last commit
Also add a block-ref example to last whiteboard test page
2024-07-12 14:38:03 -04:00
Gabriel Horner
62252479ee fix: db import of some whiteboard pages
Also fix old whiteboards not having correct :block/type.
Part of LOG-3176
2024-07-12 14:22:10 -04:00
Gabriel Horner
60cd9b00da fix: db import of namespaced page created invalid class
Encountered this with docs graph. Part of LOG-3176
2024-07-12 12:32:48 -04:00
Gabriel Horner
ff5d145e36 fix: docs graph failing to translate :query-properties
when using :property-classes option. Also translate :tags
which isn't a user property. Part of LOG-3176
2024-07-12 11:02:15 -04:00
charlie
a2ea0059af fix(editor): invalid editor up/down actions for the selection mode once outdent/indent 2024-07-12 19:49:48 +08:00
charlie
73558703c7 enhance(ui): polish icons for the slash commands 2024-07-12 17:24:07 +08:00
Gabriel Horner
7c19f9faad fix: db import of whiteboards shouldn't fail
Can't visually confirm import yet b/c of whiteboard bug
but at least whiteboard import is valid. Part of LOG-3176
2024-07-12 00:28:03 -04:00
Gabriel Horner
9869bed612 fix: db import of some deadline blocks being invalid
Ignore repeated as it's not supported. Part of LOG-3176
2024-07-11 23:29:11 -04:00
Gabriel Horner
879e07b2f4 fix: db import of aliases
Also ignore :filters for now so they don't make graphs invalid and
add more tests for tags. Part of LOG-3176
2024-07-11 23:13:08 -04:00
Gabriel Horner
33785dca66 fix: db-import of :query-sort-by property
Also fix warning notifications printing empty error logs.
Part of LOG-3176
2024-07-11 18:00:21 -04:00
Gabriel Horner
0bcd48d724 fix: db import when :page property changes to :default
Also fix frontend import's db-browser/transact! wasn't getting or
updating all of the imported tx changes. Part of LOG-3176
2024-07-11 17:23:34 -04:00
charlie
7493cdcff6 enhance(ui): polish icons for slash commands 2024-07-11 12:09:10 +08:00
charlie
b1fa7ee8ad fix: slash command clash for the demo graph 2024-07-11 10:53:49 +08:00
charlie
4764dfaa80 enhance(ui): polish custom colors for the icons picker 2024-07-11 09:57:02 +08:00
Gabriel Horner
21f959e5c0 chore: add more db-import tests
Test for float and ref block/content replacement. Part of LOG-3092
2024-07-10 16:18:04 -04:00
Gabriel Horner
7ce983df24 refactor: move ignored properties page to its own test
Moved it to ignored/ so that frontend import of test-exporter-graph isn't
always displaying warnings. Part of LOG-3092
2024-07-10 15:05:38 -04:00
Tienson Qin
d847023dc1 Refactor: rename :block/content to :block/title 2024-07-10 22:33:44 +08:00
Gabriel Horner
2718ee3b20 fix: new property causes invalid graph
New property namespaces are declared in this var /RCmerci
2024-07-10 10:01:54 -04:00
Tienson Qin
a1f352773b refactor: rename :block/original-name to :block/title 2024-07-10 21:43:03 +08:00
rcmerci
2a48486ac1 test(rtc): :block/type page added when create-page 2024-07-10 18:44:20 +08:00
rcmerci
db9826dfea enhance(rtc.asset): update console-log 2024-07-10 18:44:20 +08:00