Commit Graph

13880 Commits

Author SHA1 Message Date
Tienson Qin
f7fe814414 fix: disable annoying node preview when editing 2025-06-10 00:18:03 +08:00
Tienson Qin
dcc2e9d374 fix: click a link in node reference opens the node
The expected behavior is to open the link and not redirect to the
referenced node.
2025-06-10 00:13:11 +08:00
Tienson Qin
1ea936ecad fix: don't highlight datetime property value when hovering the value 2025-06-10 00:04:36 +08:00
Tienson Qin
e7480b6f2d fix: set next repeat time based on the time user has picked
instead of now.

Also, forward the time even if the current time is a `future` one.
2025-06-09 23:41:46 +08:00
Tienson Qin
2acf40a568 fix: set recur frequency default to 1 if it's empty 2025-06-09 23:19:56 +08:00
Tienson Qin
84da22b2b1 enhance(ux): show border for repeat task settings 2025-06-09 22:46:31 +08:00
Tienson Qin
b1ee3f5a5a fix: applying a template to the Journal tag removes it
This commit also add #Template when assigning template applied to.

Related to https://github.com/logseq/db-test/issues/312.
2025-06-09 21:10:51 +08:00
Tienson Qin
1a717ba253 fix: lint 2025-06-09 00:56:50 +08:00
Tienson Qin
8994647dcd fix: Flashcard review showing blank after one or two cards
fixes https://github.com/logseq/db-test/issues/301
2025-06-09 00:43:31 +08:00
Tienson Qin
6551c9ba9f fix: query tables not rendering contents on app start up
Related to https://github.com/logseq/db-test/issues/310
2025-06-08 23:12:36 +08:00
Tienson Qin
fac981bea0 fix: links not resolving
fixes https://github.com/logseq/db-test/issues/311
2025-06-08 22:19:50 +08:00
Tienson Qin
dc8f2f4984 fix: redirect to alias 2025-06-08 16:52:06 +08:00
Tienson Qin
f3cd818bee fix: auto-complete fails when referencing a page 2025-06-08 14:52:49 +08:00
Tienson Qin
61cc4382c4 fix: alias auto-complete 2025-06-08 14:42:19 +08:00
Tienson Qin
9cf01cecdf fix: pages not resolved until visited
related to https://github.com/logseq/db-test/issues/291
2025-06-08 11:22:24 +08:00
Tienson Qin
707861c3e8 fix: tags displayed twice on the "Tags" property page 2025-06-08 10:38:16 +08:00
Tienson Qin
691f5534ab fix: bulk set property with type checkbox
requires box to be checked

fixed https://github.com/logseq/db-test/issues/306
2025-06-08 09:22:29 +08:00
Tienson Qin
a6bd175479 fix: edit query button move around left and right side
fixes https://github.com/logseq/db-test/issues/308
2025-06-08 08:37:03 +08:00
Tienson Qin
e22c42c05b fix: lint 2025-06-06 07:16:02 +08:00
Tienson Qin
ee4e4bc4b5 fix: ignore resizeObserver errors on sentry 2025-06-06 06:50:11 +08:00
Tienson Qin
876db84672 fix: can't scroll more than a couple journals down
without losing position. This bug happens for file graphs because
 it keeps creating the today journal page if it's empty.
