Commit Graph

12998 Commits

Author SHA1 Message Date
Gabriel Horner
91b3be3cfb cleanup old uses of :id property
they should only run on file graphs
2023-10-18 14:07:03 -04:00
rcmerci
9464d477cc fix(rtc): update local-t after upload-graph 2023-10-19 02:00:55 +08:00
rcmerci
ed460b2e56 fix(rtc): update pull-remote-data logic 2023-10-19 01:35:18 +08:00
Tienson Qin
60737c5903 enhance: widen property configure 2023-10-19 00:58:20 +08:00
Tienson Qin
6201751ce5 enhance: rename add tags to set tags 2023-10-19 00:52:23 +08:00
Tienson Qin
11f803a00b enhance: remove save button for property config 2023-10-19 00:49:20 +08:00
Tienson Qin
44ee2baf42 enhance: switching between class/property config and page properties 2023-10-19 00:23:54 +08:00
Gabriel Horner
9b219474a2 cleanup fixme for pasting with properties
part of LOG-2823
2023-10-18 11:47:05 -04:00
rcmerci
cb0cceeec2 fix(rtc): replace entity with pull 2023-10-18 23:38:56 +08:00
Tienson Qin
1ad81121c9 fix: UI doesn't show new blocks after starting the app
The reason is that the reactive query state for the first page has
been cleared.
2023-10-18 23:25:38 +08:00
Tienson Qin
4febf92b44 fix: don't trigger page select when clicking the page link 2023-10-18 23:02:37 +08:00
Gabriel Horner
10e2b73aa6 fix: update 2 more logseq.api property fns
part of LOG-2823
2023-10-18 10:44:02 -04:00
Tienson Qin
1041ebfb65 add timeout 2023-10-18 11:01:55 +08:00
Tienson Qin
aa2e81eea9 fix: lint warning 2023-10-18 10:38:13 +08:00
Tienson Qin
336cdfbfc5 fix: whiteboard e2e tests 2023-10-18 10:34:29 +08:00
Gabriel Horner
c7c438b85a fix: last-modified-at not being set for files
Also fixed a bug with the all-files view where the current time was
being displayed instead of a file's last modified time. Also updated
db graph's schema for files
2023-10-17 16:12:24 -04:00
Tienson Qin
4b3fe85070 enhance: throw error if deleting a parent block that has children 2023-10-18 01:03:32 +08:00
Gabriel Horner
231f5d7ac6 fix: setting config should update db not file
Fixes LOG-2748. Also fix config.edn being saved when invalid
which would result in confusing scenarios where an invalid config
could persist into other contexts like a settings change
2023-10-17 10:47:47 -04:00
Tienson Qin
a5098d3fb8 fix: clear local storage for whiteboards when e2e tests 2023-10-17 20:11:19 +08:00
Tienson Qin
34744d3217 Add more debug data for broken chain 2023-10-17 19:17:55 +08:00
Tienson Qin
6626db245d fix: e2e tests 2023-10-17 19:05:43 +08:00
rcmerci
65edc47919 enhance(rtc): :block/schema sync 2023-10-17 18:19:04 +08:00
Tienson Qin
d04d26bd54 fix: e2e tests 2023-10-17 17:38:13 +08:00
Tienson Qin
7ea80938d3 fix: e2e tests 2023-10-17 16:58:40 +08:00
Tienson Qin
a5ffa4b57c fix: whiteboards e2e tests 2023-10-17 16:08:14 +08:00
rcmerci
e185668d6f fix(rtc): toggle-auto-push-ops 2023-10-17 14:18:23 +08:00
Gabriel Horner
edaf9b286a chore: move frontend db namespaces to a dedicated parent ns
Moved these namespaces to logseq.db.frontend.* to make their purpose
explicit and make the namespaces easier to maintain
2023-10-16 17:24:51 -04:00
Gabriel Horner
b1b830c872 fix tests I forgot to update with :block/format fix 2023-10-16 16:14:53 -04:00
Gabriel Horner
bc330c4a48 fix lint by making property-block-value more readable 2023-10-16 15:18:20 -04:00
Gabriel Horner
5d723cd221 Merge branch 'master' into feat/db 2023-10-16 14:53:01 -04:00
ingepettersen
6be6edfcdb Update Norwegian translations (#10361)
* Update Norwegian translations

* Fix missing double quote
2023-10-16 14:47:16 -04:00
Gabriel Horner
e09a5d9988 fix: pages didn't consistenly have :block/format
Making attributes consistent reduce bugs in components and query layer (where
most wouldn't know to use get-else)
2023-10-16 12:58:11 -04:00
Tienson Qin
733e254f66 fix: unstable blockref e2e tests 2023-10-17 00:07:34 +08:00
Tienson Qin
172cd305d5 fix: editor e2e tests 2023-10-16 23:56:33 +08:00
Tienson Qin
1d4118c97a fix: whiteboard page rename 2023-10-16 23:33:08 +08:00
Tienson Qin
73dbd0d665 fix: don't reset editing block content for undo/redo ops 2023-10-16 23:08:14 +08:00
Tienson Qin
c1ebd14cef fix: page search e2e test 2023-10-16 23:02:27 +08:00
Tienson Qin
62d632e1de fix: page rename e2e tests 2023-10-16 22:02:12 +08:00
Tienson Qin
51fb4f2c32 fix: page rename e2e tests 2023-10-16 21:21:14 +08:00
Tienson Qin
a78f5a0819 fix: headings e2e tests 2023-10-16 21:19:02 +08:00
Gabriel Horner
b440e92a14 fix: block was still an object after accidental tag is deleted 2023-10-16 08:53:20 -04:00
Tienson Qin
f5cee63716 fix: blockrefs e2e tests 2023-10-16 20:32:54 +08:00
Tienson Qin
97f524b304 fix: template e2e tests 2023-10-16 20:32:54 +08:00
Gabriel Horner
ddf1043fb3 fix: hide new editing for publishing 2023-10-16 08:08:24 -04:00
Tienson Qin
461d3cd724 fix: property select overflow hidden in page configure modal 2023-10-16 17:54:31 +08:00
Tienson Qin
49cd226741 fix: enable Enter to add new property only in some situations 2023-10-16 17:05:40 +08:00
Tienson Qin
957b0573fa fix: backspace to delete a property block not back to empty 2023-10-16 16:25:00 +08:00
Andelf
9a44268fbf chore: bump ios version for tf release 2023-10-14 21:24:42 +09:00
Gabriel Horner
f8fea1d7b0 Add enum to properties test graph
Also test classes with schema script for now
2023-10-13 17:20:37 -04:00
Tienson Qin
daf4c3e611 enhance: can create new class when specify template or classes 2023-10-14 02:52:23 +08:00