this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Need loader

+10 -3
+10 -3
src/components/status.jsx
··· 1670 1670 ); 1671 1671 })} 1672 1672 </ul> 1673 - {uiState === 'default' && 1674 - (showMore ? ( 1673 + {uiState === 'default' ? ( 1674 + showMore ? ( 1675 1675 <InView 1676 1676 onChange={(inView) => { 1677 1677 if (inView) { ··· 1689 1689 </InView> 1690 1690 ) : ( 1691 1691 <p class="ui-state insignificant">The end.</p> 1692 - ))} 1692 + ) 1693 + ) : ( 1694 + uiState === 'loading' && ( 1695 + <p class="ui-state"> 1696 + <Loader abrupt /> 1697 + </p> 1698 + ) 1699 + )} 1693 1700 </> 1694 1701 ) : uiState === 'loading' ? ( 1695 1702 <p class="ui-state">