mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
Load more journal entries (#3048)
* Update the default number of journal entries shown * Get 7 journal entries per load while infinite scrolling Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
|
||||
(defn go-to-journals!
|
||||
[]
|
||||
(state/set-journals-length! 1)
|
||||
(state/set-journals-length! 3)
|
||||
(let [route (if (state/custom-home-page?)
|
||||
:all-journals
|
||||
:home)]
|
||||
|
||||
Reference in New Issue
Block a user