Commit Graph

18621 Commits

Author SHA1 Message Date
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
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
Tienson Qin
8a0a05183e refactor: remove :block/format for db graphs (#11667) 2025-01-05 12:10:47 +08:00
Tienson Qin
b24ad28bac feat: time tracking (#11666)
* Schema update for property history

* feat: record property history

* Initial support for time tracking

* enhance: status history view

* fix: reactive time tracking

* fix: tests

* enhance: set max height for status history

* enhance: disable some options for property enable-history?

* address suggestions from zhiyuan

* fix: spent-time for doing tasks

* enhance: status history support reverse order

* chore: merge feat/db
2025-01-05 11:49:34 +08:00
charlie
7101a59858 fix(plugin): incorrect file path for the plugin dots settings 2025-01-04 15:38:00 +08:00
Gabriel Horner
1bba10c266 fix: graph counts after validation are wrong
after type->tags migration. Also update recommended validate cli options
to default to true. Also clean up graph counts spread across two
validators and importer. The property-pairs count in the UI were way off
because they were only counting pairs that are validated by malli-schema
2025-01-04 02:14:39 -05:00
charlie
f7e150b642 enhance(plugin): add web flag for the marketplace plugin 2025-01-04 15:11:43 +08:00
Tienson Qin
4a0f279353 fix: date time from different timezones 2025-01-04 08:16:55 +08:00
Gabriel Horner
96c1cc5777 fix: unstable deadline tests for exporter 2025-01-03 17:32:01 -05:00
Gabriel Horner
0b87c36d65 chore: remove unused deps from common 2025-01-03 15:19:54 -05:00
Gabriel Horner
d1748a18d8 fix: deleting built-in blocks from queries
Was possible to delete built-in closed values from queries
like `(property :logseq.property/created-from-property)`
2025-01-03 14:07:25 -05:00
Gabriel Horner
2c8aaedecf fix: don't allow deletion of built-in class objects or property
relationships from table view. This would break major internals if delete actions were done
on logseq.class/Root or most built-in properties
2025-01-03 12:55:30 -05:00
Gabriel Horner
01b40b42c3 enhance: show Tag and Property classes in page header
Addresses
https://github.com/logseq/logseq/pull/11634#discussion_r1901175283
2025-01-03 12:12:21 -05:00
Tienson Qin
17ee522779 fix: date label 2025-01-04 00:53:42 +08:00
Gabriel Horner
d9d9d26116 fix: tweak file-block schema for migrations
Related to new fix-block-timestamps! in migration
2025-01-03 11:32:25 -05:00
charlie
59d31c9922 Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2025-01-03 21:00:43 +08:00
charlie
d7e79242c4 fix(plugin): missing scripts 2025-01-03 21:00:25 +08:00