estuary / ui

A web based UI to assist in working with Estuary Flow
https://dashboard.estuary.dev/
Other
12 stars 1 forks source link

Sometimes the UI omits pagination when going through connectors #1190

Closed dyaffe closed 1 month ago

dyaffe commented 1 month ago

Bug After scrolling ~5 pages of connectors, I routinely see pagination emitted from the UI. Ex screenshot below:

Screenshot 2024-08-02 at 9 54 28 AM

Note, you can not scroll down anymore there.

travjenkins commented 1 month ago

Oh - this is probably a side effect of only fetching count on the initial page.

travjenkins commented 1 month ago

I see what you did now... you paginated, clicked on details, and then came back. Duh... this was a dumb miss on my part. Should not be bad to fix.