-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We and external developers have reusable UI components that are tested and dependable #2320
Comments
Adding or augmenting that list:
And the question is how would or should MathKind.SET items be displayed? Should be there some standardized properties in brands displayInfo record for these purposes? (self-note: So I do not forget, what about for the RECT_AREAS? That would look something like a canvas with filled rectangles each with their size written in the center in UUxUU format and coordnates in upper left corner in (U, U) format) |
For complex MathKind.SET values, we will need to use the user's petnames to display the presences that may exist. |
More needs to be done here, but I'm taking this out of the Beta Treasury milestone because it's a long term process. For instance, instead of just enzyme which cannot test the UI as rendered, we really need a way to test user input. |
We have a few react UI components that we should reuse in our dapps and suggest to external dapp developers. We should make a package in agoric-sdk which has these components. They are (names below are tentative):
Basic Components:
Larger Components:
Libraries:
decimalPlaces
in displayInfo to display it properly. Also parses, doing the reverse.Tests
Unit tests for each component and library should be created. The tests should use AVA and enzyme.
This package in agoric-sdk should be usable by dapp-token-economy.
The text was updated successfully, but these errors were encountered: