-
Notifications
You must be signed in to change notification settings - Fork 51
[Feature Request] 帖子详情页面页码跳转 #95
Copy link
Copy link
Open
Labels
Complexity: HighDifficult to trace the root cause, or requiring a thorough understanding of the entire projectDifficult to trace the root cause, or requiring a thorough understanding of the entire projectenhancementNew feature or requestNew feature or requestlow priorityThis will be considered laterThis will be considered later
Metadata
Metadata
Assignees
Labels
Complexity: HighDifficult to trace the root cause, or requiring a thorough understanding of the entire projectDifficult to trace the root cause, or requiring a thorough understanding of the entire projectenhancementNew feature or requestNew feature or requestlow priorityThis will be considered laterThis will be considered later
Type
Fields
Give feedbackNo fields configured for issues without a type.
考虑到
应考虑在帖子详情页面加入页码显示和切换(像课程表页面那样可以左右箭头,还可以直接到底)
操作上,应同时支持上下滑动和左右箭头(事实上,左右箭头切换页面可以直接通过
scrollToIndex实现)但应尽量避免加载不需要的数据。例如,如果用户希望直接到底,那么中间部分的内容可以不加载。