From 0b08b2fb49827399ff0652bc20d5f71e2066025c Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 16 Feb 2026 19:13:22 +0000 Subject: v3 ui: require 100% visibility before marking items as read Change IntersectionObserver threshold from 0.5 to 1.0 so items are only marked as read when fully scrolled into view, reducing accidental mark-as-read during fast scrolling. Also fix unused Category import in perf test and add thicket config.json to repository so future agents can use thicket CLI commands. Closes NK-s2g59a https://claude.ai/code/session_019Z4VJxzY7tcAuNkPAkvry9 --- .thicket/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.thicket/.gitignore') diff --git a/.thicket/.gitignore b/.thicket/.gitignore index be8efad..80b0aa1 100644 --- a/.thicket/.gitignore +++ b/.thicket/.gitignore @@ -1 +1,2 @@ cache.db +!config.json -- cgit v1.2.3