login by token

... and other improvements
This commit is contained in:
xmcp
2019-03-06 22:45:38 +08:00
parent 5e51c6ff20
commit 040dd2f655
4 changed files with 72 additions and 35 deletions

View File

@@ -400,7 +400,7 @@ function FlowChunk(props) {
<div className="flow-chunk">
{!!props.title && <TitleLine text={props.title} />}
{props.list.map((info,ind)=>(
<LazyLoad key={info.pid} offset={500} height="15em" once={true} >
<LazyLoad key={info.pid} offset={1500} height="15em" once={true} >
<div>
{!!(props.deletion_detect && props.mode==='list' && ind && props.list[ind-1].pid-info.pid>1) &&
<div className="flow-item-row">