From 8a6a55d6dc9d0da59c626e532ce18161b40707a0 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sun, 17 May 2026 14:13:56 -0700 Subject: Filter null rows from ShortInterestCard, hide card when all null Mirrors the adaptive Reference card approach: only visible items are rendered, with a note when some are suppressed. Card returns null when nothing is available. Also updates next-env.d.ts path and ignores .superpowers/. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6e3fa68..c859b86 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ out/ dist/ *.tsbuildinfo .DS_Store +.superpowers/ -- cgit v1.3-2-g0d8e