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/config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .thicket/config.json (limited to '.thicket/config.json') diff --git a/.thicket/config.json b/.thicket/config.json new file mode 100644 index 0000000..8f8cf46 --- /dev/null +++ b/.thicket/config.json @@ -0,0 +1,3 @@ +{ + "project_code": "NK" +} \ No newline at end of file -- cgit v1.2.3