You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor API calls to use new query functions and update components accordingly
- Replaced direct server client calls with new query functions in ImagesPage, OverviewPage, PlaygroundPage, ProjectImagesPage, ProjectSettingsPage, ProjectsPage, ProfilePage, SecurityPage, TemplatesPage, and AuditPage.
- Updated props in various components to use `data` instead of `initialData` for consistency.
- Created new query functions for admin, images, projects, templates, billing, audits, and usage.
- Adjusted types in API response handling to improve type safety and clarity.
- Enhanced pagination and search capabilities in the new query functions.
0 commit comments