Commit Graph

19176 Commits

Author SHA1 Message Date
Tienson Qin
b7d3bc58b0 no need to paginate data for views 2025-03-17 20:11:30 +08:00
Tienson Qin
ff6e0bc447 avoid transacting view data to ui db 2025-03-17 20:02:19 +08:00
Tienson Qin
5d623b453c limit properties to be queried from <get-block 2025-03-17 18:16:13 +08:00
Tienson Qin
515feee0aa wip: query data only if it's needed to be displayed 2025-03-17 10:28:28 +08:00
Tienson Qin
4b8e1eb687 avoid transacting existing view entities to the UI db 2025-03-16 17:34:47 +08:00
Tienson Qin
50940018f9 perf: memoize row 2025-03-16 16:07:18 +08:00
Tienson Qin
05054f0c4b Merge branch 'feat/db' into perf/app-start 2025-03-16 12:18:55 +08:00
Tienson Qin
a551370498 fix: no default set for the available choices stops selection
fixes https://github.com/logseq/db-test/issues/230
2025-03-14 17:23:41 +08:00
Tienson Qin
ad4b1af31e fix: page reference display error 2025-03-14 12:47:57 +08:00
Tienson Qin
8d2025a9ed fix: creating another property when using class as property
for the first time
2025-03-14 12:03:07 +08:00
Tienson Qin
01d8bd5dd7 fix: property key align 2025-03-14 11:52:10 +08:00
Tienson Qin
db52711d14 fix: reorder auto-complete if items are grouped 2025-03-14 11:43:01 +08:00
charlie
c95c2483c2 fix(ui): alignments for the property text key 2025-03-14 11:33:14 +08:00
Gabriel Horner
0cc9205e99 enhance(dev): option to query multiple graphs 2025-03-13 16:00:01 -04:00
Gabriel Horner
14091b42d8 fix: properties with closed value have incorrect title
was using ident instead of :block/title
2025-03-13 15:52:18 -04:00
Gabriel Horner
551070fb0c chore: frontend lint
would normally fix but would cause conflicts w/ other PRs
2025-03-13 15:50:18 -04:00
charlie
33cbf0f752 fix(ui): incorrect ref update causing render infinite loop 2025-03-13 19:12:05 +08:00
Tienson Qin
bc8fa3d2db perf: hide unpinned columns when scrolling 2025-03-13 19:06:32 +08:00
charlie
504cce5d5d fix(ui): Incorrect hierarchy affects the functionality of the button tag 2025-03-13 12:30:00 +08:00
Tienson Qin
158ec0db85 perf: lazy render columns if there're a lot 2025-03-13 11:51:32 +08:00
Tienson Qin
e65d606417 enhance: hide action bar after pressing arrows 2025-03-13 09:52:32 +08:00
Tienson Qin
48c23385fc enhance(ux): add skeleton loading for views 2025-03-13 09:29:31 +08:00
Tienson Qin
a55e774e0d fix: lint 2025-03-13 09:14:10 +08:00
Tienson Qin
2dce5eefd3 reduce <get-block calls
Other things:
1. remove tag/property ref from `get-block-refs`.
2. pre-fetch property values
2025-03-13 09:07:59 +08:00
Tienson Qin
b87c43e697 Merge branch 'feat/db' into perf/app-start 2025-03-13 04:35:52 +08:00
Sean Casey
24ab09bd2c .github/workflows: update download-artifact actions to v4 2025-03-13 04:30:04 +08:00
Tienson Qin
5233e1e074 Merge pull request #11763 from logseq/feat/blocks-action-bar
feat: action bar on selected blocks
2025-03-13 04:29:37 +08:00
Tienson Qin
5ea345d872 style tweaks 2025-03-13 04:27:55 +08:00
Tienson Qin
8a07115bd2 fix: batch set icon 2025-03-13 03:37:15 +08:00
Gabriel Horner
0c3398a58f fix: new property showing up in unset property selection 2025-03-12 14:28:46 -04:00
Gabriel Horner
3ab8c77bc8 fix: file graphs showing db specific actions 2025-03-12 14:07:03 -04:00
Tienson Qin
35275616b3 fix: can't add :checkbox property object 2025-03-13 00:33:59 +08:00
Tienson Qin
50314f025c add unset property 2025-03-13 00:19:24 +08:00
Tienson Qin
da625e17d1 fix: lint 2025-03-12 23:56:26 +08:00
Tienson Qin
141970c7bc Merge branch 'feat/db' into perf/app-start 2025-03-12 18:09:58 +08:00
Tienson Qin
f62acee175 Merge branch 'feat/db' into feat/blocks-action-bar 2025-03-12 18:05:38 +08:00
Tienson Qin
d62ae19cce enhance: style tweaks 2025-03-12 18:02:42 +08:00
Tienson Qin
5f39346c8d enhance: don't close property value select after setting :many value 2025-03-12 17:58:13 +08:00
Tienson Qin
60225db3e5 fix: create new blocks for :default and :url when batch setting 2025-03-12 17:44:22 +08:00
rcmerci
328f7ca301 enhance(rtc): add document-visible&rtc-not-running-flow
emit events when document is visible and rtc not running,
trigger by flows/document-visibility-state-flow
2025-03-12 17:06:08 +08:00
Tienson Qin
c304783b49 fix: batch set properties for multiple text/url values 2025-03-12 16:55:00 +08:00
Tienson Qin
9c219c6791 enhance(ux): notify property updated for selected blocks 2025-03-12 16:37:17 +08:00
Tienson Qin
00ca0fd03b fix: typo 2025-03-12 16:30:14 +08:00
Tienson Qin
68e4f641d8 fix: batch copy page titles 2025-03-12 16:23:43 +08:00
rcmerci
a4158cad81 enhance(rtc): try start when js/document is visible 2025-03-12 16:09:58 +08:00
Tienson Qin
d095ceedd6 Merge branch 'feat/db' into feat/blocks-action-bar 2025-03-12 15:43:26 +08:00
Gabriel Horner
309579b5e4 Merge branch 'master' into feat/db 2025-03-11 17:02:22 -04:00
Tienson Qin
2d8e80954e fix: graph keep re-index when loading
The reason is that `mtime` and `ctime` are lost in the main thread.
2025-03-12 02:24:50 +08:00
Tienson Qin
c76a537d1c fix: lint 2025-03-12 01:39:52 +08:00
Gabriel Horner
c294f078b6 Merge branch 'master' into feat/db 2025-03-11 13:27:33 -04:00