Commit Graph

16588 Commits (6cea3624ec131add7c9e7b701f284a1e99681a2f)

Author SHA1 Message Date
charlie 6cea3624ec fix(shortcuts): incorrect restore action #11421 2024-07-15 20:29:01 +08:00
charlie 4800d4a365 enhance(ux): polish details 2024-07-15 13:00:15 +08:00
charlie 901a92e0ac fix(editor): sometimes edit block not working for the selection mode 2024-07-14 17:04:32 +08:00
charlie 03acf8709f enhance(ux): restore the select mode when escaping the code block 2024-07-14 11:48:10 +08:00
charlie 5f2568f398 fix(ui): icon color from the left sidebar 2024-07-14 10:45:06 +08:00
charlie 15b15af181 enhance(ui): icon color for the page reference 2024-07-13 16:29:38 +08:00
Gabriel Horner cd4e0c5642 fix: db import inferring a class' properties
Also remove :block/namespace from page import as its unused.
Part of LOG-3176
2024-07-12 16:17:53 -04:00
Gabriel Horner 1f9b893ba0 fix: tests altered by last commit
Also add a block-ref example to last whiteboard test page
2024-07-12 14:38:03 -04:00
Gabriel Horner 62252479ee fix: db import of some whiteboard pages
Also fix old whiteboards not having correct :block/type.
Part of LOG-3176
2024-07-12 14:22:10 -04:00
Gabriel Horner 60cd9b00da fix: db import of namespaced page created invalid class
Encountered this with docs graph. Part of LOG-3176
2024-07-12 12:32:48 -04:00
Gabriel Horner ff5d145e36 fix: docs graph failing to translate :query-properties
when using :property-classes option. Also translate :tags
which isn't a user property. Part of LOG-3176
2024-07-12 11:02:15 -04:00
charlie a2ea0059af fix(editor): invalid editor up/down actions for the selection mode once outdent/indent 2024-07-12 19:49:48 +08:00
charlie 73558703c7 enhance(ui): polish icons for the slash commands 2024-07-12 17:24:07 +08:00
Gabriel Horner 7c19f9faad fix: db import of whiteboards shouldn't fail
Can't visually confirm import yet b/c of whiteboard bug
but at least whiteboard import is valid. Part of LOG-3176
2024-07-12 00:28:03 -04:00
Gabriel Horner 9869bed612 fix: db import of some deadline blocks being invalid
Ignore repeated as it's not supported. Part of LOG-3176
2024-07-11 23:29:11 -04:00
Gabriel Horner 879e07b2f4 fix: db import of aliases
Also ignore :filters for now so they don't make graphs invalid and
add more tests for tags. Part of LOG-3176
2024-07-11 23:13:08 -04:00
Gabriel Horner 33785dca66 fix: db-import of :query-sort-by property
Also fix warning notifications printing empty error logs.
Part of LOG-3176
2024-07-11 18:00:21 -04:00
Gabriel Horner 0bcd48d724 fix: db import when :page property changes to :default
Also fix frontend import's db-browser/transact! wasn't getting or
updating all of the imported tx changes. Part of LOG-3176
2024-07-11 17:23:34 -04:00
charlie 7493cdcff6 enhance(ui): polish icons for slash commands 2024-07-11 12:09:10 +08:00
charlie b1fa7ee8ad fix: slash command clash for the demo graph 2024-07-11 10:53:49 +08:00
charlie 4764dfaa80 enhance(ui): polish custom colors for the icons picker 2024-07-11 09:57:02 +08:00
Gabriel Horner 21f959e5c0 chore: add more db-import tests
Test for float and ref block/content replacement. Part of LOG-3092
2024-07-10 16:18:04 -04:00
Gabriel Horner 7ce983df24 refactor: move ignored properties page to its own test
Moved it to ignored/ so that frontend import of test-exporter-graph isn't
always displaying warnings. Part of LOG-3092
2024-07-10 15:05:38 -04:00
Gabriel Horner 2718ee3b20 fix: new property causes invalid graph
New property namespaces are declared in this var /RCmerci
2024-07-10 10:01:54 -04:00
rcmerci 2a48486ac1 test(rtc): :block/type page added when create-page 2024-07-10 18:44:20 +08:00
rcmerci db9826dfea enhance(rtc.asset): update console-log 2024-07-10 18:44:20 +08:00
rcmerci 5c110bc61a fix(rtc.asset): add headers when upload assets 2024-07-10 18:44:20 +08:00
rcmerci 40a5f12fbd enhance(rtc.asset): update new-task--upload-assets 2024-07-10 18:44:20 +08:00
rcmerci a0ef7b3407 enhance(rtc.asset): add built-in property :logseq.property.asset/remote-metadata 2024-07-10 18:44:20 +08:00
rcmerci ec66cbdc8b enhance(rtc.asset): require frontend.worker.rtc.asset-db-listener 2024-07-10 18:44:20 +08:00
rcmerci 98be881cff enhance(rtc.asset): adjust the call position of assets-sync-loop canceler 2024-07-10 18:44:20 +08:00
rcmerci 06bce3dbd9 enhance(rtc.asset): :onstarted-task in create-assets-sync-loop's result 2024-07-10 18:44:20 +08:00
rcmerci b8c8a1be40 feat(rtc.asset): add asset-sync-loop into rtc-sync-loop 2024-07-10 18:44:20 +08:00
rcmerci fa14834071 feat(db-sync): update assets-sync loop 2024-07-10 18:44:20 +08:00
rcmerci 2d6bec74ed feat(rtc.asset, wip): init add assets-sync related ns, fns 2024-07-10 18:44:20 +08:00
charlie 65b6a6b258 fix: incorrect input behavior for the create db graph input 2024-07-10 18:17:56 +08:00
charlie 2933e45694 enhance(ui): support custom colors for the icons picker 2024-07-10 17:54:57 +08:00
Gabriel Horner c406cb2461 fix: db import when properties change from :date to :page
Part of LOG-3176
2024-07-09 15:22:35 -04:00
Gabriel Horner 60b13a525e fix: db import of collapsed block being invalid
Also cleanup infer fn which had import-specific code and add tests
for :default to :page :type change. Part of LOG-3176
2024-07-09 14:23:22 -04:00
Gabriel Horner 8279205fc7 fix: db import of property :type changes to :default
Just handles :one cardinality so far. Part of LOG-3176
2024-07-09 12:33:35 -04:00
charlie ff3f8afce3 enhance(ux): support virtual list for the icons picker 2024-07-09 18:07:19 +08:00
charlie fdf7a2cf50 enhance(ui): add more tabler extension icons 2024-07-09 15:20:51 +08:00
charlie 54f9f9dc96 enhance(ui): polish icons picker 2024-07-09 13:52:55 +08:00
charlie b3ab38e70b refactor: simplify codes 2024-07-09 12:14:27 +08:00
charlie 405dfa8300 fix(ui): remove spaces for the tabler icon names 2024-07-09 12:10:53 +08:00
charlie f3888e4509 enhance(ui): polish priority related icons 2024-07-09 10:53:35 +08:00
Gabriel Horner 0f7f4d431e fix: db import of a page with two uses of new property
Also add tests for :date property and first property change.
Part of LOG-3176
2024-07-08 21:48:28 -04:00
Gabriel Horner 5b4cb0d213 chore: add test for block refs
Part of LOG-3092
2024-07-08 16:05:30 -04:00
Gabriel Horner 13048a901c chore: add more property tests for db import
Part of LOG-3092
2024-07-08 15:59:33 -04:00
Gabriel Horner 057d6b459f fix: :url property values with macros
Macros in :url are useful for having urls with a common hostname that
can be configured once. Without this fix, docs graph is invalid
2024-07-08 13:34:28 -04:00