Commit Graph

18312 Commits

Author SHA1 Message Date
Tienson Qin
4698d8cfea fix: don't export id property for db graphs 2024-01-22 10:00:26 +08:00
Tienson Qin
6725c83f5c fix: export issues 2024-01-22 10:00:26 +08:00
Tienson Qin
6ed39e7871 fix: export zip file 2024-01-22 10:00:26 +08:00
Tienson Qin
e571c571ec wip: export refactor
1. Move fns to worker
2. Don't rely on :block/file, use db blocks to build page content
2024-01-22 10:00:26 +08:00
charlie
252d3b4f27 enhance(ui): replace the hard color to radix and shadcn vars color 2024-01-21 18:25:03 +08:00
Tienson Qin
760a9f8c25 fix: redirect to all pages for publishing graphs 2024-01-21 14:50:29 +08:00
charlie
48375b8bc8 Merge branch 'master' into enhance/refacotr-ui-x-menu 2024-01-20 10:29:08 +08:00
Tienson Qin
270389242a Remove unused check for publishing 2024-01-20 05:43:55 +08:00
Tienson Qin
4ad1fd7dac fix: download rtc graphs 2024-01-20 05:10:52 +08:00
Gabriel Horner
b8ece3f268 fix: handle errors thrown by comlink instead of causing another error
publishing's web worker threw an error and was causing a secondary error
since data was a map while `[e payload]` expected a vec
2024-01-19 15:28:09 -05:00
Gabriel Horner
a80a182a8f fix: update publishing setup since there are 2 more assets
Also add compilation flag for code splitting bug
2024-01-19 15:27:02 -05:00
Gabriel Horner
3d399d626e fix: publishing doesn't build a db-worker 2024-01-19 15:27:01 -05:00
Gabriel Horner
3a30a27735 Revert "fix: can't expand/collapse on publishing graphs"
This reverts commit 302d8b649a.
2024-01-19 15:27:01 -05:00
Mathieu Fenniak
b6382d5c5c Reset current-block edit state after indent/outdent operation 2024-01-20 03:47:33 +08:00
Tienson Qin
74325f24e1 fix: don't use opfs for publishing graphs 2024-01-20 03:31:13 +08:00
Konstantinos Kaloutas
216115d1b9 Merge branch 'feat/db' into chore/whiteboards-cleanup 2024-01-19 17:03:58 +02:00
Konstantinos Kaloutas
15481d5a7b Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-01-19 17:02:03 +02:00
Konstantinos Kaloutas
1115df9de0 fix block conflicts 2024-01-19 17:01:30 +02:00
Konstantinos Kaloutas
b25f4d447c Merge branch 'master' into feat/db 2024-01-19 17:00:52 +02:00
charlie
f0db6451d2 Merge branch 'master' into enhance/refacotr-ui-x-menu 2024-01-19 16:44:31 +08:00
charlie
d53a9dcb8b enhance(ui): polish logseq accent colors 2024-01-19 16:44:20 +08:00
Reilly Brogan
a6d13fb7b2 Update better-sqlite to v9.3.0 2024-01-19 13:33:07 +08:00
charlie
a0298266ba enhance(ui): polish logseq color vars 2024-01-19 11:43:53 +08:00
Andelf
095be37cc8 fix: use debounced git auto commit setting fn 2024-01-19 10:20:30 +08:00
Andelf
8efce54a3a refactor(electron): rewrite git auto-commit
- Supports change auto-commit settings on the fly
2024-01-19 10:20:30 +08:00
ChristianAvila
8b128cad74 Add new switch to control commit on close
- Extend the git commit up to 24 hours
2024-01-19 10:20:30 +08:00
Tienson Qin
036f1b5ab7 feat: /todo/other-status and /urgent/other-priority to set property 2024-01-19 02:36:23 +08:00
rcmerci
baa12d76dd test(rtc): add basic testcase 2024-01-19 00:24:13 +08:00
Gabriel Horner
46d7e80057 fix default lang in catch 2024-01-18 23:39:37 +08:00
Gabriel Horner
283d084de2 Simplify fn translations in light of #10868
- Reverted overly complex fn translations from #10810
- Updated guidelines so it's clear that fn translations need to remain
simple. They shouldn't be so complex that they fail for edge cases
- Updated catch so we are aware when translations fail
2024-01-18 23:39:37 +08:00
Tienson Qin
8a846f6f81 feat: add task class and default properties status and priority 2024-01-18 23:16:08 +08:00
Konstantinos Kaloutas
b17a3d03df remove unused assets 2024-01-18 16:43:50 +02:00
Konstantinos Kaloutas
394f136fa7 fix paths 2024-01-18 16:41:36 +02:00
charlie
ed50a487b7 fix(ui): incorrect bg color for the page rename input 2024-01-18 21:53:22 +08:00
Andelf
c4341c1884 chore(release): bump version 0.10.5 0.10.5 2024-01-18 21:13:29 +08:00
charlie
851cf67a15 Merge branch 'master' into enhance/refacotr-ui-x-menu 2024-01-18 21:10:27 +08:00
charlie
e5dac02c35 fix(ui): background color for the references links container from the right sidebar 2024-01-18 21:10:15 +08:00
Konstantinos Kaloutas
db61b4f448 Merge branch 'feat/db' into chore/whiteboards-cleanup 2024-01-18 13:53:44 +02:00
Tienson Qin
5adc4c7577 fix: can't search on published graphs 2024-01-18 17:19:30 +08:00
Andelf
e9361f66f4 enhance(i18n): fallback to en if i18n dict error 2024-01-18 17:07:13 +08:00
Andelf
5efbf48d52 fix(i18n): wrong fr translate fn
See-also: #10868
2024-01-18 17:07:13 +08:00
David Loiseaux
1bacfe901f typo: french translation 2024-01-18 17:06:29 +08:00
charlie
2edaf457e4 enhance(ui): polish popover related colors 2024-01-18 15:11:18 +08:00
charlie
7c5ac1c321 Merge branch 'master' into enhance/refacotr-ui-x-menu 2024-01-18 11:32:42 +08:00
Gabriel Horner
19435347b9 enhance: only show file graph import on supported platforms 2024-01-17 16:36:57 -05:00
Gabriel Horner
7df1f57ed2 fix: property unit test
This test only failed when run as part of a full test run.
Looks like the cause was d/entity being passed nil. Unsure why this
started failing now and not when datascript was upgraded
2024-01-17 15:01:02 -05:00
Gabriel Horner
6adf193666 fix: rename tests broken by last rename change
also move to more appropriate ns
2024-01-17 14:46:30 -05:00
Tienson Qin
5c511a4f82 fix: whiteboard e2e tests 2024-01-18 03:16:33 +08:00
Gabriel Horner
073f37dcc7 fix: kondo lint and add worker aliases
also fixed location of a test ns and fixed some inconsistent worker
aliases
2024-01-17 12:57:16 -05:00
Gabriel Horner
f573b8e821 fix: file graph import not persisting to disk 2024-01-17 12:57:16 -05:00