Replies: 3 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Components
RPC
GeneralI feel the gist I've written some time ago is more comfortable way to write UIs. Not only it is more similar to other features we have, such as keyrings, it also skips many implementation details not needed to be known by the user, such as maintaining the knowledge of which UI corresponds to which id. It exposes 3 methods:
All of the above return an object which can contain an action such as close the ui, or update the ui in question with new content. It's based on BlockingResponse api which also returns actions object. |
Beta Was this translation helpful? Give feedback.
-
Hey, Another handy feature for us is "popups" that open a small popup that looks like an "Edit gas priority" popup and shows some text (or even describes an object similar to sign_typedData). In our case, this would be called from the "MultiSelect list" ("show more" button?) to display more details about the object user is selecting. Should a component like this be included in the SIP, or is this something we can build ourselves later on? And would something like that even make sense to be a part of Snaps UI? |
Beta Was this translation helpful? Give feedback.
-
SIP-7: Snaps UI can be discussed here.
Beta Was this translation helpful? Give feedback.
All reactions