this repo has no description
0
fork

Configure Feed

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

Don't show updates button when loading

+2 -1
+1
src/pages/home.jsx
··· 357 357 </div> 358 358 </header> 359 359 {snapStates.homeNew.length > 0 && 360 + uiState !== 'loading' && 360 361 ((scrollDirection === 'start' && 361 362 !nearReachStart && 362 363 !nearReachEnd) ||
+1 -1
src/pages/notifications.jsx
··· 151 151 <Loader hidden={uiState !== 'loading'} /> 152 152 </div> 153 153 </header> 154 - {snapStates.notificationsNew.length > 0 && ( 154 + {snapStates.notificationsNew.length > 0 && uiState !== 'loading' && ( 155 155 <button 156 156 class="updates-button" 157 157 type="button"