Gabriel Horner
56e8a298b1
enhance: defer more scripts for publishing
...
Noticed when comparing with public/index.html
2025-06-06 13:46:56 -04:00
Gabriel Horner
ec22e71df5
fix: bump nbb-logseq to include datascript and nbb fixes
2025-06-06 11:45:25 -04: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
Tienson Qin
c264599d6b
fix: valid datoms are skipped from tail address
2025-06-06 05:48:48 +08:00
Gabriel Horner
693e6c78fe
enhance: pdf viewer opens in publishing
...
Clicking on pdf opens it in viewer instead of crashing.
Addresses #4048
2025-06-05 17:21:54 -04: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
c724e2932c
fix: missing pdfjs resources
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
e2255e439e
chore: add ios/App/App/public to .gitignore
2025-06-04 22:34:30 +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
Gabriel Horner
b0a255f96b
chore: add instructions for trying desktop db version
2025-06-02 16:20:02 -04: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
1c86338f8f
fix: outliner lint
2025-06-02 11:30:11 -04:00
Gabriel Horner
5142030912
fix: property name allows page ref characters when editing
...
that are disallowed at creation time. We should be consistent with
our validation of property names
2025-06-02 11:17:13 -04: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
Gabriel Horner
ec668757fe
fix(dev): exclude long running test in db dep
...
e.g. `yarn test -e long`
2025-06-02 09:42:49 -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
Tienson Qin
2b012adb40
chore: remove .projectile
2025-06-02 11:19:10 +08:00
Gabriel Horner
1336b46941
chore: change test flag for use with test --exclude
...
:focus is for one-time dev use
2025-06-02 11:13:43 +08:00
Tienson Qin
ad190a0f3a
full-gc run when from user command
...
Also, update gc to run every 3 days
2025-06-02 11:13:43 +08:00
Tienson Qin
524260f6ec
add gc walk addresses
2025-06-02 11:13:43 +08:00
Tienson Qin
0f2f9485de
Increase test data to 1,000,000 datoms
2025-06-02 11:13:43 +08:00
Tienson Qin
a513cb53a3
fix: recursively delete unused addresses
2025-06-02 11:13:43 +08:00
Tienson Qin
06d7ed9b40
enhance: address suggestions from gabriel and zhiyuan
2025-06-02 11:13:43 +08:00
Gabriel Horner
3bee73b62f
chore: add comments inline
2025-06-02 11:13:43 +08:00