Tienson Qin
bcf35b76d4
Merge branch 'master' into feat/ai-lab
2023-05-18 15:45:52 +08:00
Andelf
c917f2e087
fix(fs): use normalized relative path for mobile platform
...
Fix #9378
2023-05-18 12:24:18 +08:00
Andelf
51201124ff
fix(fs): add unicode normalize to path-fn
...
This is a catch-all type fix
2023-05-18 12:24:18 +08:00
Gabriel Horner
7d50520f5d
test refactor
...
Bring back helper and cleanup lets
2023-05-17 11:13:19 -04:00
clstb
cf02fed080
feat: improve test comment
2023-05-17 11:13:19 -04:00
clstb
7461d2bc4e
feat: add test for save-block
2023-05-17 11:13:19 -04:00
clstb
6e06057e7b
fix: preserve properties on update-block
2023-05-17 11:13:19 -04:00
Konstantinos Kaloutas
25d1d9eae2
revert mobile? fn
2023-05-16 09:42:07 -04:00
Junyi Du
74728ae2bc
Enhance: version control settings description update ( #9373 )
...
* enhance: remove version control entry blocker
* ui: version control text box update
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com >
---------
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com >
2023-05-16 16:18:46 +08:00
Tienson Qin
48060cc758
fix: util/mobile? is a function
2023-05-16 11:58:54 +08:00
Gabriel Horner
decbc12c53
Add a test to ensure there's no regression on bug
...
Also introduce helper fn for common db fixture setup
2023-05-16 11:35:18 +08:00
charlie
7c8bc62a68
fix(ui): incorrect position of the number list fold arrow on mobile
2023-05-15 19:34:30 +08:00
charlie
d97d200b05
fix(mobile): incorrect padding between the bullet marker and the content boundary on mobile
2023-05-15 19:34:30 +08:00
Tienson Qin
7f56e83df7
fix: can't jump to the correct position when editing number list
2023-05-15 16:06:14 +08:00
charlie
e9620959e0
enhance(ui): align the number list with the bullet list prefix marker
2023-05-15 15:34:29 +08:00
charlie
8ba4667f04
enhance(ui): align the number list with the bullet list prefix marker
2023-05-15 15:34:29 +08:00
Gabriel Horner
7335a6f623
Fix org mode page refs - close #9367
2023-05-15 11:55:59 +08:00
Ben Yorke
928742e66b
shui/table introduction
2023-05-12 13:24:54 -04:00
Andelf
42dd084544
chore(release): bump version 0.9.6 ( #9376 )
2023-05-12 20:10:24 +08:00
Konstantinos Kaloutas
80511d3bed
revert unneeded change
2023-05-12 19:23:58 +08:00
Konstantinos Kaloutas
594a3cd6ee
fix: updating shape index
2023-05-12 19:23:58 +08:00
Konstantinos Kaloutas
9e75422777
fix: remove console log
2023-05-12 19:23:58 +08:00
Konstantinos Kaloutas
a77512c0da
fix: get
2023-05-12 19:23:58 +08:00
Konstantinos Kaloutas
45ce3348c5
enhance: avoid repeated indexOf
2023-05-12 19:23:58 +08:00
charlie
2bc8691c23
enhance(ui): support tabler extensions icons to the react components
2023-05-12 18:52:11 +08:00
Tienson Qin
a842b7de72
fix: align block content for ordered items and unordered items
2023-05-12 18:51:12 +08:00
charlie
6689d886d7
fix(ux): automatic block number list for semantic input
2023-05-12 18:51:12 +08:00
charlie
3fd595ad2c
fix(ui): vertical alignment for ordered list marker with bullet marker
2023-05-12 18:51:12 +08:00
charlie
3c7d961578
fix(ui): vertical shake when editing page name
2023-05-12 18:31:57 +08:00
Andelf
f08ec9d0de
refactor(ui): refine page renaming ui using z-index
2023-05-12 18:31:57 +08:00
Andelf
4a42fe9f32
refactor(ui): refine page renaming ui
2023-05-12 18:31:57 +08:00
Andelf
3936b752a8
fix(ui): renaming input edit on-click
...
See-also: 6b94181116
Related: #9368
2023-05-12 18:31:57 +08:00
charlie
1a9563478e
fix(ui): incorrect arrangement of ui items from pagebar
2023-05-12 18:27:36 +08:00
Tienson Qin
d4cde54510
fix: api get current block ( #9372 )
2023-05-12 15:13:16 +08:00
Billy Pinheiro
68709661e3
chore: added missing translations for pt-BR
2023-05-11 12:57:36 -04:00
Tienson Qin
2a81e634a5
fix: can't insert template
2023-05-11 16:51:47 +08:00
Tienson Qin
ded76644e6
fix: refresh the page after deleting blocks in a long page
2023-05-11 16:27:05 +08:00
Gabriel Horner
b2776bbb18
Remove supported-formats in all the places it's no longer used
2023-05-11 13:56:25 +08:00
Gabriel Horner
b26d83d2fc
Fix mailto and other links creating invalid pages
...
Fixes #9346 and fixes #5926 .
Also fixes case where relative paths for unsupported paths were creating
pages per directory e.g. `deps/graph-parser/yarn.lock` created deps and
graph-parser pages
2023-05-11 13:56:25 +08:00
rcmerci
adef15d073
fix(sync): validate rsapi upload err
...
when localtime incorrect, aws s3 return "Request is not yet valid" err
2023-05-11 12:22:37 +08:00
Andelf
8d46b5cb23
chore: refine #9310
...
- :file/path should always be relative
- use path fn to convert url
2023-05-11 12:22:10 +08:00
Tienson Qin
d2cf025860
ui: add background to answers
2023-05-11 01:41:26 +08:00
rcmerci
04d7224ff1
fix: reduce page-history err when page doesn't have file-id yet
2023-05-11 00:40:19 +08:00
Tienson Qin
709a482ed4
enhance: shortcuts for ai regenerate/replace/insert
2023-05-11 00:24:29 +08:00
Tienson Qin
088c2711ae
feat: save ai-generate images locally
2023-05-10 22:48:14 +08:00
Andelf
810e7163c5
chore(release): bump version 0.9.5
2023-05-10 22:04:28 +08:00
Andelf
14aea4e1e4
fix(fs): handle non-ascii graph name on mobile
2023-05-10 21:47:40 +08:00
rcmerci
fe783015d1
fix(export): export table err when empty table-header ( #9344 )
2023-05-10 15:34:16 +08:00
Tienson Qin
3f29456f4c
feat: transcribe
2023-05-10 01:43:31 +08:00
Konstantinos
5885bc86b6
Enhance (Whiteboards): Add prefix to default keyboard shortcuts ( #9340 )
...
* enhance: keyboard shortcuts
* fix: portal shortcut
* fix: e2e tests
* fix: e2e
* enhance: keyboard shortcuts
2023-05-09 12:38:00 -04:00