browsertrix/frontend/src/types
Tessa Walsh 9224f52f51
Remove config from list endpoints to speed up responses (#1193)
* Remove config from list endpoints

- Remove config field from workflow and crawl list endpoints
- Add seedCount to CrawlConfigOut on backend and Workflow on frontend
- Refactor CrawlConfig and CrawlConfigOut to extend CrawlConfigCore + CrawlConfigAdditional
- Refactor workflow list in frontend to use firstSeed and seedCount
- Frontend uses ListWorkflow type which is Omit<Workflow, "config">
2023-09-19 11:05:48 -05:00
..
api.ts
collection.ts Support for Public / Shareable Collections (#1038) 2023-08-03 19:11:01 -07:00
crawler.ts Remove config from list endpoints to speed up responses (#1193) 2023-09-19 11:05:48 -05:00
org.ts Add and enforce org storage quota (#1106) 2023-09-07 12:45:43 -04:00
user.ts