this repo has no description
0
fork

Configure Feed

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

Add loading indicator for slow relationships

+3
+3
src/components/account-info.jsx
··· 778 778 </> 779 779 )} 780 780 </Menu> 781 + {!relationship && relationshipUIState === 'loading' && ( 782 + <Loader abrupt /> 783 + )} 781 784 {!!relationship && ( 782 785 <button 783 786 type="button"