Mospell
Mospell
Hi, I'd like to give this issue a go
I have a question regarding the graph: When there's an empty space between two checks the graph (happens when checking paused) it creates fake ticks with no data. This works...
Hi @ajhollid, `pageOffset` would basically increment by 1 until it runs out of `remainingChecks` blocking you from scrolling further when there is no more data. I probably should've just named...
Hi @ajhollid, just pinging you again The way it currently works is that there is no pageOffset calculation in the frontend. All offset calculations happen in the backend as you...
@gorkem-bwl this should be resolved now, thanks for the notice!
@ajhollid Usually yes, but I decided to go for time-based pagination here. In this case dateRange would kind of act as rowsPerPage here. On the frontend the user would pick...
@ajhollid This implementation was partially inspired by other projects like Thanos, where you can select the exact date range to display data on a time based chart. Pagination is generally...