Commit Graph

16652 Commits (4c0c87337b8cd97ec50856c7dceaf39e78b4ac5d)

Author SHA1 Message Date
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
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
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
rcmerci e0a59e7e08 enhance(rtc): throw when recv `Internal server error` message 2024-07-24 14:46:40 +08:00
Tienson Qin ea3fa8a297 fix: can't save a new block after importing graph
fixes LOG-3184
2024-07-23 14:59:49 +08:00
rcmerci f8eff12937 fix(rtc): fix data shape return by local-block-ops->remote-ops 2024-07-23 14:04:20 +08:00
charlie f5b38b3ce6 enhance(api): compatible user property name for the built-in property 2024-07-23 14:02:05 +08:00
charlie 1895f6f700 enhance(ui): polish page/block search popups 2024-07-23 12:38:47 +08:00
Gabriel Horner 39e0deeae8 dev: add basic integration test for importing docs graph
Part of LOG-3092
2024-07-22 17:12:45 -04:00
Gabriel Horner f2ecca08d9 chore: update docs integration tests to use latest released docs version 2024-07-22 15:38:15 -04:00
Gabriel Horner 3746b8c848 fix: lint and update related ns to have consistent alias 2024-07-22 09:46:49 -04:00
Gabriel Horner 36d1ee7790 Merge branch 'master' into feat/db 2024-07-22 09:43:21 -04:00
YU b383a6102d update README.md (A link add to the community template) 2024-07-22 21:32:24 +08:00
charlie c6affdb8c8 fix(mobile): invalid keyboard input for the `create account` pane form 2024-07-22 20:56:51 +08:00
charlie dadf966809 enhance(ui): refactor the block/page/hashtag search modals with the shui popups 2024-07-22 18:44:59 +08:00
charlie b948786eff fix(ui): emoji icon for the property key 2024-07-22 17:26:04 +08:00
charlie f0505ca9a8 fix(ux): datepicker interaction within the preview editor 2024-07-22 17:18:09 +08:00
charlie 9ff589b6b9 enhance(ui): inherit global color for the popup foreground color 2024-07-22 13:28:19 +08:00
charlie d2f1fd52f4 fix: while condition 2024-07-22 11:16:59 +08:00
charlie 098d1d4669 fix(ux): incorrect popups interaction within the preview editor 2024-07-22 11:13:04 +08:00
rcmerci af094357ce test(rtc): add ut for rtc.db-listener-test 2024-07-21 23:25:27 +08:00
rcmerci eac5f104f1 chore(rtc): remove outdated unittests 2024-07-21 18:53:47 +08:00
rcmerci cf87323e3f chore: tag :fix-me for some unittests 2024-07-21 17:13:03 +08:00
rcmerci e48f0d3199 refactor(rtc): remove op-mem-layer 2024-07-21 17:12:39 +08:00
rcmerci b93d067aa5 refactor(rtc): add frontend.worker.rtc.client-op to replace op-mem-layer 2024-07-21 00:12:00 +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