Commit Graph

18299 Commits

Author SHA1 Message Date
Tienson Qin
8714df3d8c enhance(ux): put property configure in tabs 2024-12-17 22:04:27 +08:00
Tienson Qin
646566399f enhance: put tagged nodes and nodes with property into tabs 2024-12-17 22:04:27 +08:00
Tienson Qin
6505d535c3 Add shadcn tabs 2024-12-17 22:04:27 +08:00
Tienson Qin
93ae0047be feat: allow tags to be used as properties 2024-12-17 22:04:27 +08:00
Tienson Qin
e6a495bc56 fix: closed value select ui 2024-12-17 22:04:27 +08:00
Tienson Qin
a2bba9e27a fix: entity type 2024-12-17 22:04:27 +08:00
Tienson Qin
77c514e3de Disable users to add or delete internal tags 2024-12-17 22:04:27 +08:00
Tienson Qin
16f0491104 hide internal tags for node types 2024-12-17 22:04:27 +08:00
Tienson Qin
6e2839c36a fix: transact depend classes ahead of properties
Because properties rely on typed classes such as
:logseq.property/Property, :logseq.property/Tag.
2024-12-17 22:04:27 +08:00
Tienson Qin
41bf1cf5b5 enhance: show title without tags if a property has specified tags 2024-12-17 22:04:27 +08:00
Tienson Qin
f2fa4848bb fix: property type 2024-12-17 22:04:27 +08:00
Tienson Qin
c7e26a671e fix: schema validate 2024-12-17 22:04:27 +08:00
Tienson Qin
4e9d071fa0 fix: migration 2024-12-17 22:04:27 +08:00
Tienson Qin
c428b87dce wip: schema migration 2024-12-17 22:04:27 +08:00
Tienson Qin
c5fa699db0 Replace more :block/type 2024-12-17 22:04:27 +08:00
Tienson Qin
9e10dc1737 wip: use :block/tags to represent block types 2024-12-17 22:04:27 +08:00
Tienson Qin
7c2d17ec16 fix: can't remove tag 2024-12-17 16:14:52 +08:00
charlie
7bfa81b631 fix(ui): code editor overflow for the narrow container 2024-12-17 11:37:36 +08:00
charlie
8e66551c5e fix(ux): bad editor state related with the code editor 2024-12-16 15:12:42 +08:00
charlie
21d03bb08e fix(ui): the code editor breaks the page container 2024-12-16 14:30:30 +08:00
Tienson Qin
85632cc631 enhance: paste block with text value should duplicate the value 2024-12-16 12:45:31 +08:00
Tienson Qin
c59c8fa048 fix: math blocks are not rendered 2024-12-16 11:28:51 +08:00
Tienson Qin
56e3136103 enhance: skip property inner text when navigating properties 2024-12-16 11:16:35 +08:00
Tienson Qin
f30879ac54 enhance: automatically resizing youtube iframe
fixes https://github.com/logseq/db-test/issues/188
2024-12-16 10:35:18 +08:00
Tienson Qin
4477dcfb95 fix: set aspect ratio for youtube video player 2024-12-15 22:15:31 +08:00
Tienson Qin
277096d458 fix: unable to add a comment using # in codeblocks
fixes https://github.com/logseq/db-test/issues/168
2024-12-15 21:08:24 +08:00
Tienson Qin
1f86f47c3d fix: CTRL+z on config files goes back to previous page
fixed https://github.com/logseq/db-test/issues/169
2024-12-15 20:58:03 +08:00
Tienson Qin
4cb793e1e8 fix: can't link a block via ID & a page in the same block
fixes https://github.com/logseq/db-test/issues/178
2024-12-15 20:50:56 +08:00
Tienson Qin
8f57de2add fix: can't delete choice 2024-12-15 19:16:48 +08:00
Tienson Qin
ab73d4b2d3 fix: can not write on journal page
fixes https://github.com/logseq/db-test/issues/183
2024-12-15 19:02:55 +08:00
Tienson Qin
1a98dcad91 fix: tests 2024-12-15 16:32:19 +08:00
Tienson Qin
202be5cc7b fix: remove current query block from query result view 2024-12-15 16:19:40 +08:00
Tienson Qin
392c947cf2 fix: sqlite operator search 2024-12-15 16:11:17 +08:00
Tienson Qin
09e93eee29 fix: full-text search can't include page reference 2024-12-15 15:16:15 +08:00
Tienson Qin
b261911649 fix: limit width for property select value 2024-12-15 12:42:48 +08:00
Tienson Qin
47da0f8576 fix: breadcrumb wrap 2024-12-15 12:22:12 +08:00
rcmerci
fc7540e2d8 refactor(rtc): simplify api malli schema (2) 2024-12-13 22:45:59 +08:00
rcmerci
53badf8d8f refactor(rtc): simplify api malli schema 2024-12-13 22:36:48 +08:00
rcmerci
88bc15da7f fix(rtc): add :remove case for update-remote-data-by-local-unpushed-ops 2024-12-13 21:10:00 +08:00
rcmerci
991e391e47 dev: update .lsp/config.edn, ignore src/resources paths 2024-12-13 18:55:52 +08:00
Tienson Qin
5a4a1f0cd2 perf: collapse today queries for db graphs 2024-12-12 19:02:13 +08:00
Tienson Qin
f289988910 fix: mod+enter set task status to Doing
When logseq.property/Status' default value is Todo.
2024-12-12 18:16:27 +08:00
rcmerci
7de634956f perf: replace high-freq updated atom with volatile 2024-12-12 17:49:43 +08:00
rcmerci
ebbb53c5ae perf: reduce str & pr-str calls 2024-12-12 17:40:14 +08:00
rcmerci
1bd5028906 fix lint and test 2024-12-12 14:06:16 +08:00
rcmerci
3c97f9ba34 enhance: show remote-graphs in All graphs when rtc-enabled 2024-12-12 13:52:44 +08:00
rcmerci
8327ad5a5a refactor: simplify by c.m/run-background-task 2024-12-11 17:45:57 +08:00
rcmerci
6cc6a20da1 enhance(rtc): try to restart rtc when possible 2024-12-11 16:46:26 +08:00
rcmerci
19ba710e61 enhance: add continue-flow and run-background-task to missionary-util 2024-12-11 16:44:25 +08:00
rcmerci
9ff47dc1ed fix: config.edn content must be a string 2024-12-10 21:43:13 +08:00