charlie
a3519f4973
enhance(ui): polish the repos dropdown
2024-07-27 11:52:29 +08:00
Gabriel Horner
d3f9defb6d
chore: bump nbb to latest datascript
2024-07-26 21:27:10 -04:00
Gabriel Horner
9af2ff84ec
fix: graph-parser clj tests missing new dep
2024-07-26 15:45:47 -04:00
Gabriel Horner
c41b1bce3a
fix: db import having incorrect block/path-refs
...
Some block/path-refs were invalid because importer was manually setting
this instead of relying on listeners. Confirmed relying on listeners
works in the frontend and CLI. Part of LOG-3176
2024-07-26 15:35:42 -04:00
Gabriel Horner
15b66b1cfb
fix: public built-in properties not being linked to blocks
...
properties like status should be visibly linked to their tasks
2024-07-26 14:28:56 -04:00
Gabriel Horner
9381f54a8d
fix: multiple frontend lints
2024-07-26 09:59:10 -04:00
charlie
48f2ca737e
enhance(ux): more interactive areas for table header columns button
2024-07-26 18:32:56 +08:00
charlie
072bc17b3b
enhance(ui): polish details for the repos dropdown
2024-07-26 18:18:09 +08:00
charlie
1db8701224
enhance(ui): polish details for the repos dropdown
2024-07-26 18:02:12 +08:00
charlie
bf3009bd3f
enhance(ui): footer actions for the repos pane
2024-07-26 17:56:34 +08:00
rcmerci
585bc1935a
enhance(rtc): update calibrate graph skeleton
2024-07-26 17:56:06 +08:00
charlie
f5c68a6b43
enhance(ux): login & create account dialog
2024-07-26 15:10:34 +08:00
Tienson Qin
dafec99148
fix: use page uuid for graph url in db graph
...
We still need to use page name for file graph because pages in
file graph don't have persistent ids.
2024-07-26 12:58:44 +08:00
Tienson Qin
51d9cb9f5e
fix: cmdk page redirect
2024-07-26 12:23:11 +08:00
Tienson Qin
3799ddd5f4
fix: display tags for pages in cmdk
2024-07-26 12:17:47 +08:00
charlie
46d8c246ba
enhance(ui): remove redundant icon for the title of embed page
2024-07-26 12:10:51 +08:00
Gabriel Horner
7b19854243
fix: message for importer ignoring properties like :filters
...
Current message incorrectly mentioned property type
2024-07-25 17:28:02 -04:00
Gabriel Horner
4c0c87337b
fix: db import of whiteboard block with properties
...
Part of LOG-3176
2024-07-25 15:58:19 -04:00
Tienson Qin
47737148f8
fix: node could be invisible in viewport but still exists in dom
2024-07-25 23:45:35 +08:00
Tienson Qin
eb1108527c
fix: virtualized blocks selection
2024-07-25 23:12:58 +08:00
Gabriel Horner
dd73e4c21e
fix: a couple class uuids not generated by their db/ident
...
Follow up to 04e7d2c17b
2024-07-25 10:33:56 -04:00
Gabriel Horner
22cd0b3e50
fix: use nbb compatible math fn
2024-07-25 10:33:56 -04:00
Tienson Qin
6d48200d76
fix: selection
2024-07-25 22:33:21 +08:00
Tienson Qin
50eb74927b
chore: bump datascript
2024-07-25 22:28:21 +08:00
Tienson Qin
1fa2fef5ad
fix: selection with reversed direction
2024-07-25 21:59:29 +08:00
Tienson Qin
0eaf10cacc
fix: selection for virtualized blocks
2024-07-25 21:35:40 +08:00
charlie
5c8190e5e4
fix(ux): incorrect blocks selection for the mouse events on virtual list mode
2024-07-25 17:52:27 +08:00
charlie
a8d43c939b
fix(ux): incorrect blocks selection for the mouse events
2024-07-25 17:05:32 +08:00
Tienson Qin
00aba68d21
fix: lint
2024-07-25 16:28:15 +08:00
Tienson Qin
4accddebbe
fix: switch to use :map type for pdf hl-value
2024-07-25 16:25:56 +08:00
Tienson Qin
eaf35e4a27
Merge branch 'feat/db' into refactor/narrow-gap-between-page-and-block
2024-07-25 16:07:54 +08:00
Tienson Qin
66fcaf0c1f
fix: remove import/export options for db graphs
2024-07-25 15:50:12 +08:00
Tienson Qin
bcecedb909
chore: disable whiteboards on db graphs
2024-07-25 15:25:05 +08:00
Tienson Qin
4f368d5c79
fix: inline tags
2024-07-25 15:13:11 +08:00
charlie
c2dfcb2898
enhance(ux): improvements for the blocks selection
2024-07-25 14:06:20 +08:00
rcmerci
04e7d2c17b
enhance: generate db-ident block's uuid like:
...
00000002-<hash-of-db-ident>-<fill-with-0>
2024-07-25 11:18:29 +08:00
charlie
f8c66f3a1f
enhance(ui): polish assets action bar
2024-07-25 11:12:18 +08:00
charlie
2c4a68f228
enhance(ux): enable upload assets for the db graph on electron
2024-07-25 10:48:16 +08:00
Tienson Qin
504b40f9bf
Disable zotero on db graphs
2024-07-25 10:27:22 +08:00
Tienson Qin
71765f88e2
fix: names
2024-07-25 10:12:37 +08:00
Tienson Qin
7274a0bb40
Merge branch 'feat/db' into refactor/narrow-gap-between-page-and-block
2024-07-25 09:57:37 +08:00
Tienson Qin
f9c14bf135
fix: avoid creating a page if an object exists with the same name
2024-07-25 09:02:39 +08:00
Gabriel Horner
f84a3341bd
fix: all pages table should be titled with pages
2024-07-24 17:20:15 -04:00
Gabriel Horner
4b365da70c
fix: display more helpful notifications for invalid
...
properties and classes that can't build a db-ident. Part of LOG-3176
2024-07-24 16:35:05 -04:00
Gabriel Horner
3411f344e3
fix: db import with property-parent-classes option
...
Also fixes some bugs with docs graph having classes split into more than
one db/ident. Part of LOG-3176
2024-07-24 14:55:06 -04:00
rcmerci
c0c443be0a
enhance(rtc): adjust recv timeout when ops-count > 400
2024-07-24 19:42:44 +08:00
rcmerci
f38029d23d
enhance(rtc): recv-flow also handle :s3-presign-url case
2024-07-24 17:53:21 +08:00
rcmerci
00fb6c52e7
fix(lint): update clj-kondo config to exclude test-graph dirs
2024-07-24 17:53:21 +08:00
charlie
73d42536e5
enhance(pdf): persist block highlights data to the annotation block property value
2024-07-24 15:31:59 +08:00
Tienson Qin
ef62d2787b
fix: class select
2024-07-24 15:31:07 +08:00