Tienson Qin
13a5f91cd4
fix: use property db/ident instead of name
2024-04-02 11:59:57 +08:00
Gabriel Horner
c4fc3a193e
fix: new graph should be valid
...
closed values were invalid. Also fixed a couple db tests
2024-04-01 16:40:01 -04:00
Gabriel Horner
93846fe62f
enhance: add import support for priority, scheduled and deadline
...
fixes LOG-3030
2024-04-01 12:31:39 -04:00
Tienson Qin
0c8639994d
fix: db malli schema
2024-04-01 23:35:49 +08:00
Tienson Qin
f2b6df255a
fix: tags select
2024-04-01 22:49:22 +08:00
Gabriel Horner
745fcdb7a3
enhance: import tasks
...
Part of LOG-3030
2024-04-01 10:48:25 -04:00
Tienson Qin
419104abf3
Merge branch 'feat/db' into refactor/db-properties-schema
2024-04-01 22:42:31 +08:00
charlie
f6f4cfa1b9
enhance(ux): incorrect tab focus for the right sidebar resizer separator
2024-04-01 17:01:25 +08:00
charlie
0b9409f035
enhance(ux): auto focus for the editing date property value
2024-04-01 16:49:10 +08:00
Tienson Qin
1987c455e7
Merge branch 'feat/db' into refactor/db-properties-schema
2024-04-01 15:47:43 +08:00
Tienson Qin
be24a26f1c
fix: lint warnings
2024-04-01 15:39:02 +08:00
Tienson Qin
54989b47b8
fix: tags
2024-04-01 15:22:20 +08:00
Tienson Qin
d48e45eaa7
enhance: property db ident doesn't allow #
2024-04-01 14:53:25 +08:00
Tienson Qin
02643a1561
fix: tests
2024-04-01 14:25:39 +08:00
Tienson Qin
21d550de12
Remove :block/macros
2024-04-01 14:22:15 +08:00
Tienson Qin
74a368555f
fix: db-based model tests
2024-04-01 14:04:52 +08:00
Tienson Qin
76464cdbe5
fix: closed value test
2024-04-01 14:02:13 +08:00
Tienson Qin
1ea6b6fff3
fix: property tests
2024-04-01 13:54:04 +08:00
Tienson Qin
8d6916cfd7
wip: fix property-related tests
2024-04-01 12:24:41 +08:00
charlie
76f8fbffd0
enhance(ui): refactor the dropdown with the shui popup
2024-04-01 11:46:59 +08:00
Tienson Qin
bb63ed4a42
fix: lint warnings
2024-04-01 11:36:05 +08:00
Tienson Qin
fd36e0cebd
fix: malli schema for property
2024-04-01 11:07:33 +08:00
Tienson Qin
d39b23a174
fix: property ref values not refresh after restored
2024-04-01 10:36:47 +08:00
Tienson Qin
387bb1a304
fix: cardinality update
2024-04-01 10:08:45 +08:00
rcmerci
75b31a1f33
chore: add missing arg for d/pull
2024-03-31 21:09:35 +08:00
rcmerci
4e0568a2d6
wip: add ns frontend.worker.undo-redo
...
re-implement undo/redo, which is op-based and should work with rtc.
2024-03-31 21:08:18 +08:00
rcmerci
9600e3969c
feat(rtc): add frontend.worker.rtc.snapshot
2024-03-30 18:04:02 +08:00
Gabriel Horner
1d014c1326
fix graph-parser lint
2024-03-29 17:09:30 -04:00
Tienson Qin
441dda79c8
fix: typo
2024-03-30 05:02:01 +08:00
Tienson Qin
c951a31a74
add fixme comment
2024-03-30 04:54:50 +08:00
Tienson Qin
a2da60623f
fix: heading
2024-03-30 04:36:24 +08:00
Gabriel Horner
de89e65129
chore: remove unused fns and move file graph fn
2024-03-29 16:32:23 -04:00
Gabriel Horner
f728b7b9f6
fix: multiple bugs with built-in pages, fixes LOG-3046
...
- file graph wasn't creating built in pages
- 3 places where db graphs were incorrectly using file graph built in
page names
- file graphs creating default pages with incorrect format
2024-03-29 16:21:19 -04:00
Tienson Qin
30053d372b
fix: can't edit block type property value after it's deleted
2024-03-30 04:20:42 +08:00
Tienson Qin
736e202460
fix: block property
2024-03-30 03:47:42 +08:00
Tienson Qin
83dcb4dde8
fix: add existing values to closed values
2024-03-30 02:54:07 +08:00
Tienson Qin
312e3d5b01
fix: empty value
2024-03-30 02:41:38 +08:00
Tienson Qin
0907f4b973
fix: date multi values
2024-03-30 02:16:15 +08:00
Gabriel Horner
e08e52acd3
enhance: db graph importer supports optional parent class property
2024-03-29 10:37:09 -04:00
Tienson Qin
f122ee5d2a
fix: allow to change property type when it's not used yet
2024-03-29 21:45:06 +08:00
Tienson Qin
6e66677da1
chore: remove <update-property fn
2024-03-29 21:18:40 +08:00
Tienson Qin
81ed7cea0e
fix: page select
2024-03-29 20:53:24 +08:00
Tienson Qin
81b09cdfc8
feat: dynamic db attributes
2024-03-29 20:33:18 +08:00
rcmerci
13f66b1f58
refactor(rtc): remove repo arg in init-state fn
2024-03-29 20:07:42 +08:00
rcmerci
4e7ef1229c
chore: remove redundant fns
2024-03-29 19:58:13 +08:00
Tienson Qin
9d5008d0a4
bump datascript
2024-03-29 17:48:08 +08:00
Tienson Qin
c60de5500e
fix: multi-select pages
2024-03-29 17:01:49 +08:00
Tienson Qin
d8f92d7776
fix: don't save property if name && schema not changed
2024-03-29 16:56:14 +08:00
Tienson Qin
df6eab31b0
fix: add block property
2024-03-29 16:48:43 +08:00
charlie
833384a361
enhance(ux): diagnosis for the shui popup trigger response is not immediate enough
2024-03-29 16:40:30 +08:00