rcmerci
|
3e9e19340a
|
enhance(asset-sync): concurrent download assets
|
2024-11-27 17:23:37 +08:00 |
|
rcmerci
|
003bc86e13
|
chore: remove debug prn
|
2024-11-27 16:40:45 +08:00 |
|
Tienson Qin
|
daa5545d57
|
fix: typo
|
2024-11-27 16:36:31 +08:00 |
|
Tienson Qin
|
f1b22e96b5
|
enhance(ux): display assets sync progress
|
2024-11-27 16:35:15 +08:00 |
|
Tienson Qin
|
cca7a030f3
|
refactor: use :rtc/asset-upload-download-progress
instead of :rtc/asset-downloading?
|
2024-11-27 15:41:03 +08:00 |
|
rcmerci
|
4335c3e7e4
|
enhance: replace some cljs-http with cljs-http-missionary
|
2024-11-27 14:49:33 +08:00 |
|
charlie
|
51ac99224d
|
enhance(ui): only upload icon for the new record button
|
2024-11-27 14:17:32 +08:00 |
|
charlie
|
7fe048e77d
|
fix: block crash for the tags ref when the built-in tag class missing
|
2024-11-27 14:04:37 +08:00 |
|
rcmerci
|
3ea357d7c2
|
feat(asset-sync): add progress when upload&download
|
2024-11-27 12:54:41 +08:00 |
|
charlie
|
8a06de6dc5
|
enhance(ui): upload asset icon
|
2024-11-27 08:44:52 +08:00 |
|
charlie
|
c70776128b
|
fix(ui): images in tables now displayed with bad ratio/stretched https://github.com/logseq/db-test/issues/173
|
2024-11-27 08:41:45 +08:00 |
|
Gabriel Horner
|
a987826a48
|
enhance: import cards correctly regardless of tag options
and also ignore card properties which can't be applied in db version.
Fixes LOG-3062
|
2024-11-26 16:03:12 -05:00 |
|
Tienson Qin
|
9c5baed293
|
fix: journal modified outside the app duplicates content
follow fix on LOG-3265
|
2024-11-26 21:38:20 +08:00 |
|
charlie
|
ea2e74d266
|
fix(ui): URL Property type — Link is not clickable https://github.com/logseq/db-test/issues/172
|
2024-11-26 17:21:33 +08:00 |
|
Tienson Qin
|
6e3e007a9b
|
fix: clicking multiple values creating another block
|
2024-11-26 16:15:48 +08:00 |
|
Tienson Qin
|
683a0bad94
|
fix: remove empty value if exists when setting a property value
|
2024-11-26 16:13:06 +08:00 |
|
Tienson Qin
|
94792f1019
|
chore: switch to macos-latest for github ci runners
|
2024-11-26 15:53:50 +08:00 |
|
Tienson Qin
|
47f33c94f9
|
Merge pull request #11606 from logseq/feat/property-default-value
feat: property default value support
|
2024-11-26 15:34:49 +08:00 |
|
Tienson Qin
|
188af6f497
|
Merge branch 'feat/db' into feat/property-default-value
|
2024-11-26 15:34:33 +08:00 |
|
Tienson Qin
|
c757c327aa
|
fix: recursively creating new block for :many default property
|
2024-11-26 15:33:09 +08:00 |
|
Gabriel Horner
|
9aff2d0187
|
fix: allow page and block query results to display in db graphs
fixes https://github.com/logseq/db-test/issues/171
|
2024-11-25 15:44:30 -05:00 |
|
Gabriel Horner
|
707bdeb565
|
fix: only display ordered columns for imported :query-properties
fixes LOG-3230
|
2024-11-25 15:15:07 -05:00 |
|
Gabriel Horner
|
96f0415da1
|
fix: couldn't undo a node display typed class
Fixes https://github.com/logseq/db-test/issues/175
|
2024-11-25 11:57:05 -05:00 |
|
Tienson Qin
|
c1203b3cce
|
fix: reactive asset downloading status
|
2024-11-25 22:49:25 +08:00 |
|
Tienson Qin
|
3b40cc586e
|
fix: can't copy block ref
|
2024-11-25 21:50:14 +08:00 |
|
Tienson Qin
|
3c3dea5d38
|
Revert "enhance(ux): incorrect break line for the property key editor"
This reverts commit ad52c68793.
|
2024-11-25 16:50:32 +08:00 |
|
Tienson Qin
|
a5c708a6db
|
fix: property textarea auto resize
|
2024-11-25 16:50:10 +08:00 |
|
Tienson Qin
|
a1c6a4e985
|
fix: A journal modified outside the app duplicates content
when syncing back to the app
related to LOG-3265
|
2024-11-25 16:10:29 +08:00 |
|
charlie
|
ad52c68793
|
enhance(ux): incorrect break line for the property key editor
|
2024-11-25 16:01:20 +08:00 |
|
Tienson Qin
|
90e9427588
|
fix: can't toggle checkbox
|
2024-11-25 15:11:09 +08:00 |
|
Tienson Qin
|
460fcf69fc
|
enhance: put default value the first choice
|
2024-11-25 14:47:53 +08:00 |
|
Tienson Qin
|
326a7aa6ea
|
Merge branch 'feat/db' into feat/property-default-value
|
2024-11-25 14:39:11 +08:00 |
|
Tienson Qin
|
471d413d80
|
Rename checkbox-default-value to scalar-default-value
|
2024-11-25 14:38:22 +08:00 |
|
Tienson Qin
|
525842b731
|
fix: tagged nodes are not displayed on property page
with default value
|
2024-11-25 14:21:19 +08:00 |
|
Tienson Qin
|
d65834104b
|
enhance: use default text value when adding property to non-tag node
|
2024-11-25 14:05:47 +08:00 |
|
Tienson Qin
|
d46dc73870
|
fix: creating a new text block when focusing on default value
|
2024-11-25 13:37:28 +08:00 |
|
Tienson Qin
|
6d0bdd6af0
|
fix: delete default value from a property result in empty placeholder
|
2024-11-25 12:43:09 +08:00 |
|
rcmerci
|
429cb7a90c
|
enhance(asset-sync): add log
|
2024-11-25 12:23:55 +08:00 |
|
rcmerci
|
909d90cd12
|
fix(rtc): always cancel assets-sync-loop when rtc-loop quit
|
2024-11-25 12:23:55 +08:00 |
|
rcmerci
|
ed62a4c700
|
fix(rtc): fix ref&card-one attr update
|
2024-11-25 12:23:55 +08:00 |
|
rcmerci
|
fca8202761
|
fix(asset-sync): don't generate asset-update op when unrelated attrs changed
|
2024-11-25 12:23:55 +08:00 |
|
rcmerci
|
313f5db3ed
|
chore: remove debug prn
|
2024-11-25 12:23:55 +08:00 |
|
rcmerci
|
8e21407ff2
|
fix: lint
|
2024-11-25 12:23:55 +08:00 |
|
rcmerci
|
6d9da5713d
|
enhance(asset-sync): compare local asset-file metadata when generating ops
|
2024-11-25 12:23:55 +08:00 |
|
rcmerci
|
6eb94925a8
|
fix(asset-sync): fix fs/unlink! args and ensure <unlink-asset succ
|
2024-11-25 12:23:55 +08:00 |
|
rcmerci
|
47c195979a
|
enhance(asset-sync): fix TEST-CHECKSUM
|
2024-11-25 12:23:55 +08:00 |
|
rcmerci
|
156be117c1
|
fix(asset-sync): handle unlink-assets case in pull-remote-updates
|
2024-11-25 12:23:55 +08:00 |
|
rcmerci
|
30b78fa39b
|
enhance(asset-sync): handle "push-asset-upload-updates" message
|
2024-11-25 12:23:55 +08:00 |
|
rcmerci
|
899ec8fbae
|
fix(asset-sync): response-type as array-buffer
|
2024-11-25 12:23:55 +08:00 |
|
Tienson Qin
|
b3963634e2
|
chore: allow login on dev
|
2024-11-25 12:23:55 +08:00 |
|