Commit Graph

19911 Commits

Author SHA1 Message Date
Tienson Qin
33d3eda28e fix(regression): can't import debug transit file 2025-05-02 09:35:19 +08:00
Tienson Qin
0e6cbe22de fix: view does not update when adding or removing objects 2025-05-02 08:50:39 +08:00
Tienson Qin
b3f8c7270e fix(regression): only the first block of a :default/:url many
property will be displayed.
2025-05-02 06:37:20 +08:00
Tienson Qin
94e919e47e fix: default many property popup in table view 2025-05-02 06:26:24 +08:00
Tienson Qin
68417bbb01 enhance(ux): table row/cell navigation (#11837)
* enhance(ux): up/down to navigate table rows

* enhance: remove block id+uuid class

Use `blockid`.

* enhance: arrowleft to select cell when a table row has been selected

* wip: table cell navigation

* feat: up/down/left/right table cell navigation

* enhance(ux): scroll to cell when it's not visible

* fix: save block content when exit title cell popup

* fix: table keyboard navigation doesn't work on virtualized table

The solution is to preload more rows for virtualized tables.
2025-05-02 05:47:58 +08:00
rcmerci
aea2dd00a0 test(e2e): screenshot when assert err 2025-05-01 18:05:40 +08:00
Gabriel Horner
e4389bb361 fix: deleting current db graph crashes journal screen
nil repo crashed ui
2025-04-30 13:37:49 -04:00
rcmerci
eb76f078f9 test(e2e): rtc-basic-test add delete-pages test 2025-05-01 00:44:14 +08:00
Tienson Qin
26b390e623 fix(regression): editing a closed :number property value allows
for invalid choices
2025-04-30 23:29:01 +08:00
Tienson Qin
6efb082a35 fix: whiteboards undo/redo 2025-04-30 23:23:17 +08:00
Tienson Qin
d48be3bf47 fix(regression): can't create template blocks on file graphs 2025-04-30 23:02:36 +08:00
Gabriel Horner
539d79fd3f fix: view filtering doesn't work for 3 property types
For :default, :number and :url, we were filtering by the entity uuid,
not entity content, so only the first entity was matched.
Fixes
https://github.com/logseq/db-test/issues/264#issuecomment-2840535527
2025-04-30 10:49:15 -04:00
Gabriel Horner
88399f0065 fix: outliner lint for incorrect args 2025-04-30 09:40:10 -04:00
Gabriel Horner
eec1184eaa fix: pasting a first time block ref fails in file graph 2025-04-30 09:31:41 -04:00
rcmerci
dcb6c4fb3a test(e2e): update rtc-basic-test 2025-04-30 18:19:21 +08:00
Tienson Qin
ad57526b9d fix: set number property 2025-04-30 17:57:43 +08:00
Tienson Qin
5675aae564 fix(regression): can't set default-value on :default property 2025-04-30 15:00:50 +08:00
rcmerci
357d11cbe8 test(e2e): update rtc-basic-test 2025-04-30 14:36:42 +08:00
Gabriel Horner
faf872ec47 fix: default values of property don't load
Couldn't see a user's property default value. Also caused visible bug
with deadline popup
Fixes
https://test.logseq.com/#/page/68112b33-17bb-4fb2-876e-48380afdb7b1
2025-04-29 16:00:52 -04:00
Gabriel Horner
ff208c69e7 fix: can't add default value to :number property
Fails b/c property's :entity type wasn't recognized as a ref type
2025-04-29 15:31:35 -04:00
Gabriel Horner
2673f52fef fix: can't add :node property if that property
has had an empty value. Property value completion was failing hard on
:logseq.property/empty-placeholder
2025-04-29 13:49:54 -04:00
Gabriel Horner
0840d05d6a fix: title when grouping by empty property value 2025-04-29 12:10:03 -04:00
Gabriel Horner
846e4bf305 fix: grouping by readable property values like :default type
Fixes https://github.com/logseq/db-test/issues/264
2025-04-29 12:05:31 -04:00
Tienson Qin
ca1f4394ba fix(regression): page history 2025-04-29 19:26:49 +08:00
Tienson Qin
bb9aa2d854 fix(regression): don't create tags from priorities and org BEGIN 2025-04-29 19:19:33 +08:00
Tienson Qin
ea72fad671 fix: remove page's own blocks from references 2025-04-29 18:32:19 +08:00
Tienson Qin
03622ce23b fix(regression): tag page empty references 2025-04-29 18:27:37 +08:00
Tienson Qin
8a1d90f129 fix: load whiteboards for file graphs 2025-04-29 17:49:37 +08:00
Tienson Qin
118a1edf02 fix: wait 1s after new-graph 2025-04-29 13:50:18 +08:00
Tienson Qin
f4c04a45f1 enhance: make e2e tests more stable 2025-04-29 13:02:11 +08:00
Gabriel Horner
25ad92ae09 fix: cannot save autostart of http server config
autostart checkbox also wasn't checked when set previously
Fixes https://github.com/logseq/db-test/issues/261.
https://github.com/logseq/logseq/issues/10337 looks like its already
fixed
2025-04-28 15:26:08 -04:00
Tienson Qin
4b53a0b8e0 fix: e2e tests 2025-04-29 02:58:22 +08:00
Tienson Qin
85c1e5c267 Add more commands e2e tests 2025-04-29 02:31:02 +08:00
Gabriel Horner
d3b7289b20 refactor: split logseq.db.common.sqlite into 2 namespaces
The majority of this ns is focused on graph initilization and
entity lazy loading so split this out to new ns,
logseq.db.common.initial-data. Originally
initialization was tied to sqlite util fns but it has not made
sense for awhile to think of them as sqlite util fns
2025-04-28 12:55:16 -04:00
Tienson Qin
9067635054 fix: separate /deadline and /scheduled from task status for commands 2025-04-29 00:04:23 +08:00
Tienson Qin
52464cecc0 fix: app crashes after clearing cache 2025-04-28 23:56:28 +08:00
Gabriel Horner
f4bbdbd0d2 fix: loading bug introduced by refactor 2025-04-28 11:42:23 -04:00
Gabriel Horner
691b8866ef refactor: mv another common ns out of db dir
Allows for more improved separate linting
2025-04-28 11:27:49 -04:00
Tienson Qin
88e99aefd4 fix: can't load db 2025-04-28 22:55:18 +08:00
Gabriel Horner
6a635ecb49 refactor: mv common ns out of db ns
Also move common and file fns out of db ns. Cleanup allows
for better separation linting
2025-04-28 10:37:13 -04:00
Tienson Qin
c569112db6 fix: can't import debug transit file 2025-04-28 17:35:06 +08:00
Tienson Qin
ffa35bc6db fix: ldb/get-recent-updated-pages needs db to be ready 2025-04-28 13:57:06 +08:00
rcmerci
3c31189f4a test(e2e): update multi-tabs-test 2025-04-27 22:58:27 +08:00
rcmerci
f3e0036f42 test(e2e): update multi-tabs-test 2025-04-27 18:42:23 +08:00
rcmerci
b8c53fc6e5 test(e2e): split ns logseq.e2e.block 2025-04-27 17:40:01 +08:00
Tienson Qin
7346266191 fix: disable scroll-editor-cursor on web&&pc since it's unstable 2025-04-27 14:08:18 +08:00
Tienson Qin
867392870b enhance(ux): esc closed action bar before clear selection
This allows dragging multiple blocks.
2025-04-27 13:39:16 +08:00
Tienson Qin
2fca4b0a53 chore: remove unused code 2025-04-27 13:30:53 +08:00
Tienson Qin
f755be15ec enhance(ux): remove outliner for focused property values 2025-04-27 13:24:24 +08:00
Tienson Qin
50920c6e93 fix: selection action bar shouldn't block interactions 2025-04-27 13:16:22 +08:00