2025-06-06 06:35:10 +08:00
Gabriel Horner
ea6d2678f6 fix: assets not showing up for publishing
Not showing images or pdfs
2025-06-05 17:21:54 -04:00
charlie
fd81a4f503 fix: lint 2025-06-05 17:21:54 -04:00
charlie
099c5eb358 fix(pdf): incorrect area highlight logic for file graph 2025-06-05 17:21:54 -04:00
charlie
2ad3a8eae1 fix(pdf): incorrect condition 2025-06-05 17:21:54 -04:00
charlie
88ba998607 fix(pdf): save highlights for file graph 2025-06-05 17:21:54 -04:00
Tienson Qin
3a30d47b19 fix: show matched nodes when search input starts with / 2025-06-06 04:00:02 +08:00
Tienson Qin
20ec61641d enhance(ux): put pages before blocks when auto-complete node refs
We can improve it further to display horizontal split views for both
pages and blocks on desktop.
2025-06-06 03:55:40 +08:00
Tienson Qin
e6601fcd55 fix: don't show add button for non-page block 2025-06-06 03:20:16 +08:00
Tienson Qin
589e85550a fix: esc to exit filter first and then clear the input 2025-06-06 02:42:18 +08:00
Gabriel Horner
4b4c76bef6 fix: invalid pages created from cmd-k
Could specify private tags like `P1 #Property` which resulted in invalid
pages. Could also create invalid whiteboards as noticed in
https://discord.com/channels/725182569297215569/725182570131751005/1380146143937433670
2025-06-05 11:53:28 -04:00
Gabriel Horner
f6d8595645 fix: view edn export fails for group by
Fixes https://github.com/logseq/db-test/issues/300
2025-06-05 10:07:31 -04:00
rcmerci
bcab738d52 fix(rtc): refresh ui component after asset-file writing finished 2025-06-05 00:43:52 +08:00
Tienson Qin
722b615072 fix: multiple blocks in sidebar should have different container ids 2025-06-05 00:39:14 +08:00
Tienson Qin
4d112d242c fix: cursor moves to main area when using keyboard to delete blocks
in sidebar
2025-06-05 00:39:14 +08:00
Tienson Qin
7d5b72b896 fix: cursor moves to main area after deleting selection from sidebar 2025-06-05 00:39:14 +08:00
Tienson Qin
2b0b6fdb85 fix: arrow to create new block iff it's an empty page 2025-06-05 00:39:14 +08:00
Tienson Qin
f7035a0261 fix: delete block in a container moves cursor to another container
fix https://github.com/logseq/db-test/issues/284
2025-06-05 00:39:14 +08:00
Tienson Qin
4f72220b78 enhance: collect :graph-git-sha when missing addresses 2025-06-04 23:35:31 +08:00
Tienson Qin
e21ae5a528 fix: text overlap for Deadline and Scheduled properties
fixes https://test.logseq.com/#/page/683f7b4a-4279-48bd-bff3-ec16c4bc5316
2025-06-04 22:36:23 +08:00
Tienson Qin
c9782e5280 fix: node property dropdown doesn't allow choosing existing values
fixes https://test.logseq.com/#/page/683f58a0-6545-4b75-953d-875fda33dab5
2025-06-04 10:21:37 -04:00
Tienson Qin
96028fa6d3 fix: block reference are not displayed in table view (first load) 2025-06-04 16:22:47 +08:00
Gabriel Horner
ba168f0770 fix: error if user uses an outdated frontend
that isn't compatible with the db graph's current version
Fixes
https://test.logseq.com/#/page/6837281e-46c4-415c-a8d3-191ceeaff97a
2025-06-03 20:45:54 +08:00
Tienson Qin
17f5e9127c fix: don't collapse blocks in list views if there's no children 2025-06-02 23:48:35 +08:00
Gabriel Horner
6d2e2b0e62 fix: remove outdated built-in? check
We don't have lazy loading issues here anymore
2025-06-02 10:28:38 -04:00
Gabriel Horner
75104470ab fix(regression): page properties not working for
hide empty, hide by default and ui position
Fixes https://github.com/logseq/db-test/issues/293
2025-06-02 10:08:01 -04:00
Tienson Qin
8eee397b45 fix: rtc creates duplicated first blocks for new journal pages (#11913)
* fix: rtc creates duplicated first blocks for new journal pages

The root cause is that those blocks from different clients have
different ids. Instead of using persistent block id, this fix avoids
generating the first block until users really start editing it.

* fix: add button not displayed when the last block is not empty

* fix: e2e tests

* enhance: remove dummy block

* fix: open-last-block
2025-06-02 14:19:19 +08:00
Tienson Qin
b68d08861c fix: multiple default views created for linked references 2025-06-02 11:19:43 +08:00
Tienson Qin
fa12411042 enhance: use pos-int? to check default-open-blocks-level 2025-06-02 11:19:10 +08:00
Tienson Qin
d7f0c248ff fix: bring back :ref/default-open-blocks-level 2025-06-02 11:19:10 +08:00