application-research / estuary-www

https://estuary.tech
https://estuary.tech
Other
35 stars 31 forks source link

Click into staging zone to see contents #132

Closed neelvirdy closed 1 year ago

neelvirdy commented 1 year ago

must be coordinated with https://github.com/application-research/estuary/pull/757


Staging page just shows a table of your staging zones: image Clicking on the id takes you to a page that lists its contents: image(Note: this screenshot is from a different db than above, above is from prod to demonstrate multiple active zones rendering at once)

The individual staging zone page reuses the FilesTable component and uses the same pagination mechanism (1000 per request, 10 per frontend page).