Fix variable settings pagination#3041
Conversation
Greptile SummaryThis PR introduces backend-driven pagination for environment variables in function and site settings pages. Instead of navigating to a new URL on each page turn, the component now fetches the requested page directly via a new
Confidence Score: 5/5Safe to merge; the pagination logic is correct and CRUD operations properly reset back to page 1 via the existing invalidation flow. All changed code paths behave correctly: CRUD operations invalidate and reset state as expected, No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "Merge main into variable pagination bran..." | Re-trigger Greptile |
afe4e80 to
b4d7dde
Compare
b4d7dde to
e8cba9a
Compare
What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)