canvas-website/src
Jeff Emmett 921092d29f feat: upgrade MycroZine generator to use full standalone API
- Use /api/outline for AI-generated 8-page outlines via Gemini
- Use /api/generate-page for individual page image generation
- Use /api/regenerate-page for page regeneration with feedback
- Use /api/print-layout for 300 DPI print-ready layout generation
- Remove legacy local generation functions
- Add proper error handling and API response parsing
- Include folding instructions in completion message

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 08:58:22 -05:00
..
automerge fix: register MycroZineGenerator shape with automerge schema 2025-12-19 23:59:21 -05:00
collections implemented collections and graph layout tool 2025-07-29 14:52:57 -04:00
components fix: improve admin request button error handling 2025-12-21 00:55:46 -05:00
config automerge, obsidian/quartz, transcribe attempt, fix AI APIs 2025-09-21 11:43:06 +02:00
constants final update fix old data conversion 2025-11-10 15:38:53 -08:00
context perf: optimize bundle size with lazy loading and dependency removal 2025-12-15 18:59:52 -05:00
css feat: add Drawfast tool, improve share UI, and various UI enhancements 2025-12-15 00:03:12 -05:00
graph automerge, obsidian/quartz, transcribe attempt, fix AI APIs 2025-09-21 11:43:06 +02:00
hooks fix: properly reset pin state to prevent shape jumping on re-pin 2025-12-16 19:57:21 -05:00
lib feat: Gemini image generation for MycroZine + Tailscale dev support 2025-12-18 21:35:20 -05:00
open-mapping fix: enable open-mapping module with TypeScript fixes 2025-12-07 11:48:49 -08:00
propagators feat: fix Holon shape H3 validation + offline persistence + geometry error handling 2025-11-29 21:36:02 -08:00
public feat: add PWA support for offline cold load 2025-12-18 21:34:05 -05:00
routes feat: mobile UI improvements + staging deployment setup 2025-12-19 15:14:05 -05:00
shapes feat: upgrade MycroZine generator to use full standalone API 2025-12-22 08:58:22 -05:00
slides slidedeck shape installed, still minor difficulty in keyboard arrow transition between slides (last slide + wraparound) 2025-01-23 14:14:04 +01:00
tools feat: add MycroZine Generator shape with 5-phase workflow 2025-12-15 19:35:28 -05:00
types refactor: remove OddJS dependency and fix Automerge sync 2025-11-16 20:19:02 -07:00
ui fix: make share and settings dropdowns opaque 2025-12-20 00:01:59 -05:00
utils feat: add Drawfast tool, improve share UI, and various UI enhancements 2025-12-15 00:03:12 -05:00
App.tsx perf: optimize bundle size with lazy loading and dependency removal 2025-12-15 18:59:52 -05:00
CmdK.tsx feat: fix Holon shape H3 validation + offline persistence + geometry error handling 2025-11-29 21:36:02 -08:00
GestureTool.ts everything working in dev 2025-11-10 11:06:13 -08:00
default_gestures.ts automerge, obsidian/quartz, transcribe attempt, fix AI APIs 2025-09-21 11:43:06 +02:00
gestures.ts add in gestures and ctrl+space command tool (TBD add global LLM) 2025-07-29 16:02:51 -04:00
prompt.ts everything working in dev 2025-11-10 11:06:13 -08:00
snapshot.json everything working in dev 2025-11-10 11:06:13 -08:00
ui.tsx everything working in dev 2025-11-10 11:06:13 -08:00
vite-env.d.ts chore: exclude open-mapping from build, fix TypeScript errors 2025-12-05 12:16:29 -08:00