search for standard sites pub-search.waow.tech
search zig blog atproto
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: toggle tag filter by clicking again

Clicking an active tag now clears it instead of requiring the 'clear' button.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

zzstoatzz bc96d6d1 f05dd8d7

+4
+4
site/index.html
··· 577 577 } 578 578 579 579 function setTag(tag) { 580 + if (currentTag === tag) { 581 + clearTag(); 582 + return; 583 + } 580 584 currentTag = tag; 581 585 renderActiveFilter(); 582 586 renderTags();