aboutsummaryrefslogtreecommitdiffstats
path: root/web/dist/v3/assets/index-BwswC14C.js
Commit message (Collapse)AuthorAgeFilesLines
* Add AGENTS.md and fix star button tap targets on mobileClaude29 hours1-182/+0
| | | | | | | | | | | | Add AGENTS.md with TDD workflow and check-in guidance for agents. Fix star buttons being nearly impossible to tap on mobile by: - Adding min-width/min-height of 44px for proper touch targets - Adding flex-shrink: 0 so the button isn't squeezed by long titles - Overriding generic button styles (height, text-transform, font-weight) that bled into the star button https://claude.ai/code/session_012CNdRhGhU3hxjrwvZt2BHZ
* Remove scrape/text button that caused squished body textclaude/fix-mobile-scrolling-Ls0FrClaude34 hours1-0/+182
The float:right "text" button inside .dateline was causing .item-description content to wrap around it when .feed-item gained overflow:hidden. Removing the button fixes the squished text regression. The backend scrape endpoint and scrapeItem() handler remain intact for potential future use. https://claude.ai/code/session_0141nhxmYfoFPVPZ813K1XFD