-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
uiRelated to user interface or ux designRelated to user interface or ux design
Description
As part of penumbra-zone/penumbra#3522 , where we'd like to have the pd
RPC endpoint serve browser-useful content, it would be useful to have a static landing page we can install as the root content.
This should be a static site with the following content:
- A progress bar for the node's sync status, using this RPC to get the
SyncInfo
data. (It could update on a timer, say 5s). Since this is intended to be served off the RPC, the client should be aimed at the same HTTP endpoint serving the content. - Below that, a link labeled "Frontend -->" that goes to
/app/
, where we will have installed minifront.
Metadata
Metadata
Assignees
Labels
uiRelated to user interface or ux designRelated to user interface or ux design
Type
Projects
Status
✅ Done