Filtering fixed
Build LinkLog Development Image / development-image (push) Successful in 11s

This commit is contained in:
2026-08-28 11:14:11 +02:00
parent 74b2c400c6
commit 381930c23f
5 changed files with 21 additions and 1 deletions
+12
View File
@@ -1496,3 +1496,15 @@ Release script fails because the runner's hashlib module has no file_digest attr
### Assistant outcome
Replaced Python 3.11-only `hashlib.file_digest` calls in signed-XPI metadata generation and release validation with streaming SHA-256 calculations compatible with older Python runners. Regenerated update metadata and verified release validation passes.
### User
The filtering on tags does not work. When I click on the button I cannot select. Remember that any visitor on the site should be able to filter the tag for the link-feed.
### Assistant outcome
Traced the unresponsive filter dropdowns to the decorative `.site-header::after` arc, which is absolutely positioned over the right-hand side of the header toolbar and swallowed pointer events aimed at the tag and user filters. Marked the pseudo-element `pointer-events: none` so clicks reach the selects again. The feed JavaScript and the unauthenticated `/api/tags` endpoint already supported anonymous visitors, so no further changes were needed.
### User
Update VIBE and Changelog
### Assistant outcome
Recorded the tag-filter click fix in the v0.2.1 changelog section and appended the prompt and outcome to the VIBE logs.