rcmerci
f485eeef3d
enhance: add prop :logseq.property/created-by
2025-01-12 16:12:08 +08:00
rcmerci
9764646d07
enhance: profiler now support multi-arity & variadic fns
2025-01-12 15:36:24 +08:00
charlie
4d0fbe11be
fix(pdf): incorrect styles for the external window pdf viewer
2025-01-11 15:47:11 +08:00
Gabriel Horner
5ccb11aa0f
fix(regression): Can't distinguish between page and class properties
...
Without a visual indicator there's no way for a user to know what's a
page or class property for a class. Pretty confusing for anyone who's
using page properties on a class
2025-01-10 14:00:52 -05:00
Gabriel Horner
25d1243edd
chore: update docstrings in kv-entity
...
Also update other :import-type to be keywords like other values
2025-01-10 12:41:54 -05:00
Gabriel Horner
1adeaa3259
fix: migrate command throwing 'Unserializable return value' error
2025-01-10 10:20:16 -05:00
charlie
ccefc2ba77
fix(apis): missing exports
2025-01-10 16:29:41 +08:00
rcmerci
1c5761e279
enhance(rtc): ignore entities if possible when init upload/download
2025-01-10 16:04:21 +08:00
rcmerci
72b736abd4
enhance(rtc): don't generate update-op if only :block/updated-at changed
2025-01-10 13:26:55 +08:00
Tienson Qin
68f758cdc9
fix: invalid data
...
/Validate current graph will try to fix those errors.
fixes https://github.com/logseq/db-test/issues/205 .
2025-01-09 21:15:12 +08:00
rcmerci
0fa7da9c08
fix(rtc): fix export-as-blocks when ignore-attr-set not nil
2025-01-09 18:25:10 +08:00
rcmerci
3a43a81bc5
enhance(rtc): client-ops generator ignore attrs if possible
2025-01-09 18:07:13 +08:00
rcmerci
9db946c605
enhance: apply defkeywords to built-in classes, add some rtc related keywords
2025-01-09 18:07:13 +08:00
charlie
e83cb0ff86
enhance(apis): empty page name crash for the push state
2025-01-09 12:34:41 +08:00
Gabriel Horner
e0b5dace85
fix: can't create page with tag from cmd-k
...
e.g. `Foo #Movie`. Also cleanup build-new-class which shouldn't allow
for db-ident overrides
2025-01-08 14:16:49 -05:00
Gabriel Horner
4a245b5f72
fix: opening new page in sidebar and clicking first block
...
displayed invalid warning
2025-01-08 12:08:18 -05:00
rcmerci
8470da1786
enhance: defkeywords all built-in-properties
2025-01-08 22:00:08 +08:00
rcmerci
7b9ae93982
enhance: add logseq.common.defkeywords
2025-01-08 21:22:22 +08:00
rcmerci
f5ffcf1d04
chore: update docstring of defkeyword
2025-01-08 21:22:22 +08:00
rcmerci
73e51a88b2
refactor: split rtc malli-schema into its own ns
2025-01-08 14:31:12 +08:00
rcmerci
61054768c1
refactor: replace all rum/use-effect!, add kondo :discouraged-var config
2025-01-08 13:57:28 +08:00
charlie
d0cd4c2e1e
enhance(plugin): auto updates for web plugins
2025-01-08 13:15:26 +08:00
charlie
1110e81741
chore(dev): remove debug
2025-01-08 09:01:34 +08:00
Gabriel Horner
8e2f0c9888
fix: property history still exists when property is deleted
...
No need to leave partial history around
2025-01-07 14:33:28 -05:00
Gabriel Horner
9050b88138
fix: node level property config mixed with property-level config
...
There was no UI indicator that the config applied at property or block
level so updated wording and moved it down to other node-level actions
2025-01-07 11:12:35 -05:00
Gabriel Horner
671bc93017
fix: describe table header which confused me and another user
2025-01-07 09:35:09 -05:00
rcmerci
051cadaf6a
refactor: add memo-deps to wrap hook-deps
2025-01-07 21:59:03 +08:00
rcmerci
2248e5ef5a
chore: fix lint
2025-01-07 20:34:18 +08:00
rcmerci
6176d5d9f9
refactor: replace rum/use-callback
2025-01-07 20:34:16 +08:00
rcmerci
693fa3a82b
refactor: add use-debounced-value hook
2025-01-07 20:33:26 +08:00
rcmerci
172261fa00
refactor: replace rum/use-layout-effect!
2025-01-07 20:33:26 +08:00
rcmerci
5d8f176537
refactor: replace rum/use-memo
2025-01-07 20:33:24 +08:00
rcmerci
fd0bc933e9
refactor: make react hooks compatible with cljs builtin types
2025-01-07 20:32:00 +08:00
Tienson Qin
e9a5235aa3
chore: use gfun/debounce as util/debounce
2025-01-07 20:30:10 +08:00
rcmerci
6be1d0c2f9
fix lint
2025-01-07 20:29:09 +08:00
Tienson Qin
e522c73fe2
fix: Task doesn't repeat with a user :date property
2025-01-07 19:57:56 +08:00
charlie
890a06fa19
enhance(plugin): install plugin from web url
2025-01-07 17:21:38 +08:00
charlie
c1f93683a1
enhance(plugin): load plugin from web url for debug
2025-01-07 12:59:17 +08:00
Tienson Qin
f7f396342b
fix: file-sync dialog when switching graphs
2025-01-07 10:41:37 +08:00
Tienson Qin
800e30c409
fix: remove duplicated contents page
2025-01-07 10:38:44 +08:00
Tienson Qin
9b86f07ac7
fix: don't re-create contents page when migrating db
2025-01-07 10:28:02 +08:00
Tienson Qin
5c27b478b1
fix: wrong :block/title data
2025-01-07 10:20:47 +08:00
Gabriel Horner
7c0e5b598d
fix: Don't mention 'task' for repeating properties that have nothing to do with tasks
...
Also remove one verb in repeat labels to have it read as one fluid sentence
2025-01-06 15:31:09 -05:00
Gabriel Horner
60d2d46454
fix: can't change checked or unchecked choice to another one
...
We didn't clear out the previous choice so it kept showing the previous
choice
2025-01-06 10:51:20 -05:00
Tienson Qin
883293aa58
fix: prefer db/id instead of entity for use-effect deps
2025-01-06 23:49:56 +08:00
Tienson Qin
a45da56cd2
fix: pprint/pprint not always work for validate errors
2025-01-06 21:26:09 +08:00
charlie
25adb80b96
enhance(plugin): app proxy call
2025-01-06 17:34:03 +08:00
charlie
f28d344ef3
fix(apis): create page for journals
2025-01-06 15:47:14 +08:00
charlie
caa9d4cb30
chore(dev): react key warnings
2025-01-05 12:31:28 +08:00
Tienson Qin
c6a222e071
enhance: set font-normal for time spent
2025-01-05 12:18:41 +08:00