Convert books island from iframe to native Dioxus UI #13
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#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.
Completed via selective port from PR #16
The native books island was ported to
developmentin commit1c88309by Timur (see PR #16 comment):services/mod.rs) and full Dioxus UI (views/mod.rs) added alongside the existing iframe embedThe code lives at
archipelagos/embed/books/src/on development. Closing as delivered.