Commit Graph

18312 Commits

Author SHA1 Message Date
Tienson Qin
008d6edc93 enhance: replace action buttons with hints 2023-11-01 21:38:45 +08:00
Charlie
43c8e1cb38 Revert "feat(pdf): add zoom via touchpad (#10435)"
This reverts commit 89cd619a34.
0.9.20
2023-11-01 21:11:34 +08:00
Tienson Qin
941fd255aa fix: search block should focus and highlight the block 2023-11-01 20:48:08 +08:00
Tienson Qin
e12ac12a35 chore: remove x button for cmdk 2023-11-01 20:44:08 +08:00
Tienson Qin
d672146805 Add current page and blocks count to rtc debug 2023-11-01 20:25:35 +08:00
Tienson Qin
dc73b07a02 fix: hidden text 2023-11-01 20:13:29 +08:00
rcmerci
536852b103 enhance(rtc): add testcase 2023-11-01 18:12:12 +08:00
Tienson Qin
11d9cd054b fix: display create items when page not exists 2023-11-01 17:51:44 +08:00
Tienson Qin
5df22ff655 enhance: no need to show command label for now 2023-11-01 17:14:05 +08:00
Tienson Qin
d6c75d6ac3 enhance: show more or less when it's needed 2023-11-01 17:07:07 +08:00
Tienson Qin
42aa66c8e1 fix: replace buggy shortcuts handler with mixins
Also, removes :none for sections expand/collapse because:
1. It's not needed that often, we also have filters
2. Highlighted item will be invisible when collapsing the section
2023-11-01 16:47:44 +08:00
rcmerci
a2cba0bacb fix(rtc): p/do! for idb-keyval/set 2023-11-01 15:52:31 +08:00
Tienson Qin
c8cfa5811a fix: lower case block search results 2023-11-01 13:52:41 +08:00
Andelf
77d92f4d08 chore(release): bump version 0.9.20 2023-11-01 13:43:01 +08:00
Tienson Qin
3b336ba9b1 fix: display block breadcrumb instead of its page for search items 2023-11-01 13:18:24 +08:00
charlie
32f913de6a enhance(i18n): amplify tips 2023-11-01 12:31:03 +08:00
Andelf
ec244bc20b fix(android): activity restart when bluetooth kbd connected
Fix #10406
2023-11-01 11:59:00 +08:00
Gabriel Horner
90a7e5832f enhance: unused macros are deleted
Macros are now pruned when a block is deleted and when a block updates
Fix LOG-2904
2023-10-31 23:53:03 -04:00
Andelf
d39a61a008 enhance(sync): make smart merge the default option 2023-11-01 02:19:09 +08:00
Andelf
cf829815af fix(journal): handle non-standard journal name page-ref (#10434)
* fix(journal): handle non-standard journal name page-ref

Fix #10432
2023-11-01 02:18:47 +08:00
CorrectRoadH
89cd619a34 feat(pdf): add zoom via touchpad (#10435)
* feat(pdf): add zoom by touchpad
* feat: reduce the debounce
2023-11-01 02:17:44 +08:00
Ben Yorke
a49df0480f Various fixes 2023-10-31 19:05:28 +01:00
Andelf
952b03d19e chore(deps): update rsapi 2023-11-01 01:59:25 +08:00
Andelf
1e7495ec1c fix(linux): downgrade electron to v25
Close #10436
2023-11-01 00:34:33 +08:00
Gabriel Horner
cda755ef36 fix: 2 bugs with collapsible block state and properties
When 2 db graphs exist, the built-in-properties check failed because it
failed to db lookup for the new repo. Just simplified it so that db
lookup is only needed once across repos. Also limited check to hidden
built-in properties since visible built-in properties should be
treated like user properties and be collapsable
2023-10-31 11:40:03 -04:00
Tienson Qin
abf2c0c126 fix: delete non consecutive blocks 2023-10-31 23:33:29 +08:00
Gabriel Horner
d6db27ce22 chore: split out class components from page
also fix LOG-2881
2023-10-31 10:53:10 -04:00
Gabriel Horner
f3346d20c6 fix: consistent capitalization
Fix LOG-2884
2023-10-31 10:01:12 -04:00
rcmerci
23bd9c1d76 enhance(rtc): add testcases, fix filter-remote-data-by-local-unpushed-ops 2023-10-31 21:22:10 +08:00
SylvainDuran
a4a1622bdd Update fr.edn
French language grammar corrections.
2023-10-31 09:22:01 -04:00
Gabriel Horner
3c134d4716 enhance: Make db validation configurable
Added 3 db validation options to more aggressively notify and to provide
stricter levels of validation. Part of LOG-2818
2023-10-30 17:25:12 -04:00
Gabriel Horner
49069e1998 fix: block should save with selected tag
While selecting an existing tag, block were saving with a tag that had
characters cutoff from the end
e.g. Drug_Class -> Drug_C or Comment_Class -> Comment_Cl
2023-10-30 16:42:05 -04:00
hasecilu
34b5bcd6d0 Update Spanish translation 2023-10-30 13:40:27 -04:00
rcmerci
dc44e672d4 enhance(rtc): add testcase 2023-10-30 23:23:32 +08:00
Gabriel Horner
c88b0a2a4e fix: remove broken built-in enum properties from app and script
It's too complicated for now but hope to bring this back
Part of LOG-2871
2023-10-30 10:43:58 -04:00
Gabriel Horner
5f392a2260 fix: update schema to include new enum value block
Part of LOG-2871.
Also fixed create-graph failing due to renamed ns
2023-10-30 10:43:58 -04:00
rcmerci
9eb2806305 enhance(rtc): add testcases, mock idb-keyval ns 2023-10-30 22:25:22 +08:00
Tienson Qin
45a3e6bf2f enhance: make sure property value refs are existed blocks 2023-10-30 20:43:02 +08:00
Tienson Qin
8c7098b21f enhance: move enum property choices to hidden page
related to LOG-2871
2023-10-30 20:35:39 +08:00
Tienson Qin
fadfb84575 fix: private fn 2023-10-30 16:34:30 +08:00
Tienson Qin
0d35565ef6 chore: separate property enum component 2023-10-30 16:33:31 +08:00
Tienson Qin
c9e5de986b fix: can't select after setting new property's schema 2023-10-30 15:34:35 +08:00
Gabriel Horner
803163be01 fix: tags being deleteable in publishing 2023-10-28 22:35:06 -04:00
Gabriel Horner
3ec7492abd fix: some queries failed since DB graphs don't have :block/file
One query was failing to load namespaced pages since datascript
fails hard for reverse lookups or {...} syntax on non-existent
attributes.
Also disabled or logged queries that don't have an equivalent
yet for DB graphs
2023-10-27 22:30:39 -04:00
Gabriel Horner
2ce35667c5 First pass at a general transact script for db graphs
Moved persist-graph ns into outliner dep so it can be used
by scripts
2023-10-27 17:40:12 -04:00
Gabriel Horner
a6c30554af fix: 3 date related attrs missing from block schema 2023-10-27 15:13:32 -04:00
Gabriel Horner
3f773ed876 fix: update all db graph uses of mldoc to use db config
Left a few uses of gp-mldoc/default-config but only in file graph
specific locations or functionality that wasn't related to db graphs
e.g. handler. plugin. Also removed format/get-default-config as it was unused

Part of LOG-2741
2023-10-27 14:08:55 -04:00
rcmerci
af416ec352 enhance(rtc): update testcase 2023-10-28 01:23:15 +08:00
rcmerci
1ed2a9151a enhance(rtc): update frontend.db.rtc.op fns return value type 2023-10-28 01:00:18 +08:00
Gabriel Horner
94036c015d fix: disable test which is failing test suite hard
Tests should be green and not fail hard so others can rely on tests
2023-10-27 11:58:23 -04:00