Commit Graph

8292 Commits

Author SHA1 Message Date
Tienson Qin
a6d96ffb0b fix: property key input 2023-07-04 13:39:10 +08:00
Tienson Qin
e336db74eb fix: add-property should replace existing property if it exists 2023-07-04 10:07:26 +08:00
Tienson Qin
982cea2f64 fix: can't add multiple value 2023-07-03 20:02:25 +08:00
Tienson Qin
9d73baa425 fix: editor value should be from properties-text-values if possible 2023-07-03 19:27:30 +08:00
Tienson Qin
f23c00a33c fix: default type ux 2023-07-03 19:23:07 +08:00
Tienson Qin
b8b1221778 chore: remove debug 2023-07-03 17:54:24 +08:00
Tienson Qin
cc769225f9 fix: property date type UX 2023-07-03 17:53:23 +08:00
Tienson Qin
b9a4031bb5 fix: edit property value 2023-07-03 16:20:14 +08:00
Tienson Qin
2b5f07445f fix: checkbox type UX 2023-07-03 16:15:25 +08:00
Tienson Qin
9f758a6f47 fix: URL type schema validation 2023-07-03 15:30:59 +08:00
Tienson Qin
2ea5adf1ad fix: property value not reactive 2023-07-03 15:13:16 +08:00
Tienson Qin
d62d89d427 fix: existing page may not have block/type value 2023-07-03 15:05:34 +08:00
Tienson Qin
43e3270f10 fix: pre-check content exists 2023-07-03 15:01:01 +08:00
Tienson Qin
58162cc09d fix: editing block should be property instead of its parent block 2023-07-03 14:55:42 +08:00
Tienson Qin
ccf35df699 fix: don't add property value if it's multiple values and blank value 2023-07-03 12:31:26 +08:00
Tienson Qin
ccb92d12a1 fix: use property' original name 2023-07-03 12:26:32 +08:00
Tienson Qin
72913c7e62 fix: remove existing properties when auto-complete property key 2023-07-03 12:19:46 +08:00
Tienson Qin
e0028a39fa wip: property UX 2023-07-03 12:02:31 +08:00
Gabriel Horner
045c51cded Use sqlite.db ns in electron.db
- Add more tests for sqlite.db
- Update readme and CI for db's tests
2023-06-30 17:36:01 -04:00
Gabriel Horner
2ab6370dda Add tests for core sqlite db fns
These core db fns have been split out to be platform agnostic
so they can be run on CLI or non electron platforms
2023-06-30 11:45:39 -04:00
Tienson Qin
0c0bad073a wip: property UX 2023-06-30 12:32:43 +08:00
Gabriel Horner
271b074673 Merge branch 'master' into feat/db 2023-06-28 16:16:29 -04:00
rcmerci
ecb12cf4b0 property uuid key 2023-06-28 17:48:14 +08:00
Tienson Qin
c81e114a1c fix: lint 2023-06-28 15:20:22 +08:00
rcmerci
f06539ae34 update property value conversion 2023-06-28 14:47:37 +08:00
Tienson Qin
b7ec3d93ea fix: batch-transact test 2023-06-28 14:29:11 +08:00
Tienson Qin
d078e207ae fix: export pages test 2023-06-28 14:25:25 +08:00
Tienson Qin
7d9bb88594 chore: remove debug 2023-06-28 13:33:14 +08:00
Tienson Qin
5d295f2eb8 fix: all blocks in sqlite should have UUID 2023-06-28 13:26:00 +08:00
Tienson Qin
6872ed545c fix: crash on unlinked refs 2023-06-28 13:09:07 +08:00
Tienson Qin
41ef67829b chore: clean code 2023-06-28 13:09:07 +08:00
Andelf
16c472bc95 fix(ui): position of tooltip icon in setting ui 2023-06-28 09:43:37 +08:00
Gabriel Horner
75ff4db4aa Fix: circular dependencies again b/n deps <-> frontend
Breaks setup of deps/ and most tests
2023-06-27 16:39:10 -04:00
Andelf
1ace008b5b chore(release): bump version 0.9.10 2023-06-28 00:48:15 +08:00
Junyi Du
53e85ddffc ux: diff-merge switch & fix 2023-06-28 00:45:00 +08:00
Andelf
79093a8bb7 enhance(sync): add feature switch to diff-merge 2023-06-28 00:45:00 +08:00
Tienson Qin
38fc05278c fix: keyboard shortcut UI 2023-06-27 23:49:18 +08:00
Tienson Qin
3e4a4b7552 fix: UI crash because property value's type is symbol 2023-06-27 21:15:19 +08:00
Tienson Qin
ff20d34b06 fix: don't hide bullets for top and bottom blocks 2023-06-27 20:54:26 +08:00
rcmerci
0c4e9bf4d4 split db-version query rules 2023-06-27 19:28:12 +08:00
Tienson Qin
00e2000639 fix: assets 2023-06-27 19:10:47 +08:00
Tienson Qin
37d49b6ab8 fix: WIP assets not loading 2023-06-27 19:08:18 +08:00
rcmerci
5fbcf70d32 fix: fn get-all-properties 2023-06-27 14:26:33 +08:00
Mega Yu
4cbfb92432 add test 2023-06-27 14:14:13 +08:00
Mega Yu
690715cb80 fix paste text over a selected formatted link 2023-06-27 14:14:13 +08:00
Tienson Qin
70406332dc fix: namespace whiteboard pages import 2023-06-27 14:00:33 +08:00
Andelf
4e1b7dd2c1 fix(sync): code start base of diff-merge 2023-06-27 12:09:55 +08:00
Gabriel Horner
d647cd7107 Fix custom.css not opening from settings 2023-06-26 15:27:20 -04:00
Gabriel Horner
e8803f6a97 config.edn changes should update repo config state
Porting over more alter-file behavior
2023-06-26 15:01:33 -04:00
Tienson Qin
f9c202c284 fix: db graph flashcards 2023-06-26 22:09:50 +08:00