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
fix
author
dame-is
date
6 months ago
(Dec 5, 2025, 1:07 AM -0500)
commit
9ddf45ca
9ddf45caf475183f338dac433b4b7bc4e57cc401
parent
24030950
240309506de1ff7e31380c1d2ad9465d55b620e9
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
app
profile
[handle]
page.tsx
+2
-2
src/app/profile/[handle]/page.tsx
Reviewed
···
553
553
{/* Flushes Roll Up 2025 Section */}
554
554
{!loading && !error && wrapped2025Data && (
555
555
<section className={styles.wrappedSection}>
556
556
-
<h3 className={styles.wrappedHeader}>🧻 Flushes Roll Up 2025</h3>
556
556
+
<h3 className={styles.wrappedHeader}>Flushes Roll Up 2025</h3>
557
557
<p className={styles.wrappedSubtitle}>The year in flushes</p>
558
558
559
559
<div className={styles.wrappedGrid}>
···
602
602
className={styles.shareWrappedButton}
603
603
onClick={() => {
604
604
const shareHandle = profileData?.handle || handle;
605
605
-
const wrappedText = `🧻 My #FlushesRollUp2025:\n\n${wrapped2025Data.totalFlushes} flushes across ${wrapped2025Data.daysActive} days\nTop emoji: ${wrapped2025Data.topEmoji}\nLongest streak: ${wrapped2025Data.activeStreak} days\nMost active: ${wrapped2025Data.mostActiveMonth}\n\nSee your stats at flushes.app! 🚽`;
605
605
+
const wrappedText = `My @flushes.app Roll Up 2025:\n\n${wrapped2025Data.totalFlushes} total flushes\n${wrapped2025Data.daysActive} days active\nTop emoji: ${wrapped2025Data.topEmoji}\nMost in one day: ${wrapped2025Data.mostFlushesInDay}\nLongest streak: ${wrapped2025Data.activeStreak} days\nMost active month: ${wrapped2025Data.mostActiveMonth}\nAvg. characters: ${wrapped2025Data.avgStatusLength}\nPeak time: ${wrapped2025Data.mostFrequentTime}\n\nSee your stats at flushes.app! 🚽`;
606
606
window.open(`https://bsky.app/intent/compose?text=${encodeURIComponent(wrappedText)}`, '_blank');
607
607
}}
608
608
>