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
## Summary
Re-lands #352 (previously reverted in deca10d) with follow-ups. The
templates list is now paginated server-side (keyset cursor) instead of
fetching everything and sorting/filtering in memory.
## Changes
- Templates list uses cursor pagination: first page prefetched on the
server, more rows via "Load more"; search and visibility filter are
handled server-side.
- Sorting is limited to Created and Updated — name/CPU/memory sorting
dropped. Default sort is now `updated_at_desc` (recently built templates
shown at the top)
- Removed the CPU/memory resource filter (was in-memory only, not
supported by the backend).
- Old URLs with removed sort/filter state fall back to defaults.
0 commit comments