tpmjs/apps/playground
Ajax Davis 83f00c8a74 fix: add eslint-disable comments for set-state-in-effect rule in playground
The new react-hooks/set-state-in-effect ESLint rule flags setState calls
in useEffect hooks. These patterns are intentional in these components:
- ChatHeader: setMounted for hydration safety
- MessageBubble: setPartTimings for streaming state tracking
- SettingsSidebar: setEnvVars for localStorage initialization

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-09 23:08:26 +10:00
..
src fix: add eslint-disable comments for set-state-in-effect rule in playground 2026-01-09 23:08:26 +10:00
.env.local.example feat: implement playground app with AI SDK v6 tool execution 2025-12-04 02:51:02 +10:00
eslint.config.mjs test: update form input tests to expect bg-surface instead of bg-background 2025-12-04 20:02:55 +10:00
next-env.d.ts fix(health-check): treat env var errors from executor 500 responses as HEALTHY 2025-12-12 04:56:02 +10:00
next.config.ts feat: add dynamic tool loading system with Railway executor 2025-12-04 08:25:53 +10:00
package.json chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
postcss.config.mjs test: update form input tests to expect bg-surface instead of bg-background 2025-12-04 20:02:55 +10:00
tailwind.config.ts feat: implement playground app with AI SDK v6 tool execution 2025-12-04 02:51:02 +10:00
tsconfig.json feat: implement playground app with AI SDK v6 tool execution 2025-12-04 02:51:02 +10:00