Commit Graph

18312 Commits

Author SHA1 Message Date
rcmerci
f45eb29d6e test(rtc): add helpers for asset-sync ut 2024-01-18 01:48:23 +08:00
Konstantinos Kaloutas
2681632216 fix wb title input height 2024-01-17 18:24:03 +02:00
Konstantinos Kaloutas
071709d949 fix shortcuts on whiteboards context menu 2024-01-17 17:29:39 +02:00
Tienson Qin
6c7ba09fb5 Remove specific history handler of whiteboard 2024-01-17 23:04:59 +08:00
Andelf
477d5418fa test(export): add simple test case for #10848 0.10.4 2024-01-17 20:14:05 +08:00
rcmerci
14df4e80ac fix(export): remove leading spaces for block-src when no-indent 2024-01-17 20:14:05 +08:00
charlie
91c54a6189 enhance(ui): polish popover accent color 2024-01-17 17:49:43 +08:00
Konstantinos Kaloutas
fc631e0bf4 Merge branch 'feat/db' into chore/whiteboards-cleanup 2024-01-17 11:34:18 +02:00
charlie
fe754f5b7e Merge branch 'master' into enhance/refacotr-ui-x-menu 2024-01-17 17:12:41 +08:00
rcmerci
bc59ea02ab remove unused comments 2024-01-17 16:55:23 +08:00
rcmerci
84bc8163ff enhance(rtc): update asset-sync 2024-01-17 16:53:13 +08:00
Andelf
bdf39b1a8f chore(release): bump version 0.10.4 2024-01-17 16:26:54 +08:00
Tienson Qin
ab5606bd1f fix: avoid save whiteboard shapes if nonces have not been changed 2024-01-17 16:20:47 +08:00
megayu
574f3be7a0 fix mock text disordered (#10862) 2024-01-17 12:14:51 +08:00
Gabriel Horner
0168ef0082 fix: 2 bugs with file import
These were silently failing and causing a number of pages to
not import
2024-01-16 17:01:23 -05:00
Gabriel Horner
095894b255 Revert most of "fix: new db graph couldn't be created"
Last commit removed built-in pages and was noticed on imports.
Previous bug of new db graphs leading to a blank screen no longer
occurred after I printed transact! transactions
2024-01-16 16:05:02 -05:00
Gabriel Horner
d232a8e08c fix: new db graph couldn't be created
Caused by duplicate transacting of default-pages. Also
removed reference to deleted ns
2024-01-16 11:37:25 -05:00
Konstantinos Kaloutas
2ea77ec087 fix paths 2024-01-16 17:45:15 +02:00
Tienson Qin
6192378c28 fix: page merge
Page rename should be called from worker.
2024-01-16 17:51:54 +08:00
Tienson Qin
66c36326a1 fix: whiteboard rename use the same logic 2024-01-16 17:04:41 +08:00
charlie
c55dae4b1c enhance(ui): polish default border color variable 2024-01-16 16:31:46 +08:00
charlie
be5d205162 Merge branch 'master' into enhance/refacotr-ui-x-menu 2024-01-16 16:13:16 +08:00
charlie
919319bad1 enhance(ui): polish line height for the wb context menu shortcut slot 2024-01-16 16:12:54 +08:00
charlie
402ac73ec9 fix(ui): accent colors for the form input 2024-01-16 16:11:37 +08:00
Alan Roe
e2bd3147c0 fix(docker): node-canvas deps (#10287) 2024-01-16 16:01:28 +08:00
Tienson Qin
cea105cc34 fix: wrong ns import 2024-01-16 16:01:18 +08:00
Charlie
7db164ab47 Enhance: APIs related issues (#10782)
* fix(plugins): load unpacked package for the existed plugin

* enhance(plugin): increase timeout time for the plugin handshake

* enhance(api): support option to insert block with auto ordered list

* fix(api): skip empty target for the batch insertion blocks

* fix(api): before option for the batch blocks insertion

* enhance(api): types

* chore: bump minor version

* fix(apis): Empty `payload.uuid` when executing onMacroRendererSlotted inside query table
2024-01-16 15:47:56 +08:00
Tienson Qin
1ca1554fcc Merge pull request #10793 from logseq/refactor/pipeline-worker
Refactor: move pipeline works and RTC to the db worker
2024-01-16 15:44:24 +08:00
Tienson Qin
a619850998 Merge branch 'feat/db' into refactor/pipeline-worker 2024-01-16 15:42:18 +08:00
rcmerci
d42003fff9 fix(rtc): update schema 2024-01-16 15:07:47 +08:00
Tienson Qin
83d128ecb0 fix: bullet blink when creating a new block 2024-01-16 15:00:57 +08:00
Tienson Qin
45348a694b Revert "Remove unused state"
This reverts commit 8419afe007.
2024-01-16 13:27:48 +08:00
Tienson Qin
77bcd70a2a fix: slow performance for block delete 2024-01-16 13:24:55 +08:00
Tienson Qin
a3d5fc699d fix: don't run transact! macro if db requests are not finished yet 2024-01-16 13:24:55 +08:00
Tienson Qin
9b344e12f7 remove hacks 2024-01-16 13:24:55 +08:00
Tienson Qin
8419afe007 Remove unused state 2024-01-16 13:24:55 +08:00
Tienson Qin
1249b26b4c Edit block earlier to not slow down editing when deleting a block 2024-01-16 13:24:55 +08:00
Tienson Qin
d69c7ab66c enhance(perf): delete block 2024-01-16 13:24:55 +08:00
charlie
9b03005b97 Merge branch 'master' into enhance/refacotr-ui-x-menu 2024-01-16 10:23:47 +08:00
Gabriel Horner
34222b3436 chore: bump nbb-logseq that points to upstream nbb 2024-01-15 18:07:49 -05:00
Gabriel Horner
2305d09cc8 chore: DRY up duplicated vars and needless/confusing aliases 2024-01-15 16:51:27 -05:00
Gabriel Horner
ca020fcdb3 fix: loading all new deps namespaces in nbb
- bb test:load-all-namespaces-with-nbb now passes for all deps
- Updated nbb-logseq to support cljs.core/Atom
- Adjusted datascript.impl.entity with previous datascript.db require
  so that correct loading occurs in nbb
- fixed missing deps in logseq.outliner
- Converted a minor cljs.spec to malli since malli is nbb compatible
- Changed exists? to some? since they are functionally equivalent for
  the given arg and some? is nbb compatible
2024-01-15 12:43:16 -05:00
rcmerci
34c1471462 enhance(rtc): update <upload-client-op-loop 2024-01-16 00:46:50 +08:00
Tienson Qin
6fd20c0638 fix: more tests 2024-01-16 00:40:56 +08:00
Konstantinos Kaloutas
9979c92665 move tldraw to packages 2024-01-15 18:08:08 +02:00
Tienson Qin
af895d68c9 fix: editor e2e tests 2024-01-15 23:04:49 +08:00
eliovir
d20e3ffc19 Update fr.edn
Handle more plural forms (0, nil).
2024-01-15 08:47:27 -05:00
hasecilu
4ec33f7179 i18n: Update Spanish translation 2024-01-15 08:45:02 -05:00
ingepettersen
88b23c2266 enhance(i18n): Update Norwegian translation (#10849)
* Update Norwegian translation

* Minor fixes to translation files
2024-01-15 08:44:03 -05:00
Tienson Qin
23561e3701 fix: headings 2024-01-15 19:45:29 +08:00