Archipelago for iframe #2

Closed
opened 2026-02-08 09:22:07 +00:00 by timur · 1 comment
Owner

we want a set of islands: panel, card, row. basically, it is a set of dioxus islands for iframe. should be minimal and simple. we want to pass iframe url to component, but also alongside backend url etc as with our other islands

we want a set of islands: panel, card, row. basically, it is a set of dioxus islands for iframe. should be minimal and simple. we want to pass iframe url to component, but also alongside backend url etc as with our other islands
Owner

Completed

The iframe island pattern was implemented as part of the unified archipelago framework (PR #21, merged). Multiple islands now use the iframe pattern:

  • Admin island (hero_auth iframe)
  • Router island (hero_osis iframe)
  • Hero island (converted to iframe embed in commit c8eb6de)

The framework provides IframeEmbed with configurable URL, sizing, and backend props. Closing as delivered.

## Completed The iframe island pattern was implemented as part of the unified archipelago framework (PR #21, merged). Multiple islands now use the iframe pattern: - Admin island (hero_auth iframe) - Router island (hero_osis iframe) - Hero island (converted to iframe embed in commit `c8eb6de`) The framework provides `IframeEmbed` with configurable URL, sizing, and backend props. Closing as delivered.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_archipelagos#2
No description provided.