feat(resources): add search, filters, and sort to Rollback generations (#1788)

Collapsible search, All/Current/Superseded filter pills matching Images/Volumes, sortable columns defaulting to newest-first, and move the long help copy behind an info tooltip.
This commit is contained in:
Anso
2026-08-09 20:45:29 -04:00
committed by GitHub
parent e9901aa24b
commit 9798700401
5 changed files with 355 additions and 22 deletions
@@ -508,7 +508,8 @@ describe('ResourcesView', () => {
expect(await screen.findByText('seerr')).toBeInTheDocument();
expect(screen.getByText('abc123456789')).toBeInTheDocument();
expect(screen.getByText('Current')).toBeInTheDocument();
// State badge and the Current filter pill both render this label.
expect(screen.getAllByText('Current').length).toBeGreaterThanOrEqual(2);
expect(screen.getByRole('button', { name: /release rollback protection/i })).toBeInTheDocument();
});
});