alpha
Login
or
Join now
atpota.to
/
flushes.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
show stats link when logged out
author
damedotblog
date
1 year ago
(Mar 9, 2025, 9:08 PM -0400)
commit
274b0c86
274b0c86dce5717ca3eabf8cd957b1a809289f01
parent
0ca5ab4e
0ca5ab4e8da9da14857262a03c48fd3a9ec9a084
+5
-2
2 changed files
Expand all
Collapse all
Unified
Split
app
src
app
page.module.css
page.tsx
+2
-1
app/src/app/page.module.css
Reviewed
···
458
458
text-decoration: none;
459
459
transition: color 0.2s;
460
460
margin-top: 0.5rem;
461
461
-
margin-bottom: 1rem;
461
461
+
margin-bottom: 2rem;
462
462
+
text-align: center;
462
463
}
463
464
464
465
.statsLink:hover {
+3
-1
app/src/app/page.tsx
Reviewed
···
379
379
</div>
380
380
</header>
381
381
382
382
+
{/* Plumbing Stats link - visible to all users */}
383
383
+
<Link href="/stats" className={styles.statsLink}>View Plumbing Stats 🪠</Link>
384
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
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 : ''}`}>