API Test Bot
70226171d8
fix(extension): resolve build error - fix file encoding and JSX config
...
- Fix escaped quotes in ThreadGeneratorPanel.tsx (root cause of build error)
- Update tsconfig.json to use jsx: react-jsx instead of preserve
- Upgrade Plasmo to v0.90.5 (latest version)
- Build now succeeds in 4.7s
Root Cause: ThreadGeneratorPanel.tsx had escaped quotes (\") instead of
normal quotes ("), causing SWC parser to fail with 'Unexpected token div' error.
This was a file encoding issue, not a Plasmo version issue.
Fixes #build-error
2026-02-04 10:13:52 +07:00
API Test Bot
9f75abf0a5
feat(epic-4): implement Content Creation & Productivity components
...
- Add ChartCapturePanel.tsx for chart screenshot with annotations
* One-click chart capture from DexScreener
* Auto-add metadata overlay (token info, price, volume, liquidity, timestamp)
* Template styles (dark, light, neon)
* Export options (Twitter 1200x675, Telegram square, Instagram 1080x1080, clipboard)
* Watermark option
- Add AnnotationTools.tsx for drawing tools
* Line tool for trend lines, support/resistance
* Arrow tool for directional indicators
* Text tool for labels
* Shape tools (circle, rectangle)
* Fibonacci retracement tool
* Color picker with 6 preset colors
* Undo/Redo functionality
- Add ThreadGeneratorPanel.tsx for AI-powered Twitter thread generation
* Auto-fill token info from current page
* Customizable thread length (5-10 tweets)
* Tone selection (bullish/neutral/bearish)
* AI-generated thread structure (Hook → Analysis → Implications → Conclusion)
* Edit individual tweets inline
* Add/delete tweets dynamically
* Reorder tweets support
* Export options (copy all, tweet directly via Twitter API)
* Mock thread generation with realistic crypto content
- Add ProductivitySettings.tsx for productivity settings management
* Notification settings with priority levels (high/medium/low)
* Quiet hours configuration (start/end time)
* Group notifications and smart batching (5+ alerts)
* Keyboard shortcuts display and customization
* Quick actions settings (context menu, auto-detect addresses)
* Pe * Pe * Pe * Pe * Pttings support
Implements Stories 4.1, 4.2, 4.3 from Epic 4: Content Creation & Productivity
2026-02-04 02:39:48 +07:00