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
Ben Yorke
69e02edaeb
Merge branch 'master' into feat/cmdk
2023-10-16 21:02:12 +02: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
Ben Yorke
f0736c8629
Hide new dialog component
2023-10-16 20:45:22 +02:00
Ben Yorke
9d6154937a
Save dialog
2023-10-16 20:39:04 +02: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
Tienson Qin
57c27d7472
enhance: create an instance for writing if property's value is a tag
2023-10-14 02:38:52 +08:00
Tienson Qin
0c093f778b
feat: save property value as a block UUID if it's a tag string
2023-10-14 01:33:38 +08:00
charlie
9ca6e7896d
fix(shortcut): render crash when edit disabled binding item
2023-10-14 00:59:36 +08:00
charlie
dd246229b7
enhance(shortcuts): incorrect default internal binding state
2023-10-14 00:59:36 +08:00
Tienson Qin
e9c5991349
enhance: press Enter to create new property
2023-10-13 23:03:43 +08:00
Gabriel Horner
8756600fd7
Add CI job to test creating and validating a db graph
...
also update older actions
2023-10-13 10:53:01 -04:00
Tienson Qin
7b7c8c32a6
enhance: add title for page configure
2023-10-13 22:49:23 +08:00
Gabriel Horner
a2f813d0fb
chore: more frontend lints
2023-10-13 09:34:11 -04:00
rcmerci
baa3a11b8d
fix(rtc): update schema
2023-10-13 21:19:19 +08:00
Tienson Qin
874c06821f
fix: Searching for block property values leads to the hidden page
...
Fixes LOG-2836
2023-10-13 20:44:58 +08:00
rcmerci
3a8e6fd668
feat(rtc): add toggle-auto-push-client-ops
2023-10-13 20:07:23 +08:00
Tienson Qin
1232d430d2
Fixes Log-2647
2023-10-13 20:00:04 +08:00
Tienson Qin
4d68e024a5
enhance: focus on input when adding a new enum value
2023-10-13 19:46:12 +08:00
Tienson Qin
0cd150db2f
fix: align center icon
2023-10-13 19:42:36 +08:00