aboutsummaryrefslogtreecommitdiffstats
path: root/web/dist/v3/assets/index-Blt2Dsfm.js
Commit message (Collapse)AuthorAgeFilesLines
* Exclude test files from tsc build and rebuild production assetsClaude3 days1-189/+0
| | | | | | | | | | Test files use Node built-ins (fs, path) which aren't available to the browser-targeted tsconfig. Excluding *.test.ts from tsc is the standard Vite/Vitest pattern — vitest handles test type-checking separately. Also rebuilds web/dist/v3/ to include the CSS overflow fixes. https://claude.ai/code/session_0141nhxmYfoFPVPZ813K1XFD
* Remove link underline on hover for item titlesClaude9 days1-0/+189
Removed text-decoration: underline from .item-title:hover in the source CSS and rebuilt the frontend assets so the compiled dist reflects the change. https://claude.ai/code/session_011Y2tBL3goxNWHqUaJ8Bpzh