From 9e7946ce0474fddb8901df27e5c3646fd87af67c Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 15 Feb 2026 08:48:02 -0800 Subject: Make sidebar filters additive by preserving context in links --- frontend/src/components/TagView.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/TagView.test.tsx') diff --git a/frontend/src/components/TagView.test.tsx b/frontend/src/components/TagView.test.tsx index 16fdee7..de0a318 100644 --- a/frontend/src/components/TagView.test.tsx +++ b/frontend/src/components/TagView.test.tsx @@ -53,7 +53,7 @@ describe('Tag View Integration', () => { // Verify structure const techTag = screen.getByText('News').closest('a'); - expect(techTag).toHaveAttribute('href', '/tag/News'); + expect(techTag).toHaveAttribute('href', '/tag/News?filter=unread'); }); it('fetches items by tag in FeedItems', async () => { -- cgit v1.2.3