Commit Graph

23218 Commits

Author SHA1 Message Date
Tienson Qin
f830bccadf fix: invalid block when adding existing pages to library 2025-06-28 00:44:56 +08:00
Gabriel Horner
7968058d4b fix: asset links with regex characters not getting updated
Fixes https://github.com/logseq/db-test/issues/358
2025-06-27 10:51:18 -04:00
Tienson Qin
3cd604787f fix: remove block.temp/* attrs from vector tx-data 2025-06-27 22:30:35 +08:00
Gabriel Horner
b6cb12445c enhance(dev): schema CLI supports optional export
instead of dump option. Dump option required some maintenance and and
export has the advantage of being able to save the created graph. The
only thing that dump had over export was refs which really shouldn't
change now that we've standardized on them with db-pipeline/add-listener
2025-06-26 17:57:05 -04:00
Gabriel Horner
32a29f5f3d enhance(dev): CLI can diff other export types 2025-06-26 17:02:14 -04:00
Gabriel Horner
16ac807894 enhance: import + sqlite.build supports classes and properties
from multiple namespaces
2025-06-26 16:57:39 -04:00
Gabriel Horner
7a7995e96f fix: test affected by option alias change 2025-06-26 14:08:30 -04:00
Gabriel Horner
0cb5c99502 enhance(dev): CLI can export other types e.g. graph-ontology 2025-06-26 12:12:50 -04:00
Tienson Qin
7037a84137 fix: failed to export EDN because default value property refed 2025-06-26 18:40:06 +08:00
Tienson Qin
2ec76caed7 fix: export datoms urls 2025-06-26 18:24:54 +08:00
Tienson Qin
2635301951 fix: invalid blocks caused by separating classes and properties 2025-06-26 18:20:29 +08:00
charlie
593aca94c0 fix: lint 2025-06-26 17:15:38 +08:00
charlie
3a66ea8920 enhance(plugins): improve get db indent from the plugin caller 2025-06-26 17:15:38 +08:00
Charlie
62eaf3ae6b Update src/main/logseq/api/block.cljs
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2025-06-26 17:15:38 +08:00
charlie
89c5e61daf fix(apis): types & incorrect property key for plugin caller 2025-06-26 17:15:38 +08:00
charlie
d80be20c28 fix: lint 2025-06-26 17:15:38 +08:00
charlie
f4badf1321 fix(apis): e2e tests 2025-06-26 17:15:38 +08:00
charlie
f81849149d enhance(plugins): add more property related e2e tests 2025-06-26 17:15:38 +08:00
charlie
d80d9a46d4 fix(apis): upsert property for the user property 2025-06-26 17:15:38 +08:00
charlie
9291e877c8 enhance(plugins): WIP add property related e2e tests 2025-06-26 17:15:38 +08:00
charlie
0a462208cb enhance(plugins): WIP add more block property related e2e tests 2025-06-26 17:15:38 +08:00
charlie
388cddb08e enhance(plugins): add block related e2e tests 2025-06-26 17:15:38 +08:00
charlie
0c300d0a3d fix(apis): upsert block property 2025-06-26 17:15:38 +08:00
charlie
69b779e9a2 enhance(apis): parse property value for the json string 2025-06-26 17:15:38 +08:00
charlie
4fa8e092f2 enhance(apis): limited prefix for the user/plugin block property key 2025-06-26 17:15:38 +08:00
charlie
87474891f5 enhance(apis): improve block properties apis 2025-06-26 17:15:38 +08:00
charlie
702e8e26cf fix(apis): upsert block property 2025-06-26 17:15:38 +08:00
charlie
586c72647b enhance(mobile): redirect to journals tab when switched graph 2025-06-26 15:33:54 +08:00
Tienson Qin
bbbb2f32a8 fix: delete default property values when deleting blocks
fixes
https://test.logseq.com/#/page/685c3794-3b3e-4909-9292-9c0cdf0d1d80
fixes
https://test.logseq.com/#/page/685c38a1-3e2d-4089-b34d-add09ef9a20f
fixes
https://test.logseq.com/#/page/685aad5f-67dc-48c8-9e7c-6505baaa9074
2025-06-26 13:20:42 +08:00
Gabriel Horner
a7562d7f26 chore: Rename 'All pages' to 'Pages'
Simplifies pages screen name to be consistent with other sidebar
items e.g. Tasks and Journals. Deleted all affected translations
since they are no longer valid translations
2025-06-26 12:28:19 +08:00
charlie
b68c305872 Merge branch 'master' into feat/capacitor-new 2025-06-26 09:55:02 +08:00
Gabriel Horner
33464da59a fix: wording in messages
"Are you sure to" isn't standard grammar. Em dash isn't common
punctuation
2025-06-25 16:03:09 -04:00
Gabriel Horner
0f3957ace8 fix: :block/alias not exported with :page export
Fixes https://github.com/logseq/db-test/issues/305
2025-06-25 15:08:16 -04:00
Tienson Qin
e443bbca9c fix: lint 2025-06-25 18:41:34 +08:00
Tienson Qin
cb88d84a5e fix: dnd-kit sortable items require ids 2025-06-25 18:30:35 +08:00
Tienson Qin
cbfe85523c fix: unset property can break system nodes/pages
fixes https://github.com/logseq/db-test/issues/354
2025-06-25 17:39:41 +08:00
Tienson Qin
6f269462ab fix: hide page history menu for db graphs
fixes https://github.com/logseq/db-test/issues/355
2025-06-25 16:41:12 +08:00
Tienson Qin
1aa21ecd8a fix: images in table view 2025-06-25 16:37:20 +08:00
Tienson Qin
d14cfb07bc fix: asset display in property value 2025-06-25 16:25:55 +08:00
Tienson Qin
9209118261 fix: display tweet macro instead of embed in table view
fixes https://github.com/logseq/db-test/issues/353
2025-06-25 16:11:07 +08:00
Tienson Qin
2708743660 enhance(ux): don't clear input after adding a page to Library
fixes https://github.com/logseq/db-test/issues/352
2025-06-25 15:58:44 +08:00
charlie
87b7605ff7 enhance(mobile): ux for the asset images 2025-06-25 15:32:19 +08:00
charlie
08b824934c Merge branch 'master' into feat/capacitor-new 2025-06-25 14:06:52 +08:00
Gabriel Horner
b940138a39 fix: tag completion showing 2 entries for an existing tag
including 'New tag'. Regression from e92ea7a771
2025-06-24 14:55:17 -04:00
Gabriel Horner
9f924dd587 chore: remove dev flag 2025-06-24 10:40:02 -04:00
Tienson Qin
dfa428caaa enhance: migrate fixes should be pure functions 2025-06-24 20:59:06 +08:00
Gabriel Horner
1b3a9cdd53 fix(dev): test build can't be watched
With last shadow-cljs upgrade, can no longer start a separate test watch
so instead start one with `npx shadow-cljs watch test`
2025-06-24 08:40:33 -04:00
Gabriel Horner
e4ffd13340 fix: tags can have duplicate names
Tags should not have duplicate names regardless of their
extends or if they're built-in or not.
Fixes https://github.com/logseq/db-test/issues/338 and fixes
https://github.com/logseq/db-test/issues/349
2025-06-24 08:35:49 -04:00
charlie
6dca6de649 enhance(ux): improve image asset ux 2025-06-24 17:36:16 +08:00
charlie
71cdd4a55f enhance(ui): use dots menu for the asset actions 2025-06-24 17:36:16 +08:00