Commit Graph

18312 Commits

Author SHA1 Message Date
Tienson Qin
5c965e5235 fix: load all pages initially
There're still some issues when loading partial pages initially,
let's improve the performance during the test.
2024-06-26 17:46:52 +08:00
charlie
958ba90115 enhance(ui): refactor classic modal with the shui dialog 2024-06-26 16:41:43 +08:00
Tienson Qin
35060a35d9 fix: new property on new graph doesn't show up
fixes LOG-3170
2024-06-26 16:24:32 +08:00
rcmerci
4d56ae039e test(rtc): add ut case for update-remote-data-by-local-unpushed-ops-test 2024-06-26 16:05:34 +08:00
rcmerci
a42ac9ce30 fix(rtc): avoid updating :block/order incorrectly 2024-06-26 14:43:24 +08:00
charlie
119b519e2a Merge branch 'feat/db' into experiment/tanstack-table 2024-06-26 11:33:18 +08:00
charlie
3dc019b567 Merge branch 'master' into feat/db 2024-06-26 10:02:41 +08:00
charlie
d278067f8c enhance(ui): support hide close button option for the shui dialog 2024-06-26 10:01:54 +08:00
charlie
0c2dd53c2f enhance(ui): refactor classic modal with the shui dialog 2024-06-26 09:29:20 +08:00
Gabriel Horner
84638989f6 chore: remove some unused db fns and aliases
and some aliases that were barely used
2024-06-25 17:37:52 -04:00
Gabriel Horner
c772b0cdd1 fix: migrate built-in? property to use :checkbox
Can now delete temporary :boolean type
2024-06-25 15:02:25 -04:00
Tienson Qin
2cdfaa7fdf Remove debug 2024-06-25 22:42:53 +08:00
Tienson Qin
9b259a8291 fix: shui table demo 2024-06-25 22:42:23 +08:00
Tienson Qin
da602e7490 wip: shui table 2024-06-25 19:10:58 +08:00
charlie
946499ad56 enhance(ui): support auto width for the shui dialog content 2024-06-25 18:06:13 +08:00
charlie
327664aac0 enhance(ui): refactor classic login modal with the shui dialog 2024-06-25 17:27:51 +08:00
charlie
e2ff6e1990 enhance(ui): refactor classic modals with the shui dialog 2024-06-25 15:37:11 +08:00
rcmerci
74b327fb64 fix(rtc): update remote-data by local unpushed data 2024-06-25 13:27:47 +08:00
rcmerci
23238aa8fe fix(rtc): dedupe recent-updates-flow 2024-06-25 12:31:21 +08:00
rcmerci
5149d0cc3e fix(rtc): fix create-rtc-recent-updates-flow 2024-06-25 12:21:50 +08:00
rcmerci
c1126e756a enhance(rtc): update create-rtc-recent-updates-flow
inject user-info into recent-updates-flow
2024-06-25 11:54:13 +08:00
Tienson Qin
3e140f4993 Add icons 2024-06-25 11:35:30 +08:00
Tienson Qin
f411c70666 fix: column hiding 2024-06-25 11:28:34 +08:00
Tienson Qin
21dfd81bc1 fix: filter and select 2024-06-25 11:19:45 +08:00
Tienson Qin
da4f9b5498 chore: remove :block/collapsed-properties 2024-06-25 10:57:44 +08:00
Gabriel Horner
3c838bc243 fix: disallow changing property cardinality from :many to :one
for existing data as it leads to invalid data. Fixes LOG-3164
2024-06-24 14:10:23 -04:00
Gabriel Horner
4fce0cb5d5 fix: sqlite.build journals should use new journal uuid format 2024-06-24 13:40:15 -04:00
Tienson Qin
4d9ffbad1e fix: wrong react components 2024-06-25 00:28:27 +08:00
Gabriel Horner
67d546850c fix: recent bugs with create-user-class-ident-from-name
This fn keeps api's assumptions and bugs with property idents only in the api ns and
prevents them from affecting all other namespaces creating properties /cc @xyhp915. Users
should not be choosing the property namespace. Doing so allows users to
overwrite logseq's built in ones which can break basic features. It also
allows users to specify a non-property namespace, which means the
property would not work in the app
2024-06-24 11:56:50 -04:00
Tienson Qin
ed532e70e2 remove rum/with-key calls 2024-06-24 23:38:23 +08:00
Tienson Qin
6f63aafea2 Add missing keys 2024-06-24 23:16:30 +08:00
Gabriel Horner
e31cfecf1f fix: case insensitive property usage for db graphs 2024-06-24 11:03:34 -04:00
Tienson Qin
61e7feecb8 fix: wrong args 2024-06-24 22:56:17 +08:00
Tienson Qin
adeab5fcbc Prefer ->js than bean->Js 2024-06-24 22:51:06 +08:00
Tienson Qin
80d9aebd5c wip: use tanstack tables for all pages 2024-06-24 22:50:21 +08:00
Gabriel Horner
2355015517 fix: frontend lint 2024-06-24 10:30:19 -04:00
Gabriel Horner
159f7eadc4 fix: 'Click to edit' console errors
When clicking to create a page's first block, value can be nil in buggy
fn. Related to LOG-3166
2024-06-24 10:28:51 -04:00
charlie
305b7ff570 fix(api): ignore qulified keyword when create user property name 2024-06-24 18:25:26 +08:00
Tienson Qin
f59c1f5d70 fix: :many select values are not refreshed after updated 2024-06-24 17:49:08 +08:00
Tienson Qin
e0b2193926 fix: don't close value select when adding a new :many value 2024-06-24 17:06:44 +08:00
charlie
e2b6623ef5 feat(shui): add shui table & expose tanStackReact APIs 2024-06-24 16:59:58 +08:00
Tienson Qin
9f405a8e83 enhance: auto focus on checkbox 2024-06-24 16:54:05 +08:00
charlie
edd8746b5e enhance(ui): refactor the classic modal with the shui dialog & enhancements for ux 2024-06-24 16:05:41 +08:00
Tienson Qin
9374443fef fix: fuzzy search should take chars order into consideration 2024-06-24 15:14:22 +08:00
Tienson Qin
998b991172 fix: property shortcut not works always 2024-06-24 14:35:48 +08:00
charlie
4b26956d10 enhance(ui): refactor delete assets confirm modal with the shui confirm dialog 2024-06-24 14:32:39 +08:00
Tienson Qin
0b580fcdfc fix: can't use property shortcuts 2024-06-24 14:29:16 +08:00
charlie
ec2cc78997 fix(ui): better gap with the continuous inline tags 2024-06-24 13:29:52 +08:00
charlie
5b2ddf7e1b fix(ui): page overflowing from the right sidebar 2024-06-24 12:36:05 +08:00
Tienson Qin
3c78e5ba7b fix: can't add new property 2024-06-24 12:29:40 +08:00