feat(frontend): add warning message for scraping limits

This commit is contained in:
2026-03-18 19:02:11 +00:00
parent b7aec2b0ea
commit f604fcc531

View File

@@ -191,6 +191,9 @@ const AutoScrapePage = () => {
<p style={styles.sectionHeaderSubtitle}> <p style={styles.sectionHeaderSubtitle}>
Select sources and scrape settings, then queue processing automatically. Select sources and scrape settings, then queue processing automatically.
</p> </p>
<p style={{ ...styles.subtleBodyText, marginTop: 6, color: "#9a6700" }}>
Warning: Scraping more than 250 posts from any single site can take hours.
</p>
</div> </div>
<button <button
type="button" type="button"