Convert books island from iframe to native Dioxus UI #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The books island currently renders an iframe pointing to hero_books server on port 8883. Hero_books already has a full REST + JSON-RPC API with AI integration (Groq, OpenRouter embedder for semantic search and AI summaries).
Goals
mik-tf referenced this issue2026-02-17 14:55:17 +00:00
This issue is addressed by PR #14 (
development_books_native_island), which converts the books island from an iframe embed to a native Dioxus component with full feature parity.Key changes:
Will be closed when PR #14 is merged.