Commit Graph

18638 Commits

Author SHA1 Message Date
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
Gabriel Horner
e8659d6552 fix: remove unused check in class?
That check was used in an earlier version of #11634 when Tag didn't have
:block/tags
2025-01-08 11:55:00 -05:00
Gabriel Horner
0db34bc921 fix: debug check failing importer
Only failed in prod. Fixes https://github.com/logseq/db-test/issues/206
2025-01-08 10:58:50 -05:00
Gabriel Horner
b44d644aba fix: deps tests failing to run due to missing var 2025-01-08 09:16:39 -05:00
Gabriel Horner
90924816f9 fix: common lints 2025-01-08 09:11:22 -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
charlie
e7bb904c9d chore(libs): build libs core 2025-01-08 15:19:21 +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
cadb00279c fix: exporter :datetime tests failing locally
caused by e522c73fe2
2025-01-07 17:11:51 -05:00
Gabriel Horner
b2a3559df8 chore: add block/format to file linter
follow up to #11667
2025-01-07 16:42:11 -05: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
c6f3eb67c1 fix: history/scalar-value schema
wrong type and didn't handle false
2025-01-07 14:12:45 -05:00
Gabriel Horner
cf4de2f5fa chore: update lint to check for two very common db namespaces 2025-01-07 14:11:07 -05:00
Gabriel Horner
5ac24abf41 fix: property history schema not specifying used properties
property history would be buggy if it was missing its properties
2025-01-07 12:48:30 -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
Gabriel Horner
a91d1d9f94 fix: db test 2025-01-07 09:34:32 -05:00
rcmerci
6518fd948e Merge pull request #11674 from logseq/refactor/custom-react-hooks
Refactor: custom react hooks
2025-01-07 22:16:20 +08:00
Tienson Qin
cdbe7b2d55 fix: forget to add scheduled to #Task 2025-01-07 22:02:35 +08: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
2750250039 chore(libs): build libs core 2025-01-07 17:22:37 +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
d504ba36f1 chore(libs): bump version 2025-01-06 17:40:47 +08:00
charlie
25adb80b96 enhance(plugin): app proxy call 2025-01-06 17:34:03 +08:00
charlie
87e01f116b enhance(apis): add types 2025-01-06 15:54:21 +08:00
charlie
f28d344ef3 fix(apis): create page for journals 2025-01-06 15:47:14 +08:00