This repository has no description
0

Configure Feed

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

moved

+8 -5
+4 -1
app/src/app/feed/feed.module.css
··· 70 70 padding: 1rem; 71 71 border-radius: 4px; 72 72 margin-bottom: 1.5rem; 73 - border-left: 4px solid #ff9800; 73 + margin-top: 0; 74 + border: 2px solid #ff9800; 74 75 font-size: 1.1rem; 75 76 line-height: 1.4; 77 + text-align: center; 78 + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 76 79 } 77 80 78 81 .loadingContainer {
+4 -4
app/src/app/feed/page.tsx
··· 66 66 67 67 return ( 68 68 <div className={styles.container}> 69 + <div className={styles.notice}> 70 + <strong>⚠️ NOTICE:</strong> The flush feed is currently out of order. You can still make flushes that save to your PDS, but the feed here won't update until we fix the leak. Sorry for the inconvenience! 71 + </div> 72 + 69 73 <header className={styles.header}> 70 74 <h1>Flushing Feed</h1> 71 75 <p className={styles.subtitle}> 72 76 See what everyone is doing in the bathroom right now 73 77 </p> 74 78 </header> 75 - 76 - <div className={styles.notice}> 77 - ⚠️ The flush feed is currently out of order. You can still make flushes that save to your PDS, but the feed here won't update until we fix the leak. Sorry for the inconvenience! 78 - </div> 79 79 80 80 <div className={styles.controls}> 81 81 <button