Gabriel Horner
fa1f8a76f8
Merge branch 'master' into feat/db
2023-10-20 14:51:33 -04:00
Gabriel Horner
f860553d89
enhance: add enum choices to built-in table properties
...
Also hide all built-in table properties like we do for file graphs
2023-10-19 11:57:27 -04:00
Gabriel Horner
c29bd3cd39
fix: enum property display should display as "properties"
...
since it's config defaults to it
2023-10-19 09:05:51 -04:00
Tienson Qin
d69bf65aa3
enhance: render blocks from top to bottom
2023-10-19 19:12:09 +08:00
Tienson Qin
4e781a2a95
fix: render blocks in depth-first
2023-10-19 16:32:20 +08:00
Charlie
0e63086658
enhance(ux): disable keymap settings for the mobile ( #10380 )
2023-10-19 15:18:30 +08:00
Andelf
7c1b23163c
fix: use set to match condition
2023-10-19 15:12:03 +09:00
Andelf
13a59d922d
fix: wrong mime type check
2023-10-19 15:12:03 +09:00
Andelf
c932ca8ca0
fix: lint
2023-10-19 15:12:03 +09:00
Andelf
5964557612
fix(editor): let drop-handler not handle dropped assets when editing
2023-10-19 15:12:03 +09:00
Andelf
fc653c9f05
fix(editor): not being about to save dropped assets
...
- Refactor: mv get-asset-file-link to assets-handler
- Fix: iOS binary file saving using base64
- Fix: Drop assets on non-editing block
2023-10-19 15:12:03 +09:00
Andelf
c996bfe658
enhance(mobile): add binary writing support via base64
2023-10-19 15:12:03 +09:00
Tienson Qin
64d1504d6d
fix: can't drag && drop when items change
2023-10-19 14:04:24 +08:00
Tienson Qin
10dc75e027
fix: can't select property value for new enum property
2023-10-19 14:04:24 +08:00
Gabriel Horner
b4e5e4b640
enhance: tags dropdown autocompletes to classes
...
Autocompleting all pages including journals and built-in pages is
noisy and misleading. By autocompleting classes we give user
a better experience and avoid creating buggy edge cases like built-ins as a
class. Properties can also choose to class page autocompletion by
choosing "Logseq Class" for their property's :classes
2023-10-18 16:43:40 -04:00
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