Loïc Gerbaud
|
191b79e716
|
fix french typos
|
2022-10-31 11:37:08 -04:00 |
|
Loïc Gerbaud
|
ac8b4a3665
|
Add french tutorial and dummy notes for demo
|
2022-10-31 11:37:08 -04:00 |
|
Loïc Gerbaud
|
b6ac173ac1
|
Updating French translation
|
2022-10-31 11:37:08 -04:00 |
|
Tienson Qin
|
0938e52677
|
fix: remove unused namespace
|
2022-10-31 22:08:21 +08:00 |
|
Tienson Qin
|
ef7e3d2fa4
|
fix: slide bugs
close #4799
|
2022-10-29 08:47:44 +08:00 |
|
Candide U
|
4457ecd04c
|
Enhancement: Logseq Publish uses custom.css and export.css (#7067)
* Add custom.css link to head
* Add back custom.css
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
|
2022-10-28 11:16:09 -04:00 |
|
Gabriel Horner
|
b3464c8c11
|
Remove unused var
|
2022-10-28 09:49:45 -04:00 |
|
Tienson Qin
|
983478d3ad
|
fix: start to sync is not a warning
|
2022-10-28 21:13:03 +08:00 |
|
Tienson Qin
|
52324b0ff2
|
chore: bump to 0.8.10
|
2022-10-28 21:13:03 +08:00 |
|
Tienson Qin
|
7f7e21cdce
|
fix: progressing number when downloading files
|
2022-10-28 21:11:58 +08:00 |
|
Tienson Qin
|
d220462c39
|
fix: wrong sync progressing numbers
|
2022-10-28 17:58:02 +08:00 |
|
Tienson Qin
|
1a0012974f
|
Move sync to close beta
|
2022-10-28 17:22:16 +08:00 |
|
charlie
|
65e77e6523
|
fix(mobile): format of recorder audio file
|
2022-10-28 15:50:34 +08:00 |
|
charlie
|
84924c66d5
|
fix(ios): encode file path for capacitor fs
|
2022-10-28 15:50:34 +08:00 |
|
charlie
|
fb42464300
|
fix(ui): headerbar position on iPhone14x
|
2022-10-28 13:48:46 +08:00 |
|
Tienson Qin
|
023d5a749c
|
enhance: fast sync on mobile
|
2022-10-28 11:44:24 +08:00 |
|
Tienson Qin
|
3486692ed1
|
fix: sync status
|
2022-10-28 11:37:29 +08:00 |
|
Konstantinos Kaloutas
|
e18905071f
|
fix: use inside-portal predicate
|
2022-10-27 22:24:02 +08:00 |
|
Konstantinos Kaloutas
|
214c7c311a
|
fix: disable context menu on whiteboards
|
2022-10-27 22:24:02 +08:00 |
|
Konstantinos Kaloutas
|
ecba32ecb3
|
fix: selected block overflow
|
2022-10-27 22:24:02 +08:00 |
|
Peng Xiao
|
afd7c1b0f0
|
fix(whiteboard): persisting whiteboard block collapsed state
|
2022-10-27 21:23:58 +08:00 |
|
Peng Xiao
|
90150197f8
|
fix(whiteboard): some shortcut conflicting issues
|
2022-10-27 21:23:58 +08:00 |
|
Peng Xiao
|
4ac0a6edc3
|
fix(whiteboard): quick add style
|
2022-10-27 21:23:58 +08:00 |
|
Peng Xiao
|
65ecde222e
|
fix: several issues on clicking the whiteboard shape ref
|
2022-10-27 21:06:27 +08:00 |
|
situ2001
|
0e4e02680e
|
fix(page): title has height 0 when length of editing title is 0
|
2022-10-27 20:53:58 +08:00 |
|
Tienson Qin
|
db90f5f0af
|
fix: not scroll to top when open in the right sidebar
|
2022-10-25 14:25:20 +08:00 |
|
charlie
|
8b2176d572
|
fix(ui): main content container overflow when page title too long
|
2022-10-25 13:53:38 +08:00 |
|
Tienson Qin
|
fff87814e1
|
fix: typo
|
2022-10-25 10:27:01 +08:00 |
|
Tienson Qin
|
52948e55b7
|
fix: app crash when clicking block ref number on pulishing
|
2022-10-25 10:24:37 +08:00 |
|
Tienson Qin
|
a43d737042
|
fix: debounce shortcut installation
|
2022-10-24 15:49:16 +08:00 |
|
Tienson Qin
|
425cfa298e
|
enhance: don't scroll center to selected block if it's visible
|
2022-10-24 15:22:41 +08:00 |
|
Tienson Qin
|
a3cd3444ec
|
chore: remove unused code
|
2022-10-24 15:08:42 +08:00 |
|
Tienson Qin
|
0e7712ac0f
|
fix: shortcut could be triggered multiple times
|
2022-10-24 13:52:19 +08:00 |
|
Tienson Qin
|
257dda1b35
|
fix: cancel rsapi requests when paused
|
2022-10-24 12:54:35 +08:00 |
|
Tienson Qin
|
8f55c1d3a6
|
fix: unexpected up/down navigation behavior after un/indenting in
navigation mode
close #7091
|
2022-10-24 12:04:07 +08:00 |
|
Kenneth C. Arnold
|
f490c1c18d
|
Fix minor grammar issues
|
2022-10-24 11:24:17 +08:00 |
|
Gabriel Horner
|
55f73c091f
|
Cleanup local test for #6892 and update localCompare to use user's language
|
2022-10-21 12:09:29 -04:00 |
|
Seth Yuan
|
bc7d37d43e
|
feat: support locale sensitive string comparisons for table sorting (#6892)
* feat: support locale sensitive string comparisons for table sorting
* refac: code review
* refac: add tests
|
2022-10-21 12:09:10 -04:00 |
|
charlie
|
fccce48c6b
|
fix(windows): remove encoding assets protocol path
|
2022-10-21 16:14:33 +08:00 |
|
charlie
|
db70ec13c1
|
fix: remove debug
|
2022-10-21 16:13:50 +08:00 |
|
charlie
|
0f17276977
|
fix: stop whole app re-render when assets file changes
|
2022-10-21 16:13:50 +08:00 |
|
sallto
|
2883bae097
|
fix: Sorting of Pagelinks in Query tables
|
2022-10-20 15:04:41 -04:00 |
|
Tienson Qin
|
51e39e1b9e
|
chore: lint warning
|
2022-10-19 21:27:06 +08:00 |
|
Tienson Qin
|
c56d0ce55d
|
fix: add timestamps for whiteboard blocks
|
2022-10-19 21:27:06 +08:00 |
|
situ2001
|
912ee1d7d3
|
i18n: update :zh-CN (#7020)
* i18n: update `:zh-CN`
Co-authored-by: Junyi Du <junyidu.cn@gmail.com>
|
2022-10-19 21:26:43 +08:00 |
|
Konstantinos Kaloutas
|
dbd53bd896
|
fix: block-uuid on page-reference
|
2022-10-19 21:25:56 +08:00 |
|
Gabriel Horner
|
5962e0621d
|
Bump to latest kondo and enable new aliased-namespace-symbol linter
|
2022-10-19 21:24:54 +08:00 |
|
Tienson Qin
|
c3b8c2edfa
|
fix: typo
|
2022-10-19 21:09:49 +08:00 |
|
Tienson Qin
|
1d0d333d57
|
fix: safe html escape/unescape for publish
|
2022-10-19 16:28:25 +08:00 |
|
Tienson Qin
|
8d5b653463
|
fix: published received empty path
|
2022-10-19 15:39:50 +08:00 |
|