siyuan-note / siyuan

A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.
https://b3log.org/siyuan
GNU Affero General Public License v3.0
22.33k stars 1.58k forks source link

优化数据快照展示界面,允许指定页码跳转 #12534

Closed frostime closed 1 month ago

frostime commented 1 month ago

In what scenarios do you need this feature?

数据快照的翻页跳转着实痛苦,只能像个链表一个逐个访问。

image

Describe the optimal solution

我看了一下 API,发现返回里面已经有总页数了,完全在顶端创建一个翻页栏,或者简单一点让用户选择指定页码跳转,也不至于像这样一个个翻阅来的痛苦。

image

Describe the candidate solution

No response

Other information

No response

TCOTC commented 1 month ago

Duplicate of #10662