This repository has no description
0

Configure Feed

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

show stats link when logged out

+5 -2
+2 -1
app/src/app/page.module.css
··· 458 458 text-decoration: none; 459 459 transition: color 0.2s; 460 460 margin-top: 0.5rem; 461 - margin-bottom: 1rem; 461 + margin-bottom: 2rem; 462 + text-align: center; 462 463 } 463 464 464 465 .statsLink:hover {
+3 -1
app/src/app/page.tsx
··· 379 379 </div> 380 380 </header> 381 381 382 + {/* Plumbing Stats link - visible to all users */} 383 + <Link href="/stats" className={styles.statsLink}>View Plumbing Stats 🪠</Link> 384 + 382 385 {/* Status update section - only visible when logged in */} 383 386 {isAuthenticated && ( 384 387 <> ··· 392 395 <path d="M19 9L12 16L5 9" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round"/> 393 396 </svg> 394 397 </button> 395 - <Link href="/stats" className={styles.statsLink}>View Plumbing Stats 🪠</Link> 396 398 397 399 {/* Collapsible status update form */} 398 400 <div className={`${styles.statusUpdateContainer} ${statusOpen ? styles.statusUpdateOpen : ''}`}>