This repository has no description
0

Configure Feed

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

fix

+19
+15
app/src/app/page.module.css
··· 668 668 border-radius: 4px; 669 669 margin-bottom: 1rem; 670 670 line-height: 1.5; 671 + } 672 + 673 + .notice { 674 + background-color: #fff3e0; 675 + color: #e65100; 676 + padding: 1rem; 677 + border-radius: 4px; 678 + margin-top: 1rem; 679 + margin-bottom: 1.5rem; 680 + border: 2px solid #ff9800; 681 + font-size: 1.1rem; 682 + line-height: 1.4; 683 + text-align: center; 684 + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 685 + font-weight: 500; 671 686 }
+4
app/src/app/page.tsx
··· 354 354 355 355 {/* Feed Section */} 356 356 <div className={styles.feedSection}> 357 + <div className={styles.notice}> 358 + <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! 359 + </div> 360 + 357 361 <div className={styles.feedHeader}> 358 362 <div className={styles.feedHeaderLeft}> 359 363 <h2>Recent flushes</h2>