charlie
c9da221c59
fix(mobile): incorrect dragging style for the ios platform
2025-07-02 11:27:55 +08:00
Tienson Qin
b81c053f2a
fix: hide keyboard when presenting modal
2025-07-01 16:28:31 +08:00
Tienson Qin
6ad99e8746
fix(mobile): move cursor to the end on iOS
2025-07-01 15:44:48 +08:00
Tienson Qin
88ad410a9d
remove contenteditable as it introduces other issues
2025-07-01 15:28:14 +08:00
Tienson Qin
d80a1261c5
enhance(mobile): reduce breakpoints
2025-07-01 15:11:03 +08:00
charlie
e02dff3ff7
refactor: simplify assets path
2025-07-01 14:41:17 +08:00
Tienson Qin
18309f28a9
fix(mobile): page icon size
2025-07-01 14:33:19 +08:00
Tienson Qin
b27277a2a2
fix(mobile): table view style
2025-07-01 14:23:54 +08:00
Tienson Qin
1f18aeb8c9
fix(mobile): table view scroll container
2025-07-01 10:33:16 +08:00
Tienson Qin
90a776edf1
enhance(ux): hide #Task by default on mobile
2025-07-01 08:54:35 +08:00
Tienson Qin
001e5ec40c
fix(mobile): display properties when zoom in
2025-07-01 08:48:35 +08:00
Tienson Qin
13305e3169
Merge branch 'master' into feat/capacitor-new
2025-07-01 08:06:47 +08:00
Tienson Qin
a1d1e0b752
fix: typo
2025-06-30 21:10:49 +08:00
Tienson Qin
fa0777c65a
fix: can't open empty block with arrow left and right
2025-06-30 21:10:49 +08:00
charlie
c953973cd6
fix: e2e tests
2025-06-30 21:10:49 +08:00
charlie
a97e7ff7ff
enhance(ux): visible selected block add button
2025-06-30 21:10:49 +08:00
charlie
afc36f4549
enhance(ux): improve blocks selection for the dummy block button
2025-06-30 21:10:49 +08:00
Tienson Qin
702255adea
fix: don't create unnecessary linked/unlinked reference views
2025-06-29 15:43:35 +08:00
Tienson Qin
84b83397cc
enhance: remove parent extends when setting a child class for extends
2025-06-29 15:21:09 +08:00
Gabriel Horner
268889d0b7
chore: rename sqlite.build :build/class-parent to :build/class-extends
...
Matches new property name and its arity. :build/class-parent deprecated
2025-06-29 15:21:09 +08:00
Tienson Qin
ded9c8e517
fix: update :build/class-parent to multiple values
2025-06-29 15:21:09 +08:00
Tienson Qin
6902578358
add migration for tag extends
2025-06-29 15:21:09 +08:00
Tienson Qin
9c49f63a6f
add tests for extends cycle validation
2025-06-29 15:21:09 +08:00
Tienson Qin
1c44bc47f0
fix: disallow creating new tag in extends select
2025-06-29 15:21:09 +08:00
Tienson Qin
9bede53a34
fix: tests
2025-06-29 15:21:09 +08:00
charlie
b6e3e98990
Merge branch 'master' into feat/capacitor-new
2025-06-28 11:06:25 +08:00
Tienson Qin
f830bccadf
fix: invalid block when adding existing pages to library
2025-06-28 00:44:56 +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
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
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
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
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
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